|
POST
|
Right Click --> Properties --> Source --> Spatial Reference ?
... View more
05-08-2020
10:02 AM
|
0
|
0
|
3793
|
|
POST
|
Yes Johannes, deleted as I was confusing it with a backslash...
... View more
05-08-2020
05:09 AM
|
0
|
0
|
1104
|
|
POST
|
I don't use model builder but I had a quick look. Something along the lines of (guessing the model builder syntax): myfunc(%Row Count%) def myfunc(input): return bool(input)
... View more
05-08-2020
03:27 AM
|
0
|
0
|
1854
|
|
POST
|
On your tool window on the RHS it is set to 'overlap'. change this to split or dissolve.
... View more
05-08-2020
02:36 AM
|
4
|
2
|
3507
|
|
POST
|
Hi, I would love to live in a place called Manjimup! Don't care what it's like, just saying the name will do me fine. I'm guessing each town's edits are isolated to their own folders? i.e. there's no shared edits and you only want to replicate each location's data to share between you? I'm guessing a county which is managing districts etc?
... View more
05-08-2020
02:07 AM
|
0
|
1
|
1659
|
|
POST
|
It looks very much like a one-way restriction is applied in your Pro service area.
... View more
05-08-2020
01:55 AM
|
4
|
4
|
3507
|
|
POST
|
My excel graph skills are non existent. maybe something like the below fake histogram (I hate excel) where you could then maybe create a probability density for travel differences, statistically break it into SDs and quartiles etc?
... View more
05-07-2020
04:16 AM
|
0
|
0
|
1818
|
|
POST
|
Why are 2 matrices being calculated? Are you changing the number of destinations for each? Facility and Demand terminology refers to Location Allocation problems, OD Cost Matrix is Origin / Destination (as far as my understanding permits). I'm really sorry but I'm not getting a good grip of this question, but it might just be my fault. However, a picture paints a thousand words and will likely help others to answer this if I can't.
... View more
05-07-2020
03:28 AM
|
0
|
2
|
1818
|
|
POST
|
It really relies upon the attribution of your network dataset. If it is every basic, the only 'cost' of traversing the network the solver can use is distance. If the network has a time cost / speed limit etc you can use this as an impedence value in the Analysis Settings window as opposed to distance. The OD solver output will then reflect that. Of course if you assume your travel speed along the network to remain unchanged, a simple distance/speed calculation would do it. e.g. 10km/10kph = 1 hour travel.
... View more
05-07-2020
02:00 AM
|
0
|
4
|
1818
|
|
POST
|
Something like an arcpy.da.SearchCurosr to compare geometries then create a matching dictionary of some sort. Would it be worth the effort? whats the purpose?
... View more
05-05-2020
12:25 PM
|
0
|
0
|
3142
|
|
POST
|
are you using East/West North/South suffixes? The same coordinate without those goes to Kyrgystan. I'd recommend using +/- notation as standard. (Maybe you mistyped East instead of West?). There's very good free geocoding sites if you want to automate the process of retrieving Lat/Longs, let me know if you want more info.
... View more
05-05-2020
02:47 AM
|
0
|
0
|
2020
|
|
POST
|
How far out are you? I'm guessing you've tried all of the possible transformations?
... View more
05-04-2020
08:28 AM
|
0
|
0
|
1228
|
|
POST
|
it seems like you're trying to find an equality between two layer objects, i'd probably utilise the .name property for evaluation. you've also got a bad indent at the bottom. Might work, might not, I'm not a doctor. aprx = arcpy.mp.ArcGISProject("CURRENT")
mp = aprx.listMaps("Map")[0]
# Remove all layers except coast
for rmlyr in mp.listLayers():
if rmlyr.name != "Coast":
mp.removeLayer(rmlyr)
... View more
05-04-2020
07:54 AM
|
1
|
1
|
6534
|
|
POST
|
Something like Interpolate Points—Standard Feature Analysis tools | Documentation would generate a raster surface, then feature vertices to points, or points along line to then extract the raster values coincident with the points?
... View more
05-04-2020
05:05 AM
|
0
|
0
|
1210
|
|
POST
|
I've not implemented it myself but Spatially Enabling a Table Looks promising.
... View more
05-03-2020
11:34 AM
|
0
|
0
|
3713
|
| 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 |
01-14-2026
12:10 PM
|