bcgov / bcdata

An R package for searching & retrieving data from the B.C. Data Catalogue
https://bcgov.github.io/bcdata
Apache License 2.0
81 stars 12 forks source link

Allow specifying whse object name in `bcdc_query_geodata` #106

Closed ateucher closed 4 years ago

ateucher commented 5 years ago

It's often the case that users familiar with the BCGW will know the exact name of the database object they want to query, so we should allow that without forcing them to go through the catalogue record/resource id.

E.g., this should work: bcdc_query_geodata("WHSE_IMAGERY_AND_BASE_MAPS.GSR_AIRPORTS_SVW")

boshek commented 4 years ago

Closed via #110