ropensci / ckanr

R client for the CKAN API
https://docs.ropensci.org/ckanr
Other
99 stars 38 forks source link

add open.canada.ca to servers.R #167

Closed PatLittle closed 3 years ago

PatLittle commented 3 years ago

added the Canadian Open Government Portal and secondary Open by Default ckan instances to servers.R

Description

Related Issue

Example

sckott commented 3 years ago

thanks @PatLittle !

Both urls end up in the same spot.

what does "Open by Default" refer to?

PatLittle commented 3 years ago

thanks @PatLittle !

Both urls end up in the same spot.

what does "Open by Default" refer to?

I think we must have a re-direct or something on the /ckan directory. The instance is resolvable at https://open.canada.ca/ckan/en/dataset. Open by Default is a separate instance of CKAN the Canadian Gov was using to provide people with early access to documents that did not go through a formal release process. Content is mostly static now.

I'll get that re-direct addressed, hopefully not a blocker to merge.

Also I just discovered this project yesterday, really cool👍 Hoping to use this to automate publishing of some datasets to our ckan such as https://github.com/PatLittle/OpenGov_R_Scripts/blob/master/covid_dataset_tracker.R directly from Github actions.

sckott commented 3 years ago

Okay, sounds good, not a blocker.

Good to hear ckanr might be useful for publishing datasets, 🤞🏽 that it works out.