|
POST
|
Hypothetically could an options file switch a user to a standard/basic concurrent license even though they are requesting an advanced license (as per packaged configuration for an organisation)? My feeling is that whatever you have set in ArcGIS Administrator is what you get, and if the exact license level isn't there in the LM, then ArcMap won't load. Context - trying to avoid separate software packages with only a single difference being the license config in ArcGIS Administration. Same for Citrix and containers. Cheers
... View more
08-30-2023
10:30 AM
|
0
|
1
|
1151
|
|
POST
|
Having the same issue with a user. Do you know what the cutoff is? Thanks!
... View more
08-30-2023
08:46 AM
|
0
|
3
|
2863
|
|
POST
|
You can Append https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/append.htm the selected feature to an existing FC/shapefile, but the guide below details the editing functionality I think you're looking for. I think you'll likely it better than ArcMap. https://learn.arcgis.com/en/projects/copy-features-between-layers/
... View more
06-19-2023
11:48 AM
|
1
|
0
|
21288
|
|
POST
|
Is the grid in the same projection/coordinate system as the imagery? Have you tried with a simpler base name?
... View more
06-10-2023
06:56 AM
|
0
|
1
|
2663
|
|
POST
|
https://pro.arcgis.com/en/pro-app/latest/tool-reference/conversion/feature-class-to-feature-class.htm output path to a folder and filename with .shp
... View more
06-04-2023
01:02 PM
|
0
|
0
|
1184
|
|
POST
|
You need to burn those buildings into your DEM. Convert the building polygons into a raster (ensure you match the cell size and snap raster of your DEM). Then Raster Calculator Ras1 + Ras2 (ensure NoData is set to 0) Then run your analysis using this new raster.
... View more
06-04-2023
06:37 AM
|
0
|
1
|
3922
|
|
POST
|
https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/using-viewshed-and-observer-points-for-visibility.htm heading - 'Controlling the visibility analysis' add a field called 'OFFSETA' and values are height to be added to each point.
... View more
06-03-2023
06:22 AM
|
1
|
3
|
3960
|
|
POST
|
ah ok, I'll just pass it. A bit hacky but if it's not production code and it works.. Have edited the previous code above.
... View more
05-30-2023
12:24 PM
|
0
|
2
|
5101
|
|
POST
|
.supports is a bit flakey I think. # Import ArcPy site-package
import arcpy
# the open records request Pro Project
aprx = arcpy.mp.ArcGISProject(
r"\\san_marcos\arcfile\Department Projects and File Geodatabases\Public Services\Transportation\GSipes\ProProjects\OpenRecordsRequests\OpenRecordsRequests.aprx")
# list of layers in the project
myMap = aprx.listMaps()[0]
for layer in myMap.listLayers():
try:
if layer.visible:
print(layer.name)
except:
pass
print('I am done listing layers')
... View more
05-30-2023
12:08 PM
|
1
|
4
|
5111
|
|
POST
|
Possible Integrate https://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/integrate.htm but take a copy of the data as it modifies the input.
... View more
05-30-2023
12:01 PM
|
0
|
0
|
3320
|
|
POST
|
You can run https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/zonal-statistics-as-table.htm and join the table back to your original features. There's a large amount of statistics you can get - sum, mean, max, SD etc.
... View more
05-29-2023
06:09 AM
|
1
|
0
|
1024
|
|
POST
|
https://storymaps.arcgis.com/stories/eefbe100b66e44869f17435f04558eb1#ref-n-zML12y
... View more
05-27-2023
11:00 AM
|
1
|
0
|
1431
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-17-2023 12:44 PM | |
| 1 | 06-13-2025 01:08 PM | |
| 1 | 09-25-2025 03:19 PM | |
| 1 | 09-24-2025 02:35 PM | |
| 1 | 09-17-2025 02:42 PM |
| Online Status |
Offline
|
| Date Last Visited |
a month ago
|