Skip to content

Commit

Permalink
feedback on course 3 from #229 on github
Browse files Browse the repository at this point in the history
  • Loading branch information
han-f committed Jul 16, 2024
1 parent 2619cc2 commit 9d4a5ef
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions docs/courses/03_download.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,29 @@ You can provide feedback to this course on github: [https://github.com/OpenEnerg

This tutorial teaches you how to use the free text search and tags to filter for data on the OEP. You will see that you can use both approaches individually, but also combine freetext and tags to specify your data filter further.

## How can I download data?

:oep-icon-code: [Process query result data and save to file](../tutorials/01_api/01_api_download.ipynb) (tutorial):

Learn how to use the REST-full-HTTP API in Python for selecting data on the OEP, make calculations
with it and save the results to a file.
## How can I download / interact with data on the OEP?

:oep-icon-text: [How to download data - CSV and data package](../tutorials/99_other/download.md) (tutorial):

Learn how easy it is do download any data table you are viewing on the OEP table with only one click and why a data package makes a difference.

## How can I interact with data?
:oep-icon-code: [Process query result data and save to file](../tutorials/01_api/01_api_download.ipynb) (tutorial):

Learn how to use the REST-full-HTTP API in Python for selecting data on the OEP, make calculations
with it and save the results to a file.

:oep-icon-code: [Data queries via API](../tutorials/01_api/01_api_download.ipynb) (tutorial):

This tutorial provides an overview of how you can select and filter data that resides on the OEP via the REST-full-HTTP
This tutorial provides an overview of how you can select, filter and download data that resides on the OEP via the REST-full-HTTP
API in Python

:oep-icon-code: [Process query result data and save to file](../tutorials/01_api/01_api_download.ipynb) (tutorial):
:oep-icon-code: [Data queries via API](../tutorials/01_api/01_client_python_download/) (tutorial):
The oeclient is another way on how you can download data from the OEP. This turorial teaches you how to do so using a python script.

:oep-icon-code: [Data queries via API](../tutorials/01_api/03_client_cli_download/) (tutorial):
If you prefer command line over python, we have you covered: please check this turorial for learning how to use the oeclient on the command line to download data from the OEP.


Learn how to use the REST-full-HTTP API in Python for selecting data on the OEP, make calculations
with it and save the results to a file.

## How can I find relevant information about scenarios on the OEP?

Expand Down

0 comments on commit 9d4a5ef

Please sign in to comment.