Nanae Aubry

Results 102 comments of Nanae Aubry

@crackernutter Hi sorry for the long waited response. This is correct that Pro 3.1 now supports consumption of spatially enabled dataframe into their tools. Due to arcpy having support for...

@mappybird Pro credentials time out every so many days. It depends how frequently your script is run and how often you get the error? Not sure on the exact number...

@mappybird The login type might affect the longevity of the token. I found this : https://enterprise.arcgis.com/en/portal/latest/administer/windows/specify-the-default-token-expiration-time.htm You can try to edit the token expiration time to see if it makes...

@skykasko How are you getting the JSON for the GeoAccessor? `df1.spatial.json`? The compare method uses a panda's merge method so if you are seeing difference in the panda's to_json then...

@skykasko Creating a custom round method is the way to go. Otherwise you can look into other libraries that have some methods such as `almost_equals` in the Shapely library or...

@pfoppe I can confirm this is occurring as well when login is "pro" We will look into this. Workaround for now can be your try/except or to import datetime after...

@skykasko You are right the functionality changed. We will fix this. To get an output other than None you need to change: `print(df1[df1.spatial.name].geom.equals(df2[df2.spatial.name]))` to be `print(df1[df1.spatial.name].geom.equals(df2[df2.spatial.name].geom))`

@skykasko We put in a fix for 2.3.0 which will be in beta release soon and final release by April. Another suggestion to check each shape is to use the...

@avstjohn Hello, this is an ongoing effort in our team. Unfortunately it's not as straightforward as we would like but this is constantly being worked on to the best of...