gpq icon indicating copy to clipboard operation
gpq copied to clipboard

Utility for working with GeoParquet

Results 14 gpq issues
Sort by recently updated
recently updated
newest added

I don't think gpq currently contains a method to specify the target crs. Also I see that by default you use "OGC:CRS84", what is your rationale for that? Why not,...

Hi, I'm using 3.28.14-Firenze for Win. If I drag 6 drop a gpq geoparquet output file, the file is not rendered in QGIS and I only have a white background....

Hi, I'm testing gpq on the official administrative boundaries of Italy. The source file is this zip file: It has a folder structure, with shapefiles in it. I am doing...

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": "",...

Hi, I am interested in using `gpq` to generate GeoParquet files for [Who's On First (WOF) data](https://github.com/whosonfirst-data/). Ideally I would like to do that by reading and writing data on...

Hi! A processing I found useful when using geoparquet files is creating subsets of data with either using bbox or excluding/selecting columns. rough suggested implementation ```bash gpq extract -bbox=120,10.1,121.4,11 -geom_col=geometry...

I think it would be nice that if you have a Parquet file to just be able to provide the JSON metadata and write it to the file. Something like:...

It should be easy for people to use the WASM build to convert to/from GeoParquet.

Maybe I'm doing something wrong, but I'm doing `planet data search SkySatCollect | gpq convert --from geojson --to geoparquet > gpq-out.parquet` and I just get one feature. Planet's API emits...

We just released geoparquet 1.1, and I tried `gpq validate` on the [test data](https://github.com/opengeospatial/geoparquet/tree/main/test_data) with the native encoding, and it got a stack trace: ``` % gpq validate data-multilinestring-encoding_wkb.parquet panic:...