|
POST
|
You can use the Sample tool How To: Convert a raster dataset to an XYZ table with ArcGIS Pro
... View more
01-27-2023
03:40 PM
|
0
|
0
|
2775
|
|
IDEA
|
Quick and dirty as in there's no doco, testing or error handling... Should work on the majority of remote COGs (but not wacky ones like these NASA GIMMS's COG products)
... View more
01-23-2023
08:35 PM
|
0
|
0
|
5380
|
|
POST
|
Assuming "Task", "Name", "shp_project_points", "shp_buffer", "workspace" are all fields in your featureclass. As @JoshuaBixby notes, this parameter needs to be a list of field names, not a single string. Change "Task; Name; shp_project_points; shp_buffer; workspace;" To ["Task", "Name", "shp_project_points", "shp_buffer", "workspace"]
... View more
01-23-2023
08:30 PM
|
0
|
0
|
1054
|
|
IDEA
|
Another workaround is this quick and dirty python toolbox: Add remote COG to ArcGIS Pro by URL (GitHub Gist)
... View more
01-20-2023
12:31 AM
|
0
|
0
|
5424
|
|
POST
|
Screenshots of code are hard to read - How to insert code in your post
... View more
01-14-2023
04:33 AM
|
1
|
1
|
5082
|
|
POST
|
Use the %Name% variable in your output path. See "Dynamic output naming" in the Batch geoprocessing help.
... View more
01-08-2023
04:36 AM
|
2
|
0
|
1604
|
|
POST
|
Ugly workaround - use a "SQL Expression" datatype...? Multi-line text entry in Model Builder Parameter
... View more
01-06-2023
05:56 PM
|
0
|
0
|
2531
|
|
POST
|
Did you leave the "Resampling Technique" as the default "Nearest neighbor": The Nearest option, which performs a nearest neighbor assignment, is the fastest of the four interpolation methods. It is primarily used for categorical data, such as a land-use classification, because it will not change the pixel values. It should not be used for continuous data, such as elevation surfaces. Use Bilinear instead.
... View more
01-05-2023
01:45 PM
|
1
|
0
|
707
|
|
POST
|
I think you mean print(string[i:i+len(sub_string)])
... View more
01-02-2023
11:13 PM
|
0
|
1
|
2265
|
|
POST
|
Yes, but you would need to use arcpy to do so. You could create a title page as a standalone PDF using your editor of choice and create a script tool that exports the map series to PDF, then creates a new PDF and appends the title page and map series PDFs
... View more
12-22-2022
03:31 PM
|
2
|
0
|
1577
|
|
POST
|
Should get a more accurate result with AreaGeodetic https://developers.arcgis.com/arcade/function-reference/geometry_functions/#areageodetic
... View more
12-14-2022
02:07 PM
|
1
|
1
|
1859
|
|
POST
|
Measuring distances and areas when your map uses the Mercator projection
... View more
12-14-2022
12:53 PM
|
0
|
1
|
1871
|
|
POST
|
Convert your .clr to a .csv with gridcode and rgb fields. You'll need to do some processing (e.g. in Excel or as a field calculation after you join) to get the separate R G B values into a single text value "rgb(r, g, b)" then join the csv to your feature class and use Attribute-driven color symbology. How To: Apply Hex or RGB color codes from an attribute field as a feature symbology in ArcGIS Pro Attribute-driven color in symbology
... View more
12-14-2022
12:47 PM
|
0
|
1
|
5527
|
|
POST
|
@BarryNorthey wrote: ... the no longer proprietary (file) geodatabase format ... It's still proprietary. Esri provide an API for 3rd party software for read-only access to FGDBs, but have not published the specification. The GDAL OpenFileGDB driver is based on a reverse-engineered specification of the FileGDB format. Once GeoPackage support becomes more polished (i.e. QGIS and ArcGIS support it, but there are some niggles using it I've found) then I think it could replace shapefiles. And it's easier to send a single .gpkg file than multiple shp, shx, dbf, etc files.
... View more
12-12-2022
01:31 PM
|
1
|
2
|
6658
|
|
POST
|
Use one of the interpolation tools instead of Point to Raster Comparing interpolation methods
... View more
12-11-2022
01:25 AM
|
2
|
0
|
2879
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-24-2022 03:08 PM | |
| 1 | 07-30-2025 03:00 PM | |
| 1 | 06-10-2025 08:06 PM | |
| 5 | 05-20-2025 07:56 PM | |
| 1 | 05-04-2025 10:34 PM |