Skip to content
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

YAML batch_6 update #121

Merged
merged 19 commits into from
Apr 11, 2024
Merged

YAML batch_6 update #121

merged 19 commits into from
Apr 11, 2024

Conversation

FedericoRondoni
Copy link
Contributor

@FedericoRondoni FedericoRondoni commented Apr 8, 2024

N1b_PM10 N1b_PM25 N3_regional_water_quality_timeseries N3a2_chl_concentration N3a2_sea_surface_temperature N3a2_total_suspended_matter N3c_ocean_colour_plankton_atlantic N3c_ocean_colour_plankton_black_sea N3c_ocean_colour_plankton_mediterranean NASAPopulation

@FedericoRondoni
Copy link
Contributor Author

Hi @santilland and @lubojr it seems that in this batch there is a new error that I cannot find. Do you have any idea of what it might be?
Thanks!

@santilland
Copy link
Collaborator

Hello @FedericoRondoni as far as i can tell the issue is in the NASA file collections/NASAPopulation.yaml .
The problem is, that if in yaml you use the "multiline" symbol (|) you need to start a new line (see also https://yaml-multiline.info/)
So, instead of:

Citation: | Center for International Earth Science Information Network - CIESIN - Columbia University. 2018. Gridded Population of the World, Version 4 (GPWv4): Population Density Adjusted to Match 2015 Revision UN WPP Country Totals, Revision 11. Palisades, New York: NASA Socioeconomic Data and Applications Center (SEDAC).

you need to do:

Citation: |
    Center for International Earth Science Information Network - CIESIN - Columbia University. 2018. Gridded Population of the World, Version 4 (GPWv4): Population Density Adjusted to Match 2015 Revision UN WPP Country Totals, Revision 11. Palisades, New York: NASA Socioeconomic Data and Applications Center (SEDAC).

or remove the multiline symbol:

Citation: Center for International Earth Science Information Network - CIESIN - Columbia University. 2018. Gridded Population of the World, Version 4 (GPWv4): Population Density Adjusted to Match 2015 Revision UN WPP Country Totals, Revision 11. Palisades, New York: NASA Socioeconomic Data and Applications Center (SEDAC).

@lubojr
Copy link
Member

lubojr commented Apr 11, 2024

Thank you for the additions and review. Merging

@lubojr lubojr merged commit 9ce573a into main Apr 11, 2024
1 check passed
@lubojr lubojr deleted the YAML-batch_6 branch April 11, 2024 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants