leap-stc / arco-era5_feedstock

Linking Google Research's ERA5 cloud data
Apache License 2.0
1 stars 1 forks source link

meta.yaml question: Can I add a doi and gh repo url? #2

Closed jbusecke closed 1 month ago

jbusecke commented 3 months ago

I am a bit confused as how to properly format the meta.yaml to capture all the information in how to cite this product.

For this recipe I would like to link the gh page: https://github.com/google-research/arco-era5 and the recommended citation (https://ams.confex.com/ams/103ANNUAL/meetingapp.cgi/Paper/415842).

The citation does not seem to have a doi. Where is a full list of possible fields for meta.yaml?

andersy005 commented 3 months ago

I am a bit confused as how to properly format the meta.yaml to capture all the information in how to cite this product.

you can add a links section to the catalog.yaml

links:
  - label: DOI
    url: https://10.0.0.x.......
  - label: my link
     url: ..... 

would this work for you?

Where is a full list of possible fields for meta.yaml?

not 💯 sure if you meant meta.yaml or catalog.yaml. the meta.yaml is a Pangeo-forge specific file. we extend it only through the catalog.yaml, which has documentation available here

jbusecke commented 1 month ago

I was thinking of the meta.yaml. And I guess it is more a question towards pangeo-forge (there are some old discussions here). It seems like @norlandrhagen did already add some info though, so I think we can close this for now.