|
POST
|
I suggest re-reading the map algebra part of the help, it has some good examples. The model builder export is useful but doesn't make very clean code. Here are some suggested changes: ant_cor_tif = arcpy.Raster("ant_cor.tif") ant_cor = arcpy.Raster("F:\\ADB_Tool\\GIS_data\\Raster_range_maps.gdb\\ant_cor") # Process: Extract by Mask (Extract by Mask) (sa) ant_cor_ex = arcpy.sa.ExtractByMask(in_raster=ant_cor_tif, in_mask_data=ant_cor) ant_cor_ex.save("F:\\ADB_Tool\\GIS_data\\AOH_2021\\Mosaic\\Clips\\ant_cor_ex")
... View more
07-26-2021
10:55 AM
|
1
|
0
|
5437
|
|
POST
|
Now that you have all the join fields you can add an attribute join from CSD polygons to your points by CSD identifier and then run the dissolve by territory - this is a one to many match but you said all CSDs have only one territory so it won't matter which one you match to. Again messing with the field map in the spatial join tool can make this work easier by deleting fields you don't need from the output.
... View more
07-22-2021
12:43 PM
|
1
|
1
|
3125
|
|
POST
|
I think you may need to wait to download the whole thing, the setup.exe file you linked is 221 MB when I download it. That $100 license covers ArcMap, Pro and and ArcGIS Online personal org. It's a sweet deal I think. FYI, if you didn't know, Esri has developed an R-ArcGIS bridge that allows R to read Esri data and ArcGIS to read R data frames directly. There are installs to do this both with ArcMap and Pro.
... View more
07-22-2021
10:48 AM
|
1
|
0
|
4724
|
|
POST
|
Hi Lee! Warm regards to you! The popup I get (Windows 10.0.19043.1110) was a security message: "Microsoft Defender SmartScreen prevented an unrecognized app from starting. Running this app might put your PC at risk." -- and if I click the "more info" link I get a new button to Run Anyway. The setup then starts and I am prompted to unzip to the folder C:\EsriPress\GTKArcGIS\. If you are really just playing around "from scratch" and not working with an existing project, I highly recommend learning Pro. I didn't like it at first but I a warming to it - and honestly it is much more responsive on modern PC hardware than ArcMap. There are also major major improvements we have wanted for many years, for example the Pro version of Zonal Statistics as Table handles overlap. I now teach Pro 100% with just a little ArcMap.
... View more
07-22-2021
10:30 AM
|
1
|
2
|
4735
|
|
BLOG
|
It sure would be great to have this set up so you could drive the tool with a csv or text file to define your own categories. This is useful but I don't have one class or workshop that does all these things, except maybe my intro class. It's pretty neat though I may encourage my students to use this badge as they go through our program!
... View more
07-22-2021
09:29 AM
|
0
|
0
|
2086
|
|
POST
|
I believe you are doing the join in the wrong direction. If you want a list of cities tagged with the polygon (w territory), the source (first parameter) is cities and the join (second parameter) should be the CSDs tagged w territory. Then you get a point feature class of cities with territory and you can do anything else from there.
... View more
07-22-2021
09:28 AM
|
0
|
0
|
3127
|
|
POST
|
Then, sounds like you want process in local tiles or download data. The USGS has a similar National Map elevation service but it has limits on it for the same reason: so one user can't monopolize the shared resource!
... View more
07-21-2021
03:07 PM
|
0
|
0
|
1799
|
|
POST
|
Dan, we'll have to agree to disagree on this one, the right click export functionality (which is sounds like was being used here by the OP) is quite handy and useful. Any interface though has parameters you need to pay attention to in order to get what you want though!
... View more
07-21-2021
02:49 PM
|
0
|
0
|
6729
|
|
POST
|
Are you sure you need all the data? Elevations on roads very much slower than elevations off the road. When you download data from this and other image services you can specify a larger cell size to resample on download and cover much larger area with the 5000x5000 limit.
... View more
07-21-2021
02:15 PM
|
0
|
2
|
1801
|
|
POST
|
Are the CSD features polygons? The key thing here is to figure out what the output you want looks like - what are the unique rows? What fields or counts do you want? ArcMap or Pro? If the CSDs are polygons, and the other data are points, it seems to me you have two spatial joins: 1) CSD to territories to make a list polygons with a territory tagged and 2) cities to territory polygons to tag each city with a territory ID. These are both of type ONE_TO_ONE if using the spatial join tool (I recommend this tool if you are using ArcMap over the menu workflow). Manipulating the field map to remove fields you don't want and set merge rules on the fields you do want is absolutely a good idea to avoid creating super wide tables that are hard to understand. Hope this helps.
... View more
07-21-2021
02:10 PM
|
0
|
2
|
3138
|
|
POST
|
It's important to look all the options when doing an export to make sure you get what you want! This layer you are working with an ArcGIS image layer, which resampled on the fly when displaying (for performance reasons, all the data is not downloaded) - so to download full resolution you need to specify the cell size you want in the Export Raster dialog. I am not sure the environment settings that Dan mentioned will work with the layer export dialog.
... View more
07-21-2021
02:01 PM
|
1
|
2
|
6737
|
|
POST
|
I have posted a list comparing the two applications and some of the things to consider. ArcMap is mature, but it is far from dead. I predict that it will be in use long after its planned 2026 retirement date. ArcMap vs ArcGIS Pro It's much easier to learn ArcGIS Pro first, and ArcMap second.
... View more
07-21-2021
01:58 PM
|
3
|
0
|
4147
|
|
BLOG
|
Is there a way to copy this and use it as a template for my own class with different content to survey?
... View more
07-21-2021
01:41 PM
|
0
|
0
|
2162
|
|
POST
|
I believe it would be far more efficient to run the Spatial Join tool, add a join from the input to the result, and copy over the values from the result to the input feature class using Calculate Field, or an update cursor.
... View more
07-20-2021
02:08 PM
|
0
|
2
|
3116
|
|
POST
|
Usually the way to test this is run the sub models to see if you can find where the issue is. It could be that all the models need to be validated with real data for it to work.
... View more
07-20-2021
01:53 PM
|
0
|
1
|
831
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 08-11-2021 01:26 PM | |
| 5 | 12-10-2021 04:58 PM | |
| 1 | 02-27-2017 09:30 AM | |
| 2 | 12-04-2023 01:05 PM | |
| 1 | 04-12-2016 10:17 AM |
| Online Status |
Offline
|
| Date Last Visited |
06-19-2024
12:10 AM
|