Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: associate srs to geoparquet #141

Open
aborruso opened this issue Feb 6, 2024 · 0 comments
Open

feature request: associate srs to geoparquet #141

aborruso opened this issue Feb 6, 2024 · 0 comments

Comments

@aborruso
Copy link

aborruso commented Feb 6, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant