smnorris / bcdata

Python and command line tools for quick access to DataBC geo-data available via WFS/WCS.
MIT License
29 stars 7 forks source link

add --count to cat and/or dump, or add head command #176

Open smnorris opened 8 months ago

smnorris commented 8 months ago

Requesting just a small set of features is often handy, and is much faster than piping bcdata cat into head.

Could use curl directly, but it would be simple to implement here - a --count option is already present in bc2pg.

Maybe:

bcdata head -n

or

bcdata cat -c