apache / incubator-baremaps

Create custom vector tiles from OpenStreetMap and other data sources with Postgis and Java.
baremaps.apache.org
Apache License 2.0
491 stars 56 forks source link

Use the default CRS when crs field is null in Geoparquet #861

Closed Drabble closed 1 month ago

Drabble commented 1 month ago

According to the GeoParquet specification, the default CRS can be null and should default to OGC:CRS84.

PROJJSON object representing the Coordinate Reference System (CRS) of the geometry. If the field is not provided, the default CRS is OGC:CRS84, which means the data in this column must be stored in longitude, latitude based on the WGS84 datum.

https://github.com/opengeospatial/geoparquet/blob/main/format-specs/geoparquet.md#column-metadata

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
3 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud