jiayuasu opened a new issue, #3281:
URL: https://github.com/apache/sedona/issues/3281

   Part of #2230.
   
   GeoDataFrame.from_features is currently an unimplemented GeoPandas 
compatibility constructor in Sedona.
   
   The implementation should:
   
   - accept an iterable of GeoJSON Feature mappings, a GeoJSON 
FeatureCollection, or an object exposing __geo_interface__;
   - preserve GeoPandas behavior for geometry conversion, heterogeneous and 
null properties, null geometries, column selection and ordering, CRS 
assignment, generators, and malformed inputs;
   - delegate local feature parsing to GeoPandas and wrap the resulting 
GeoDataFrame in Sedona;
   - document that the input is fully materialized on the driver and that large 
datasets should use a distributed GeoJSON or GeoParquet reader instead; and
   - add focused parity tests across supported GeoPandas versions.
   
   This is intentionally a driver-local constructor for small in-memory feature 
collections, not a distributed file-ingestion API.


-- 
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]

Reply via email to