ioos / ckanext-ioos-theme

IOOS Catalog as a CKAN extension
GNU Affero General Public License v3.0
7 stars 14 forks source link

Python notebooks demonstrating use of CKAN API? #231

Open rsignell-usgs opened 4 years ago

rsignell-usgs commented 4 years ago

@mwengren and @benjwadams, do we have any examples in python (preferably notebooks) using the CKAN API to do a complex search including spatial domain, time extent, and perhaps free text?

I'm wondering whether it would be possible to do things like https://ioos.github.io/notebooks_demos/notebooks/2017-12-15-finding_HFRadar_currents/ using the CKAN API instead of CSW.

cc @ocefpaf

mwengren commented 3 years ago

Here are a couple WIP examples I worked on recently:

https://github.com/mwengren/notebooks-dev/tree/master/ioos_ckan_catalog

We'll aim to add some IOOS Catalog CKAN API notebooks to the IOOS Notebook Gallery at some point (see: ioos/notebooks_demos#405).