|
POST
|
do you mean nothing is produced? do you get errors? does it work manually with the inputs you tried in the model? or is it one of these bugs https://support.esri.com/en/Search-Results#search?q=layer%20to%20kml&content-type=Bugs
... View more
06-19-2020
11:12 AM
|
1
|
1
|
5246
|
|
POST
|
you have arcgis 1.7.1 the current version is 1.8.1 could be the problem... I don't know the version history You might have to go fishing on their GitHub site for Issues around fiona, if they are there GitHub - Esri/arcgis-python-api: Documentation and samples for ArcGIS API for Python
... View more
06-19-2020
09:26 AM
|
0
|
2
|
4575
|
|
POST
|
walk = arcpy.da.Walk(workspace, topdown=True, datatype="RasterDataset") So that doesn't work then? (from the help) I am assuming that it is a file geodatabase raster dataset
... View more
06-19-2020
06:18 AM
|
0
|
6
|
1811
|
|
POST
|
Raster file formats—ArcGIS Pro | Documentation does it go by another name? I am familiar with esri grids and other raster formats, but I work with locally stored data so that may limit my exposure to other raster formats
... View more
06-19-2020
03:24 AM
|
0
|
8
|
3604
|
|
POST
|
Eric Krouse's post there does provide a suggestion as how to do it though. Steve Lynch, Eric Krause any changes in this or is the approach the same?
... View more
06-18-2020
05:53 PM
|
1
|
0
|
2059
|
|
POST
|
https://anaconda.org/Esri/gdal/files has ...1 and ...11 versions of tar.bz from https://anaconda.org/Esri/gdal But I am on Pro 2.6 Beta 1 at present, so my "conda list" won't help
... View more
06-18-2020
04:26 PM
|
0
|
4
|
4575
|
|
POST
|
Added in 2.5 What's new in ArcGIS Pro 2.5—ArcGIS Pro | Documentation under Symbology Chart symbology has been added for point, line, and polygon feature layers.
... View more
06-18-2020
03:34 PM
|
0
|
2
|
2426
|
|
POST
|
Are you looking to incorporate this tool? Cross Validation—Help | Documentation
... View more
06-18-2020
02:59 PM
|
0
|
1
|
2059
|
|
POST
|
You will have clip 6 times, in batch mode then, If you are using ArcGIS Pro, you can batch many tools For more info... Batch geoprocessing—ArcGIS Pro | Documentation
... View more
06-18-2020
02:46 PM
|
1
|
0
|
2264
|
|
POST
|
Merge the 6 polygons into 1 featureclass, then Clip Raster—Data Management toolbox | Documentation Is there a reason that the 6 polygons need to be kept separate?
... View more
06-18-2020
01:54 PM
|
1
|
2
|
2264
|
|
POST
|
because you have to fit a circle to 3 points, then ensure that the circle doesn't encompass any other points... then a swapping may be needed to remove thin triangles, .... then ... then.... As I said, it is a process. If you read some of the references in the link I posted, you will see that it has quite a history and a number of optimization approaches. Most people with use scipy.spatial and the Delaunay therein rather reinventing the wheel. scipy.spatial use the "qhull" package which is pretty standard in the python world. There is little point in reinventing the wheel. Efforts can be spent in providing the "constrained" option which qhull doesn't do (my incarnation does) using other arcpy tools
... View more
06-18-2020
01:51 PM
|
6
|
0
|
1227
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11 hours ago | |
| 3 | Friday | |
| 1 | 3 weeks ago | |
| 5 | 3 weeks ago | |
| 1 | 3 weeks ago |