You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the only open data portals that scout indexes are ones run by Socrata. We would love to extend this to other open data portals starting with CKAN.
For a given CKAN portal we need to be able to obtain a list of datasets available on that portal and then map the meta data for those datasets in to the same standard format we are using for the Socrata datasets.
The function that does this for the socrata datasets can be found in the code here:
Currently the only open data portals that scout indexes are ones run by Socrata. We would love to extend this to other open data portals starting with CKAN.
For a given CKAN portal we need to be able to obtain a list of datasets available on that portal and then map the meta data for those datasets in to the same standard format we are using for the Socrata datasets.
The function that does this for the socrata datasets can be found in the code here:
scout/src/utils/socrata.js
Lines 179 to 220 in 86cab19
Some useful resources for this:
Note, it makes sense to add this to the scout-multi branch rather than the main branch
The text was updated successfully, but these errors were encountered: