Skip to content

Commit

Permalink
Merge pull request #7 from Serapieum-of-alex/amazon-s3
Browse files Browse the repository at this point in the history
Amazon s3
  • Loading branch information
MAfarrag committed Jan 25, 2023
2 parents 25ad5ee + 7bd7bdb commit 572e001
Show file tree
Hide file tree
Showing 23 changed files with 1,044 additions and 279 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ build_artifacts
.idea
mo_*
conda/
/examples/data/ecmwf/daily/*
/examples/data/ecmwf/*
.idea/*
examples/data/chirps/*
*.xml
tests/mo/*
tests/mo/*
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Main Features
-------------
- ERA Interim Download
- CHIRPS Rainfall data Download
- ERA5 from Amason S3 data source


Future work
Expand Down Expand Up @@ -61,7 +62,7 @@ pip install git+https://github.com/MAfarrag/earthobserve
## pip
to install the last release you can easly use pip
```
pip install earthobserve==0.2.0
pip install earthobserve==0.2.1
```

Quick start
Expand Down
Loading

0 comments on commit 572e001

Please sign in to comment.