diff --git a/docs/.doctrees/environment.pickle b/docs/.doctrees/environment.pickle index 8b81c2a6..5f4fb9c9 100644 Binary files a/docs/.doctrees/environment.pickle and b/docs/.doctrees/environment.pickle differ diff --git a/docs/.doctrees/pyhazards_datasets.doctree b/docs/.doctrees/pyhazards_datasets.doctree index 894d3e70..f6660363 100644 Binary files a/docs/.doctrees/pyhazards_datasets.doctree and b/docs/.doctrees/pyhazards_datasets.doctree differ diff --git a/docs/_images/inspection1.png b/docs/_images/inspection1.png new file mode 100644 index 00000000..d697ad84 Binary files /dev/null and b/docs/_images/inspection1.png differ diff --git a/docs/_sources/pyhazards_datasets.rst.txt b/docs/_sources/pyhazards_datasets.rst.txt index a62ec73a..2d87abf8 100644 --- a/docs/_sources/pyhazards_datasets.rst.txt +++ b/docs/_sources/pyhazards_datasets.rst.txt @@ -129,6 +129,11 @@ and run the dataset's inspection entrypoint accordingly. # Example (MERRA-2): CSV tables for variable inventory + a PDF plot for the selected surface variable. +.. image:: /_static/result/inspection1.png + :width: 90% + :alt: Inspection output example + + Inspection entrypoints (convention for all datasets) ---------------------------------------------------- diff --git a/docs/pyhazards_datasets.html b/docs/pyhazards_datasets.html index 6629a6fa..e01ddbf6 100644 --- a/docs/pyhazards_datasets.html +++ b/docs/pyhazards_datasets.html @@ -446,6 +446,8 @@

Example skeleton# Example (MERRA-2): CSV tables for variable inventory + a PDF plot for the selected surface variable. +Inspection output example +

Inspection entrypoints (convention for all datasets)ΒΆ

diff --git a/docs/source/_static/result/inspection1.png b/docs/source/_static/result/inspection1.png new file mode 100644 index 00000000..d697ad84 Binary files /dev/null and b/docs/source/_static/result/inspection1.png differ diff --git a/docs/source/pyhazards_datasets.rst b/docs/source/pyhazards_datasets.rst index a62ec73a..2d87abf8 100644 --- a/docs/source/pyhazards_datasets.rst +++ b/docs/source/pyhazards_datasets.rst @@ -129,6 +129,11 @@ and run the dataset's inspection entrypoint accordingly. # Example (MERRA-2): CSV tables for variable inventory + a PDF plot for the selected surface variable. +.. image:: /_static/result/inspection1.png + :width: 90% + :alt: Inspection output example + + Inspection entrypoints (convention for all datasets) ----------------------------------------------------