Skip to content

Commit

Permalink
Merge pull request #276 from WorldCereal/rdm-links
Browse files Browse the repository at this point in the history
updated rdm links
  • Loading branch information
kvantricht authored Jan 30, 2025
2 parents 3573f91 + 4bc66c3 commit 13b49f7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion notebooks/notebook_utils/classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def pick_croptypes(df: pd.DataFrame, samples_threshold: int = 100):
nodata_helper_message = """
### What to do?
1. **Increase the buffer size**: Try increasing the buffer size by passing the `buffer` parameter to the `query_public_extractions` function (to a reasonable extent).
2. **Consult the WorldCereal Reference Data Module portal**: Assess data density in the selected region by visiting the [WorldCereal Reference Data Module portal](https://ewoc-rdm-ui.iiasa.ac.at/map).
2. **Consult the WorldCereal Reference Data Module portal**: Assess data density in the selected region by visiting the [WorldCereal Reference Data Module portal](https://rdm.esa-worldcereal.org/map).
3. **Pick another area**: Consult RDM portal (see above) to find areas with more data density.
4. **Contribute data**: Collect some data and contribute to our global database! 🌍🌾 [Learn how to contribute here.](https://worldcereal.github.io/worldcereal-documentation/rdm/upload.html)
"""
Expand Down
8 changes: 4 additions & 4 deletions notebooks/worldcereal_RDM_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"source": [
"### Introduction\n",
"\n",
"This notebook demonstrates the different possibilities to explore and download our harmonized reference data, hosted in the [WorldCereal Reference Data Module (RDM)](https://ewoc-rdm-ui.iiasa.ac.at/).<br>\n",
"This notebook demonstrates the different possibilities to explore and download our harmonized reference data, hosted in the [WorldCereal Reference Data Module (RDM)](https://rdm.esa-worldcereal.org/).<br>\n",
"Here, we use the dedicated [RDM API](https://ewoc-rdm-api.iiasa.ac.at/swagger/index.html) to interact with the data through Python code.<br>\n",
"For quick exploration of the reference data, you can obviously also make use of our [user interface](https://ewoc-rdm-ui.iiasa.ac.at/map).\n",
"For quick exploration of the reference data, you can obviously also make use of our [user interface](https://rdm.esa-worldcereal.org/map).\n",
"\n",
"This notebook only covers the processes of inspecting and downloading existing reference data within the WorldCereal RDM.<br>\n",
"Data harmonization and upload should be done through the dedicated user interface, which can be accessed by clicking the \"Contribute\" button, [here](https://ewoc-rdm-ui.iiasa.ac.at/).\n",
"Data harmonization and upload should be done through the dedicated user interface, which can be accessed by clicking the \"Contribute\" button, [here](https://rdm.esa-worldcereal.org/).\n",
"\n",
"For more background information on our vision and approach regarding reference data, visit [the reference data section on our project website](https://esa-worldcereal.org/en/reference-data).\n",
"\n",
Expand Down Expand Up @@ -1322,7 +1322,7 @@
"NOTE that requesting private collections will trigger a login prompt if you are not already logged in.<br>\n",
"Simply click the designated link to login to your Terrascope account.\n",
"\n",
"Reminder: Uploading your own collections to the RDM can be accomplished by hitting the \"Contribute\" button on [this page](https://ewoc-rdm-ui.iiasa.ac.at/), where you will be guided through the upload procedure."
"Reminder: Uploading your own collections to the RDM can be accomplished by hitting the \"Contribute\" button on [this page](https://rdm.esa-worldcereal.org/), where you will be guided through the upload procedure."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/worldcereal_v1_demo_default_cropland.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@
"<img src=\"./resources/Landcover_training_data_density_PhI.png\" width=\"700\"/>\n",
"</p>\n",
"\n",
"In case you own good quality reference data on land cover and/or crop types, consider contributing these data to the WorldCereal project through our [Reference Data Module](https://ewoc-rdm-ui.iiasa.ac.at/)."
"In case you own good quality reference data on land cover and/or crop types, consider contributing these data to the WorldCereal project through our [Reference Data Module](https://rdm.esa-worldcereal.org/)."
]
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
"<img src=\"./resources/Landcover_training_data_density_PhI.png\" width=\"700\"/>\n",
"</p>\n",
"\n",
"In case you own good quality reference data on land cover and/or crop types, consider contributing these data to the WorldCereal project through our [Reference Data Module](https://ewoc-rdm-ui.iiasa.ac.at/)."
"In case you own good quality reference data on land cover and/or crop types, consider contributing these data to the WorldCereal project through our [Reference Data Module](https://rdm.esa-worldcereal.org/)."
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion src/worldcereal/utils/refdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def query_public_extractions(
### What to do?
1. **Increase the buffer size**: Try increasing the buffer size by passing the `buffer` parameter to the `query_public_extractions` function (to a reasonable extent).
*Current setting is: {buffer} m².*
2. **Consult the WorldCereal Reference Data Module portal**: Assess data density in the selected region by visiting the [WorldCereal Reference Data Module portal](https://ewoc-rdm-ui.iiasa.ac.at/map).
2. **Consult the WorldCereal Reference Data Module portal**: Assess data density in the selected region by visiting the [WorldCereal Reference Data Module portal](https://rdm.esa-worldcereal.org/map).
3. **Pick another area**: Consult RDM portal (see above) to find areas with more data density.
4. **Contribute data**: Collect some data and contribute to our global database! 🌍🌾 [Learn how to contribute here.](https://worldcereal.github.io/worldcereal-documentation/rdm/upload.html)
"""
Expand Down

0 comments on commit 13b49f7

Please sign in to comment.