You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/downloading_global_data.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,8 +46,9 @@ A simple example for the parsing of the data is in
46
46
47
47
## DEM data from Copernicus
48
48
49
-
A word doc for instructions is available
50
-
[here](https://spacedata.copernicus.eu/documents/20123/121286/Copernicus+DEM+Open+HTTPS+Access.pdf/36c9adad-8488-f463-af43-573e68b7f481?t=1669283200177). A simple example for the parsing of the data is in
@@ -58,4 +59,4 @@ data is in `global_data/data_analysis_notebooks/parse_LAI.py`.
58
59
59
60
## Land cover from Climate Data Store (CDS)
60
61
61
-
Land cover data is available at [https://cds.climate.copernicus.eu/cdsapp#!/dataset/satellite-land-cover?tab=overview](https://cds.climate.copernicus.eu/cdsapp#!/dataset/satellite-land-cover?tab=overview).
62
+
Land cover data is available at [https://cds.climate.copernicus.eu/datasets/satellite-land-cover](https://cds.climate.copernicus.eu/datasets/satellite-land-cover).
- The documentation is set up with the ReadTheDocs Sphinx theme.
58
-
- Check out its [configuration options](https://sphinx-rtd-theme.readthedocs.io/en/latest/).
59
-
-[AutoAPI](https://sphinx-autoapi.readthedocs.io/) is used to generate documentation for the package Python objects.
60
-
-`.readthedocs.yaml` is the ReadTheDocs configuration file. When ReadTheDocs is building the documentation this package and its development dependencies are installed so the API reference can be rendered.
61
-
-[Relevant section in the guide](https://guide.esciencecenter.nl/#/best_practices/language_guides/python?id=writingdocumentation)
39
+
- Documentation should be put in the `docs/` directory.
62
40
63
41
## Coding style conventions and code quality
64
42
65
-
-[Relevant section in the NLeSC guide](https://guide.esciencecenter.nl/#/best_practices/language_guides/python?id=coding-style-conventions) and [README.dev.md](README.dev.md).
66
-
67
-
## Continuous code quality
68
-
69
-
[Sonarcloud](https://sonarcloud.io/) is used to perform quality analysis and code coverage report
70
-
71
-
-`sonar-project.properties` is the SonarCloud [configuration](https://docs.sonarqube.org/latest/analysis/analysis-parameters/) file
72
-
-`.github/workflows/sonarcloud.yml` is the GitHub action workflow which performs the SonarCloud analysis
43
+
-[Relevant section in the NLeSC guide](https://guide.esciencecenter.nl/#/best_practices/language_guides/python?id=coding-style-conventions).
0 commit comments