Skip to content

feature request: associate srs to geoparquet #141

Open
@aborruso

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions