Skip to content

Commit

Permalink
Added aws_request example to docs. Touch-up of README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
batic committed Jan 15, 2018
1 parent 276b8c9 commit b1ada8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ The following are implemented:
Jupyter notebooks on how to use the modules to execute OGC requests, or
download raw data from AWS in .SAFE format can be found in the [examples](examples/)
folder, or viewed in the [docs](http://sentinelhub-py.readthedocs.io/):
* AWS data download cli ([link](http://sentinelhub-py.readthedocs.io/));
* AWS data download using Jupyter notebook ([link](http://sentinelhub-py.readthedocs.io/));
* Using OGC web services within Jupyter notebook ([link](http://sentinelhub-py.readthedocs.io/)).
* AWS data download cli ([link](http://sentinelhub-py.readthedocs.io/en/latest/aws_cli.html));
* AWS data download using Jupyter notebook ([link](http://sentinelhub-py.readthedocs.io/en/latest/examples/aws_request.html));
* Using OGC web services within Jupyter notebook ([link](http://sentinelhub-py.readthedocs.io/en/latest/examples/ogc_request.html)).

# License

Expand Down
1 change: 1 addition & 0 deletions docs/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ Examples
:maxdepth: 4

examples/ogc_request.ipynb
examples/aws_request.ipynb
aws_cli

0 comments on commit b1ada8e

Please sign in to comment.