From f65932fd6152eee9070c94a2bd72af935f74c45e Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Tue, 23 Nov 2021 16:28:11 +0100 Subject: [PATCH 1/2] line break A line break is required for the document extra-directive --- doc/en.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/en.rst b/doc/en.rst index a63579d..997466c 100644 --- a/doc/en.rst +++ b/doc/en.rst @@ -36,3 +36,4 @@ The second drawer will allow you to create a grid on top of any AOI. THe grid is An extra column is added to the grid called "batch" you can select the size of the batch by changing the width of the batch usin the initial grid cell as unit. E.g. by setting :guilabel:`grid size` to 10 you'll create grid batch of 10x10 cells. The naming will be set automatically according to your AOI name and the batch size. By validating, you will create a geojson file that will live in :code:`module_results/aoi/.geojson` and launch the creation of the same grid in your GEE assets. + From c0f06c47d2edd3a2ecf2ce4c20796f33ae4c8427 Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Wed, 8 Dec 2021 10:28:16 +0100 Subject: [PATCH 2/2] use the earthengine API compatible with SEPAL --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index 9bd9713..2d3ca04 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,6 +10,9 @@ pre-commit GDAL==3.0.4 pyproj<3.0.0 +# uncomment if you want to run your module with GEE in SEPAL +git+git://github.com/openforis/earthengine-api.git@v0.1.270#egg=earthengine-api&subdirectory=python + # the base lib to run any sepal_ui based app # don't forget to fix it to a specific version when you're app is ready sepal_ui==2.4.0