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

make pk available to other tools #193

Closed smnorris closed 3 months ago

smnorris commented 3 months ago

Currently just used internally for bc2pg - but is useful for other tasks. Adding a primary_key key to the dict returned by bcdc.get_table_definition() and bcdata info is probably simplest?