-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GCMD keyword metadata items for datasets based on multiple platforms and instruments #389
Comments
@mortenwh & @akorosov Could you tell me please, how should I describe a platform/instrument metadata in case of combined product? Shall I list all instruments? Or is there a specification for this type of products? metadata from the file: |
The best solution is perhaps to add it as list, as you suggest. This should work fine for Nansat, but I am not sure how we should solve it for Geo-SPaaS. Currently, I think there is only one source per dataset in the Geo-SPaaS catalog. There is a related issue in Django-Geo-SPaaS which should be solved as well: nansencenter/django-geo-spaas#1 |
@mortenwh As far as I can see, we usually specify |
I have just looked through a mm = pti.get_gcmd_instrument('Passive Remote Sensing')
ee = pti.get_gcmd_platform('Earth Observation Satellites') UPD: I cannot do that since the dataset is not only from remote sensing observations |
|
I will introduce a hack for OSTIA data in the nansat mapper The issue with multiple sources will then be followed up in nansencenter/django-geo-spaas#1 |
I suggest to solve this by setting platforms and instruments in a list of lists:
Django-Geo-SPaaS could be modified to accept both separate metadata fields (i.e., |
|
Note: Not all globcurrent products provide the source platforms and instruments. In that case a warning is issued, advising the user to create a github issue. |
…that not all globcurrent products provides the source data, and the (hardcoded) list in the mapper may be incomplete.. This means that we will not be able to provide source metadata for all products.
…that not all globcurrent products provides the source data, and the (hardcoded) list in the mapper may be incomplete.. This means that we will not be able to provide source metadata for all products.
@akorosov - this is merged and can be closed, right? |
description: https://podaac.jpl.nasa.gov/dataset/UKMO-L4HRfnd-GLOB-OSTIA
data: https://podaac-opendap.jpl.nasa.gov/opendap/allData/ghrsst/data/L4/GLOB/UKMO/OSTIA/
The text was updated successfully, but these errors were encountered: