|
POST
|
Can you not just put the argument into the output path?
... View more
12-13-2023
02:00 PM
|
0
|
0
|
1512
|
|
POST
|
have you tried without the try except block? I'm not sure of a layer property VISIBLESCALE so that may be forcing it into the except. Your error message may be misleading by that logic. Is this ArcMap or Pro? it might be min and maxThreshold properties now.
... View more
12-11-2023
12:17 PM
|
1
|
1
|
3392
|
|
POST
|
If it's an SDE then it's a case of adding the user principal to an AD group or directly (however you have it configured) to the database.
... View more
12-11-2023
12:02 PM
|
0
|
0
|
1113
|
|
POST
|
what do the coordinates look like? I would guess that you've not chosen a spatial reference and it has defaulted to WGS84 which from your 2nd picture is clearly incorrect. The tool is likely seeing coordinates out-of-bounds and failing. What is the spatial reference/grid system etc. of your coordinates? You need to specify that in the tool input.
... View more
12-11-2023
09:44 AM
|
0
|
0
|
1391
|
|
POST
|
path_dist_acc_raster has the output path and name and this is not working?
... View more
12-10-2023
12:49 PM
|
0
|
1
|
2999
|
|
POST
|
I'd guess your dataframe (map coordinate system) is in a Geographic coordinate system such as WGS 1984. The map units will be planar equivalents of 1 degree at the equator (111km). Change to a planimetric coordinate system and set the properties, then switch back if necessary. You could also create a feature with set length and width and convert to graphic after. https://pro.arcgis.com/en/pro-app/3.1/help/editing/create-squares-and-rectangles.htm https://pro.arcgis.com/en/pro-app/latest/tool-reference/conversion/features-to-graphics.htm
... View more
12-10-2023
12:32 PM
|
1
|
0
|
1323
|
|
POST
|
possibly https://developers.arcgis.com/arcade/function-reference/geometry_functions/#areageodetic
... View more
12-10-2023
09:06 AM
|
1
|
1
|
1589
|
|
POST
|
I don't understand the 3 lines part you mention, but an example for instance name (as a single row) would be: "User : " + ${username} + " - " + "someField : " + ${SomeField} + " - " + "anotherField : " + ${anotherField}
... View more
12-09-2023
11:20 AM
|
0
|
1
|
1167
|
|
POST
|
In the ArcGIS Online notebooks tab - Just wondering what property makes a notebook either have a notebook symbol, a notebook with a key or a notebook with a folder icon?
... View more
12-08-2023
09:09 AM
|
0
|
2
|
1161
|
|
POST
|
As a feature layer collection I'd guess you have to iterate through the feature layers individually for export and download as shapefiles. I think "Feature Layer" in the search also grabs collections. #check if FLC - not tested this so not sure if right
if item.type == 'Feature Layer Collection':
#access layers by .layers property and loop thru
for flayer in item.layers:
result = item.export(.......
... View more
12-07-2023
12:10 PM
|
0
|
2
|
4951
|
|
POST
|
Are you trying different names each time? Possibly some bad geometry in your points. Geometry out of bounds or crossing the date line or something? - where are your points? Can you share any screenshots. What's the filename? watch out for spaces, special characters or beginning with a number etc.
... View more
12-06-2023
12:09 PM
|
0
|
0
|
769
|
|
POST
|
https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/convert-timezone.htm https://developers.arcgis.com/arcade/function-reference/date_functions/#tolocal https://developers.arcgis.com/arcade/function-reference/date_functions/#changetimezone
... View more
12-06-2023
12:03 PM
|
0
|
0
|
1851
|
| Title | Kudos | Posted |
|---|---|---|
| 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 | |
| 1 | 09-10-2025 02:35 PM |
| Online Status |
Offline
|
| Date Last Visited |
3 weeks ago
|