You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my use case I know the metadata upfront and just need to add the geoparquet metadata to the file.
Could also be a simple way to fix/override geoparuqet metadata in case of bugs such as #45
The text was updated successfully, but these errors were encountered:
m-mohr
changed the title
gpq add_metadata
Simple way to add metadata to geoparquet file
Jul 13, 2023
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:
gpq add_metadata in.parquet out.geoparquet metadata.json
or
gpq convert in.parquet out.geoparquet --metadata="metadata.json"
In my use case I know the metadata upfront and just need to add the geoparquet metadata to the file.
Could also be a simple way to fix/override geoparuqet metadata in case of bugs such as #45
The text was updated successfully, but these errors were encountered: