bcdata icon indicating copy to clipboard operation
bcdata copied to clipboard

An R package for searching & retrieving data from the B.C. Data Catalogue

Results 38 bcdata issues
Sort by recently updated
recently updated
newest added

**Problem:** I'd like to filter a query but I only know part of the string I am looking for... ``` r bcdata::bcdc_query_geodata("bc-parks-ecological-reserves-and-protected-areas") %>% filter(stringr::str_detect(PROTECTED_LANDS_NAME, "SUGARBOWL.*PARK*")) #> Error in stri_detect_regex(string, pattern,...

enhancement

Title not displaying here: https://bcgov.github.io/bcdata/reference/collect-methods.html

bug
documentation

We shouldn't spend a lot of effort here, as it's unclear how many people use it. Possible ideas: - [ ] make use of min zoom attribute in GetCapabilities endpoint...

An example of how to use the bcgov packages together in a work flow?

enhancement
vignette

https://github.com/bcgov/bcdata#bcdc-authentication

documentation
vignette

Is there a way to pull masked or sensitive (i.e. secured occurrence) data through the bcdata package?

wfs

WIP. Closes #4 when complete