geoarrow-rs
geoarrow-rs copied to clipboard
CRS trait
I wonder if CoordinateReferenceSystem would make a good trait in a future PR (could be backed by a string or by a Python object or by a constant struct like struct LngLat{}, with methods for equality and serialization)
Originally posted by @paleolimbot in https://github.com/geoarrow/geoarrow-rs/pull/1049#discussion_r2045925774
I haven't thought much about the CRS API. Open to suggestions here.