planetlabs / gpq

Utility for working with GeoParquet

Home Page:https://planetlabs.github.io/gpq/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feature request: associate srs to geoparquet

aborruso opened this issue · comments

Hi,
I have converted to geoparquet a parquet file, using gpq convert.
And in the metadata I do not have the coordinate reference system info:

"metadata": {
    "version": "",
    "primary_column": "geometry",
    "columns": {
      "geometry": {
        "encoding": "WKB",
        "geometry_types": [
          "Polygon",
          "MultiPolygon"
        ],
        "bbox": [
          313279.2514000004,
          3933846.2156000007,
          1312016.1506000003,
          5220292.292199999
        ]
      }
    }
  }

It would be useful to have a cli option in convert command, something like ogr2ogr: gpq convert -a_srs EPSG:32633.

Thank you for this useful tool