petern48 opened a new issue, #2456: URL: https://github.com/apache/sedona/issues/2456
We currently have this global variable (a massive map) inside of both geoseries.py and geodataframe.py https://github.com/apache/sedona/blob/d6ea87cf9f2a27adee00ff0fb41ee92002b9a834/python/sedona/spark/geopandas/geoseries.py#L63-L66 It hasn't been kept up to date, and I don't see any reason to keep it around. The only place it's referenced is in this docstring (again applies to both geoseries and geodataframe) https://github.com/apache/sedona/blob/d6ea87cf9f2a27adee00ff0fb41ee92002b9a834/python/sedona/spark/geopandas/geoseries.py#L283 I'd like to remove the variables. And update the docs to something like one of the following. - See the Sedona Geopandas [docs](https://sedona.apache.org/latest/api/pydocs/sedona.spark.geopandas.html) for implementation status - See the `geoseries.py` / `geodataframe.py` for implementation status -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
