Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow non-compliant geoarrow CRS metadata (#369)
Lonboard currently throws an exception on the input data from the latest main of geoarrow-rs because it exposes metadata of the type `{"crs": null, "edges": null}`, and we were trying to construct `CRS(None)`.
- Loading branch information