|
POST
|
Possibly lack of create privileges on the database?
... View more
01-20-2025
08:51 AM
|
0
|
3
|
2058
|
|
POST
|
Can you share more of your Model design etc? I would guess you've attempted %your variable name% but I'm not sure by what method you're extracting the layers from the map.
... View more
01-20-2025
08:42 AM
|
0
|
1
|
1984
|
|
POST
|
What's the coordinate system of the data and your Map Frame? Possibly an issue with not being in a planimetric CRS.
... View more
01-18-2025
12:25 PM
|
0
|
0
|
1986
|
|
POST
|
What projection is the Map frame in? Would be interesting to try it out (Pro version, page size and scale, CRS of the map data and any transformations etc. would be handy also). @DavidSolari it's the tick labels not lining-up with the ticks rather than the distortion I think.
... View more
01-17-2025
12:07 PM
|
0
|
0
|
1496
|
|
POST
|
Possibly play with the parallel processing factor environment setting and see how the changes compare on the subset timings. Possibly increase the spatial index levels, and data is local (not on OneDrive or making database transactions over a VPN or something!). Possibly run a select by location of polygons within1500m and export them out, as I would guess the others are irrelevant to the analysis. However the spatial index should really be good enough to very quickly filter these out. However maybe worth a try. What kind of scale distortion do you have across your extent? I'm guessing you have something like Lambert Conformal Conic as the projection. Wondering if you can trade a bit of accuracy for speed with a Planar computation.
... View more
01-15-2025
01:05 PM
|
0
|
0
|
1180
|
|
POST
|
This is just from me spending a few minutes looking at it, but it doesn't seem to be possible in the builder.
... View more
01-15-2025
12:39 PM
|
0
|
0
|
1467
|
|
POST
|
I'd open it up in notepad++ (Menu View → Show Symbol → *Show All Characters`) and check for any newlines (\n) from any word wrapping or anything else which looks a bit off. I would think the ObjectID's would be close to the CSV line numbers in Notepadd++ to speed up the manual sanity check.
... View more
01-14-2025
12:48 PM
|
0
|
1
|
2527
|
|
POST
|
please format the code https://community.esri.com/t5/python-blog/code-formatting-the-community-version/ba-p/1007633
... View more
01-14-2025
11:33 AM
|
0
|
1
|
1148
|
|
POST
|
Do the logs (debug) give any more detail. I'd have a look at that GWUser and maybe delete them out if possible.
... View more
01-13-2025
12:30 PM
|
0
|
0
|
2273
|
|
POST
|
https://community.esri.com/t5/arcgis-pro-questions/arcmap-has-zoom-to-100-percent-1-1-is-there-one-in/td-p/1343604
... View more
01-10-2025
06:56 AM
|
0
|
0
|
982
|
|
POST
|
Also re-read and saw your DEM is a long integer in metres, but the tool is trying to calculate a precision of 0.3m when it uses 1 ft intervals. I think that's very likely the cause of the strange output. the only way i can immediately think of is to interpolate a higher resolution DEM, but it may be misleading and probably best avoided.
... View more
01-09-2025
01:44 PM
|
0
|
0
|
2953
|
|
POST
|
Ah I see there's very little variation in the elevation and you want contours of 1ft intervals? I presumed these were big hills and saddles from the first picture! I wonder if this could be due to effectively tripling the precision, but the underlying DEM not having the resolution to enable it - causing this weird effect. What's the post-spacing/cell-size of the DEM? Also just to try it out - I wonder if you raster calculator a subset of the DEM * 3.208 then try the tool again with no Z factor and interval of 1.
... View more
01-09-2025
01:06 PM
|
0
|
0
|
2959
|
|
POST
|
d be interested to see the actual terrain profile, hillshade and slope maybe (on a subset of the data). Can you zoom in and maybe set a hyposmetric tint or choropleth colour banding for the elevation raster? and add labels with the contour values, query some raster cells at those contour locations etc. What's the coordinate system/projection?
... View more
01-09-2025
12:05 PM
|
0
|
0
|
2983
|
|
POST
|
I'd swap out GETDATE() for Now() var p = '<OUR AGOL URL>';
var restrictions = Filter(
FeatureSetByPortalItem(
Portal(p),
'<ITEM ID>',
0,
['aircraftparkingnames', 'rest_type', 'rest_type_other', 'rest_name', 'rest_start', 'rest_end', 'rest_desc'],
false
),
'rest_start <= Now() AND rest_end > Now()'
);
... View more
01-09-2025
07:48 AM
|
1
|
1
|
1188
|
|
POST
|
Might be best to create a Dictionary to store the Keys and Values, then expression using if else with HasKey() or DefaultValue()
... View more
01-09-2025
07:41 AM
|
1
|
0
|
2541
|
| 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 |
Monday
|