Skip to content

bcdata 0.3.0

Compare
Choose a tag to compare
@ateucher ateucher released this 28 Oct 17:06
c3efee4
  • The BC Data Catalogue and its API have been updated, requiring changes to the bcdata package, most of which are internal only (#283). These should be mostly invisible to the user, except for the removal of the type search facet in bcdc_search() and bcdc_search_facets(). If you use an API key (authorized catalogue editors only), you will need to login to the new catalogue and get your updated key and set the value your BCDC_KEY environment variable to the new key.

IMPROVEMENTS

  • Add names method for bcdc.promise objects. You can now call names on an object produced by bcdc_query_geodata. This is handy when trying to figure out exact column spelling etc. #278

BUG FIXES

  • Fix bug where sticky column were incorrectly identified in bcdc_describe_feature (#279)