|
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
|
2210
|
|
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
|
1320
|
|
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
|
6767
|
|
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
|
1290
|
|
POST
|
I've not implemented it myself but Spatially Enabling a Table Looks promising.
... View more
05-03-2020
11:34 AM
|
0
|
0
|
4007
|
|
POST
|
Is there some snapping tolerance which is different? e.g snap to nearest network edge / maximum distance etc/
... View more
05-02-2020
01:07 PM
|
5
|
0
|
4077
|
|
POST
|
Please see Dan Patterson 's guide to code formatting when posting, this block of code will put people off who would otherwise help you. /blogs/dan_patterson/2016/08/14/script-formatting
... View more
05-02-2020
01:02 PM
|
1
|
0
|
1075
|
|
POST
|
You may have to install an English language pack, I'm just guessing now to be honest. good luck!
... View more
05-02-2020
10:03 AM
|
0
|
0
|
2649
|
|
POST
|
Are those default SHAPE area and SHAPE length values created when the features were made?
... View more
05-02-2020
09:34 AM
|
0
|
2
|
2649
|
|
POST
|
Can you take a screenshot of what your table looks like? ¿Puedes tomar una captura de pantalla de cómo se ve tu mesa?
... View more
05-02-2020
07:17 AM
|
0
|
1
|
2649
|
|
POST
|
Hi Pamela, If you go to 'Add Data' and point to your table, it will then get added to ArcMap Table of Contents (TOC) on the left-hand-side. If you then right click on the table, go to 'Display XY' where a popup will then appear for you to specify your coordinate columns and coordinate system (be very aware of the coordinate system you are using, is it lat long or NAD etc?). when you click 'OK' the data should be displayed spatially in your map frame. At the moment, that data is only being displayed on the fly and does not 'exist' in a spatial context. The final step is to right-click on the newly added displayed data in the TOC and --> Data --> export Data to save it as a shapefile (.shp) or a feature class within a GDB.
... View more
05-02-2020
04:29 AM
|
1
|
2
|
4007
|
|
POST
|
Hi, I'm not sure what GeoID and TIGER are but have you tried Double as a format? Field calculator may need an expression to convert string to number (can easily write it for you). Have you got any screen grabs or more info as I may not be grasping the problem properly.
... View more
05-02-2020
02:59 AM
|
0
|
0
|
1315
|
|
POST
|
Replace the comma decimals with a '.'? 1/2 = 0,5 -----> 1/2 = 0.5
... View more
05-02-2020
02:53 AM
|
1
|
3
|
2649
|
|
POST
|
Wait, you did a zonal histogram on the raster table? Use the Zonal Statistics tool and that will give you the answer directly. Zonal Statistics—Help | ArcGIS for Desktop input data -> your hex gird input field -> zone id in raster -> your raster stat type -> sum
... View more
05-01-2020
01:30 PM
|
0
|
0
|
3115
|
| 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
|