Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
toargridding
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
esde
toar-public
toargridding
Commits
49529439
Commit
49529439
authored
11 months ago
by
Carsten Hinz
Browse files
Options
Downloads
Patches
Plain Diff
added running of jupyter with poetry added tests subdirectory
parent
5c72d38a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!11
Creation of first beta release version
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+11
-5
11 additions, 5 deletions
README.md
with
11 additions
and
5 deletions
README.md
+
11
−
5
View file @
49529439
...
...
@@ -42,7 +42,13 @@ poetry install
# Example
There are at the moment three example provided as jupyter notebooks (https://jupyter.org/):
There are at the moment three example provided as jupyter notebooks (https://jupyter.org/).
Running them with the python environment produced by peotry can be done by
```
poetry run jupyter notebook
```
## High level function
```
tests/produce_data.ipynb
...
...
@@ -53,20 +59,20 @@ This allows different griddings without the necessity to repeat the request to t
## Retrieving data
```
get_sample_data.ipynb
tests/
get_sample_data.ipynb
```
Downloads data from the TOAR database. The extracted data are written to disc. No further processing or gridding is done.
## Retrieving data
```
get_sample_data_manual.ipynb
tests/
get_sample_data_manual.ipynb
```
Downloads data from the TOAR database with a manual creation of the request to the TOAR database.
This example does not perform any gridding.
## Retriving data and visualization
```
quality_controll.ipynb
tests/
quality_controll.ipynb
```
Notebook for downloading and visualization of data.
The data are downloaded and reused for subsequent executions of this notebook.
...
...
@@ -75,7 +81,7 @@ The gridding is done on the downloaded data. Gridded data are not saved to disc.
## Benchmarks Requests to TOAR Database
```
benchmark.py
tests/
benchmark.py
```
This script requests datasets with different durations (days to month) from the TOAR Database and saves them to disc.
It reports the duration for the different requests.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment