wcjochem / sfarrow

R package for reading/writing `sf` objects from/to parquet files with `arrow`.
https://wcjochem.github.io/sfarrow/
Other
75 stars 4 forks source link

Warn about potential specification change #1

Closed martinfleis closed 3 years ago

martinfleis commented 3 years ago

I am happy to see this!

One note. In GeoPandas we have a warning about the metadata specification. It is more than likely that geo-arrow specification 1.0 will look differently (as per discussion here https://github.com/geopandas/geo-arrow-spec) and it may be a wise thing to warn users about it. This initial implementation will not be compatible with the final one, so users should be very cautious now.

wcjochem commented 3 years ago

Thanks! Yes, good idea. I haven't been involved but I am tracking those discussions. I can add a warning.