Start integrating OBIS datasets within cioos-explore #11
Replies: 3 comments 8 replies
-
Quick question. Does the current harvester get all available data for a given target and download it into our CDE DB? My concern is duplicating data from OBIS which doesn't really need to be treated as such.
|
Beta Was this translation helpful? Give feedback.
-
Explore-cioos do not store any actual data internally and retrieve it on the client side when a user requests to see a specific time series or profile via the table/plot interface. We limit the view to 1000 points. explore-cioos only captures the following information for a specific dataset/subset:
Only this information is stored within the Explorer database. Everything else is done on the client side. regarding your points:
|
Beta Was this translation helpful? Give feedback.
-
Sorry I forgot to reply here. CKAN is only our frontend tool to distribute
metadata. The metadata form is use to generate a new record for an RA, this
is as now the only way to generate a new CIOOS dataset.
We are not using the CKAN API to add new datasets.
Le ven. 14 févr. 2025 à 09:20, Vishal Mehra ***@***.***> a
écrit :
… @JessyBarrette <https://github.com/JessyBarrette>, I found a possible
option in helping us add obis resources as a contributor to CKAN via this api
<https://docs.ckan.org/en/2.9/api/index.html#module-ckan.logic.action.create>
call. There is the matter of authentication which I will dig into (maybe a
new env variable), but it seems to be the best way we can add another
contributor.
From there, I can add to the harvester for obis specific data (api calls
for required datasets and the processing needed for it).
—
Reply to this email directly, view it on GitHub
<#11 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHICYOIISBQVORAHJZJCAWL2PX3TDAVCNFSM6AAAAABW3KMFUOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMRQGEZTQNY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
CIOOS is also distributing a fair bit of data via OBIS. OBIS is also already standardizing the data and makes it available via single API. This suggest integrating CIOOS related datasets from OBIS could potentially be manageable. The mains issues I could see are:
Beta Was this translation helpful? Give feedback.
All reactions