gpq
gpq copied to clipboard
Question: Is there is a plan to expose functionality as library code?
Hi,
I am interested in using gpq
to generate GeoParquet files for Who's On First (WOF) data. Ideally I would like to do that by reading and writing data on a per-record basis rather than starting with a single GeoJSON file.
Poking through the code it appears I can stream data to gpq
via STDIN which would allow me using a similar approach to how we derive PMTiles from WOF data.
That would solve me immediate problem but the functionality, specifically the convert functionality, wrapped by the gpq
command would be generally useful to have a library code (outside of internal
).