-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into ceos_master
- Loading branch information
Showing
19 changed files
with
767 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
.git | ||
**/*.tif | ||
odc_gee/config | ||
# created by Gitlab CI local runners | ||
builds |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
image: jcrattzama/odc-gitlab-runner | ||
|
||
stages: | ||
- build-no-cache | ||
|
||
build: | ||
stage: build | ||
script: | ||
- make dev-build | ||
|
||
build-no-cache: | ||
stage: build-no-cache | ||
script: | ||
- make dev-build-no-cache | ||
|
||
push: | ||
stage: push | ||
script: | ||
- make dev-push |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,21 @@ | ||
# CEOS Open Data Cube Notebooks | ||
|
||
The CEOS Data Cube Notebooks is a collection of [Jupyter Notebooks](https://jupyter.org/) using the [Open Data Cube](https://www.opendatacube.org/) to analyze satellite data. | ||
The CEOS Data Cube Notebooks is a collection of Jupyter Notebooks in a [JupyterLabs](https://jupyter.org/) environment using the [Open Data Cube](https://www.opendatacube.org/) to analyze satellite data. | ||
|
||
For an overview of the available notebooks, see the [Notebooks Overview](docs/notebooks_overview.md) document. | ||
|
||
## Installation | ||
------- | ||
|
||
First follow the instructions in the [Docker Installation Guide](https://github.com/ceos-seo/data_cube_ui/blob/master/docs/docker_install.md) if you do not have Docker installed yet. | ||
First follow the instructions in the [Environment Setup Guide](https://ceos-odc.readthedocs.io/en/latest/modules/install_docs/environment_setup.html) if you have not yet. | ||
|
||
Follow the instructions in the | ||
[Open Data Cube Database Installation Guide](https://github.com/ceos-seo/data_cube_ui/blob/master/docs/odc_db_setup.md) to setup the Open Data Cube (ODC) database. | ||
Follow the instructions in the [Open Data Cube Database Installation Guide](https://ceos-odc.readthedocs.io/en/latest/modules/install_docs/database_install.html) to setup the Open Data Cube (ODC) database. | ||
|
||
Follow the instructions in the [Operation Manual](docs/notebooks_operation_manual.md) to set up and operate the Jupyter Notebook environment. | ||
|
||
## Obtaining Help | ||
------- | ||
Some notebooks make use of Google Earth Engine (GEE) data. For information on how to set up and use the [ODC-GEE integration package](https://github.com/ceos-seo/odc-gee) to load data from GEE, see [this documentation page](https://ceos-odc.readthedocs.io/en/latest/modules/odc_products_technical_docs/odc_gee_technical_doc.html). | ||
|
||
If you encounter issues with the Open Data Cube or these notebooks that are not documented in the documents linked to above or the other files in the `docs` directory (remember to check the FAQ sections) and you are unable to diagnose and fix those issues on your own, follow these steps to obtain assistance: | ||
1. Search for your question in the [GIS Stack Exchange](https://gis.stackexchange.com/) with the `open-data-cube` tag. You can find such tagged questions [here](https://gis.stackexchange.com/questions/tagged/open-data-cube). If a question similar to yours has already been asked, search for a suitable answer in that question's webpage. If you can not find a suitable answer, contine to step 2. If no such question exists or if the question is missing some information that you think may be important regarding your issue, create a new question with the `open-data-cube` tag. | ||
2. State your problem in the [ODC Slack workspace](http://slack.opendatacube.org/) in the most appropriate channel (use that link to join the workspace if you have not already). Use the **#general** channel if no other channel is more appropriate for your question. Link to the question on GIS Stack Exchange. When you receive an answer, add that answer to the question page on GIS Stack Exchange if the answerer is not available to do so. This preserves the answer in a publicly searchable way - which is useful for remembering answers to one's own past questions and benefits the community. | ||
|
||
## More | ||
## Obtaining Help | ||
------- | ||
|
||
You may also consider running a webapp that uses the Open Data Cube. The CEOS ODC UI repository is [here](https://github.com/ceos-seo/data_cube_ui). | ||
If you need help with the Open Data Cube or derived products such as this one, see [this documentation page](https://ceos-odc.readthedocs.io/en/latest/modules/help/obtaining_help.html) for instructions on obtaining help. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
fastapi==0.68.0 | ||
aiofiles==0.7.0 | ||
uvicorn==0.14.0 |
File renamed without changes.
Oops, something went wrong.