arcgis-python-api
arcgis-python-api copied to clipboard
Documentation and samples for ArcGIS API for Python
**Is your feature request related to a problem? Please describe.** How to use customized CNN models by classify-pixels-using-deep-learning tool in ArcGIS Pro? **Describe the solution you'd like** I trained a...
**Describe the bug** I have trained PointCNN over the DALES dataset and I am trying to predict my own dataset (I have remapped the classes into ground and non-ground only)....
Using ArcGIS Pro 2.6.0 When creating a new Table feature and adding it to a webmap I get an error: AttributeError("'NoneType' object has no attribute 'json'",) using something like new_table...
**Is your feature request related to a problem? Please describe.** Yes. Applying the PointCNN model trained on dataset A, for prediction on dataset B, throws an **obscure error**, given that...
**Is your feature request related to a problem? Please describe.** It would be appreciated if there is detail information, such as a guide document, on vmtilocaldataset column which is generated...
**Describe the bug** Jupyter kernel always restarts when training PointCNN model.Maybe cased by large IO requests,I don't know.Has anyone meets the same issue? **To Reproduce** Steps to reproduce the behavior:...
I found a bug in gis.content.add(). The particular code: if not os.path.isfile(os.path.abspath(data)): raise RuntimeError("File("+data+") not found.") What's happening here is the code is preparing to upload a file, and wants...
Looking at `anaconda3\Lib\site-packages\arcgis\features\geo\_io\fileops.py` I see that `GIS.content.import_data` does not support z-aware points, at least when using `pyshp`: ``` GEOMTYPELOOKUP = { "Polygon" : shapefile.POLYGON, "Point" : shapefile.POINT, "Polyline" : shapefile.POLYLINE,...
Looking at arcgis/gis/admin/_security.py SSLCertificates.import_server_certificate always returns True, even on exception. **Note, the Portal Admin API returns a 200 HTTP OK, with an html page specifying an Error and code 500....
Regardless of whether there is an actual error or not, importing a CA certificate into Portal through a Web Adaptor results in 500 internal server error. Sample code ``` from...