You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That aside, it could be built using a build script and a phf hashmap populated from either a JSON or SQLite source. We'd also have to ensure that the source matched the current libproj version in use by the proj crate, as I believe there is a little bit of EPSG code churn between versions.
It would be a crate for looking up CRS information. Something like
Crs::from_str("EPSG:4326").proj_string()
.We would need to populate the crate with CRS information, potentially from:
The text was updated successfully, but these errors were encountered: