Andrew

Results 154 comments of Andrew

@SergStol Does it just occur with sd files or every file? The updateItem() has multipart as a value. What version of portal are you using or is this AGOL? https://github.com/Esri/ArcREST/blob/master/src/arcrest/manageorg/_content.py#L1646

@SergStol How big is your sd file? I am having trouble reproducing this one.

This repository is no longer being maintained. Please use the ArcGIS Python API.

@AlexArcPy I have not really looked at this, but do you think you could leverage the socket library? https://docs.python.org/2.7/howto/sockets.html

@AlexArcPy I am not opposed to using 3rd party modules as long as the license allows for there use in this type of project.

@AlexArcPy use the 3rd party module.

I cannot add a person to review or assign labels.

Super simple sample ```python import pandas as pd import arcgis pts = pd.DataFrame.spatial.from_featureclass(r"c:\gis\sample_data\Alaska Data\Trans_AirportPoint.shp") knn_w = KNN.from_dataframe(df=pts, geom_col='SHAPE') ``` ```python import pandas as pd import arcgis polygons = pd.DataFrame.spatial.from_featureclass(r"c:\gis\sample_data\ZipCodes.gdb\zipcodes") geoms...

@ljwolf you do not need any arc licenses to run the python package. You'll just need to have shapely installed to use as a geometry engine.

I'm trying to revisit this issue, what is needed to merge this?