|
POST
|
Are you referring to the Zonal Statistics tool? The error message is not what you say it is: 010096 : There is no Spatial Analyst license currently available or enabled. My guess is the tool is running in the background. You can see the results in Geoprocessing / Results. To see it run (this is the setting I prefer) go to Geoprocessing / Options and uncheck the Enable Background Geoprocessing box.
... View more
08-12-2021
06:06 AM
|
1
|
0
|
3370
|
|
POST
|
Don't forget to CLEAN with LINE... 😃 AML forever, man!
... View more
08-11-2021
01:56 PM
|
1
|
0
|
1948
|
|
POST
|
This is in map units. For example if the XY coordinate system of the corner or extent is in UTM, the 10 km value would be specified as 10000 for 10,000 meters. Hope this helps!
... View more
08-11-2021
01:39 PM
|
2
|
0
|
4590
|
|
POST
|
ModelBuilder validates (ie verifies inputs against tools before anything is run, so if the tools run don't happen to update the layer schema within the model, you are out of luck. The only way to avoid this problem is to run the Alter tool inside a python script inside a Calculate Value tool. This will bypass the ModelBuilder parameter validation, the Alter tool will just run if the inputs are valid.
... View more
08-11-2021
01:38 PM
|
0
|
0
|
1171
|
|
POST
|
ModelBuilder SQL Expression Using Inline Variable %Value% for OD Cost Matrix
... View more
08-11-2021
01:33 PM
|
0
|
0
|
2541
|
|
POST
|
I was looking for unanswered questions and came across this. My advice is to use the Calculate Value tool to build the SQL expression: "OUSEQID = '{}'".format('%Value%') Then set the output to type SQL Expression and connect it to the Select Layer By Attribute tool. I would also connect the variable named Value to the Select Layer By Attribute tool as a precondition to make sure the Calculate Value tool runs first. Preconditions can sometimes be the issue with iterators as you want to make sure all inputs are up to date for that iteration. You may be able to just connect Value to Select Layer By Attributes tool and that would solve your problem without the intermediate step, but I like the clarity and flexibility of using Calculate Value to build expressions.
... View more
08-11-2021
01:26 PM
|
1
|
0
|
3405
|
|
POST
|
Have you set the Override Junctions rule? Problem: Lines that participate in a network dataset automatically split in ArcGIS Pro
... View more
08-11-2021
01:07 PM
|
1
|
4
|
1964
|
|
POST
|
A few more functions to consider: Round Up (used to be Ceil()) Round Down (used to be Floor()) Either of these expressions will round a value >=0.5 up and others down Int(x + 0.5)
RoundDown(x + 0.5)
... View more
08-11-2021
11:09 AM
|
3
|
0
|
3421
|
|
POST
|
Geodatabases can be supported across many different RDBMS formats and converting rasters in and out of RDBMS tables, tiling, and indexing can incur some performance cost. The geodatabase format supports versioning in some formats (ie when the gdb is stored in SQL Server) and must support functionality "file-based rasters" like .tif don't need to support. Esri has done a lot to speed up file .gdb rasters in recent years but .tif is still a more efficient format for data processing. TIFF files are much simpler, it's just a random access binary file with a few ancillary files in a system file folder -- less overhead!
... View more
08-09-2021
01:08 PM
|
0
|
1
|
8897
|
|
POST
|
This is great Jayanta. Maybe you should convert this to a document as there have been a lot of questions along these lines.
... View more
08-09-2021
01:05 PM
|
0
|
1
|
3294
|
|
POST
|
Can you share the exact pathname? You may try saving to the folder above the .gdb and provide a .tif extension, this usually provides better read and write performance using the TIFF format. Any system issues (full disk, full temp area etc) can generate this error too.
... View more
08-09-2021
12:43 PM
|
3
|
3
|
8932
|
|
POST
|
This idea was in the roadmap but not any more. We should vote it up! Convert Graphics to Layers in Arc Pro Converting features to graphics in ArcGIS Pro Arcgis Pro to convert from Graphics to Feature
... View more
08-09-2021
12:37 PM
|
2
|
0
|
2211
|
|
POST
|
Your code won't work right now in any environment. You need to create a shape object using arcpy.Polygon(), you can't just stuff a list of coordinates in a shape field. Good examples in the help: ArcGIS Pro Help: Writing Geometries Once you get this working at the Python command line (or a python notebook) then you can go ahead and create a script.
... View more
08-09-2021
12:22 PM
|
2
|
0
|
1438
|
| 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
|