Bolton-and-Menk-GIS / restapi

Python API designed to work externally with ArcGIS REST Services to query and extract data, and view service properties. Uses arcpy for some functions if available, otherwise uses open source alternatives to interact with the ArcGIS REST API. Also includes a subpackage for administering ArcGIS Server Sites.
GNU General Public License v2.0
93 stars 31 forks source link

I am not able to make clip functionality work properly. #8

Closed mansimittal13 closed 6 years ago

mansimittal13 commented 7 years ago

Error while using json: message : code : -2147220869 details : [ ]

Error while using polygon feature class: Not suitable geometry type

Error while using polygon shp file; 'NoneType' object is not iterable

Guide me if anything I can try.

CalebM1987 commented 7 years ago

Can you post the full code you are using to clip? This error is not helpful without context.