diff --git a/.models/model512.pth b/.models/model512.pth deleted file mode 100644 index 5b79917..0000000 Binary files a/.models/model512.pth and /dev/null differ diff --git a/FireHR/__init__.py b/FireHR/__init__.py index 81f0fde..3dc1f76 100644 --- a/FireHR/__init__.py +++ b/FireHR/__init__.py @@ -1 +1 @@ -__version__ = "0.0.4" +__version__ = "0.1.0" diff --git a/FireHR/core.py b/FireHR/core.py deleted file mode 100644 index 3d542c9..0000000 --- a/FireHR/core.py +++ /dev/null @@ -1,3 +0,0 @@ -# AUTOGENERATED! DO NOT EDIT! File to edit: nbs/00_core.ipynb (unless otherwise specified). - -__all__ = [] \ No newline at end of file diff --git a/README.md b/README.md index 3911e66..88aebcf 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,29 @@ -## Install +## Install using pip `pip install FireHR` +## Install from repo +```bash +git clone https://github.com/mnpinto/FireHR +cd FireHR; pip install -e . +``` + ## How to use -### Command line utility to run FireHR for an event as outputed by BA-Net post-processing +#### Configuration of Google Earth Engine API +Run the following python code and follow the link to generate the authentication file: +```python +import ee +ee.Authenticate() +``` +Once you are done you should see the message `Successfully saved authorization token.` and the file `~/.config/earthengine/credentials` should exist. + +Please refer to https://developers.google.com/earth-engine/guides/python_install for more information about the GEE Python API. + +#### Command line utility to run FireHR for an event as outputed by BA-Net post-processing ```bash firehr_from_banet_events ba100m_PT2020_218.tif ``` diff --git a/docs/Untitled.html b/docs/Untitled.html deleted file mode 100644 index 3d82123..0000000 --- a/docs/Untitled.html +++ /dev/null @@ -1,34 +0,0 @@ ---- - -title: Title - - -keywords: fastai -sidebar: home_sidebar - - - -nb_path: "nbs/Untitled.ipynb" ---- - - -
> API details.
-
pip install FireHR
firehr_from_banet_events ba100m_PT2020_218.tif
+Configuration of Google Earth Engine API
Run the following python code and follow the link to generate the authentication file:
+import ee
+ee.Authenticate()
+
+Once you are done you should see the message Successfully saved authorization token.
and the file ~/.config/earthengine/credentials
should exist.
+Please refer to https://developers.google.com/earth-engine/guides/python_install for more information about the GEE Python API.
+
+
firehr_from_banet_events ba100m_PT2020_218.tif
Optional arguments: