gpq icon indicating copy to clipboard operation
gpq copied to clipboard

Feature suggestion: extract command

Open jtmiclat opened this issue 1 year ago • 2 comments

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

gpq extract -bbox=120,10.1,121.4,11 -geom_col=geometry -exclude_cols=value,label source.geoparquet target.geoparquet

I can work on the implementation of this in the upcoming weeks but would like to know if others would find this useful!

jtmiclat avatar Oct 15 '23 02:10 jtmiclat