Skip to content

Commit

Permalink
add ecmwf data catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
MAfarrag committed Dec 7, 2022
1 parent af5cc63 commit c85a74e
Show file tree
Hide file tree
Showing 8 changed files with 410 additions and 502 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
History
=======

0.1.0 (2022-05-24)
0.1.5 (2022-12-07) : add ECMWF data catalog
------------------

* First release on PyPI.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pip install git+https://github.com/MAfarrag/earthobserve
## pip
to install the last release you can easly use pip
```
pip install earthobserve==0.1.3
pip install earthobserve==0.1.5
```

Quick start
Expand Down
5 changes: 0 additions & 5 deletions earth2observe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ def configuration(parent_package="", top_path=None):
return config


# import earth2observe.chirps as chirps
# import earth2observe.ecmwf as ecmwf
# import earth2observe.gee as gee
# import earth2observe.utils as utils

__doc__ = """
earth2observe - remote sensing package
"""
Loading

0 comments on commit c85a74e

Please sign in to comment.