Hello,
Do Spatially Enabled Dataframes have an equivalent to Geopandas .dissolve() method?
I've looked through the API documentation under both GeoAccessor and GeoSeriesAccessor but cannot find any classess or methods to dissolve/aggregate polygons for an SEDF.
NOTE - I tried doing the dissolve in geopandas and just exporting the dissolved result to an SEDF using the from_geodataframe method, but long story short, I've been having some problems with Geopandas and getting it to play nice with the arcgis python environment.