From 07b800c0da85957f1355356f239597ab0d742f82 Mon Sep 17 00:00:00 2001 From: 12rambau Date: Tue, 23 Nov 2021 11:51:50 +0000 Subject: [PATCH] improve tiling description --- component/message/en.json | 2 +- doc/en.rst | 4 ++-- ui.ipynb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/component/message/en.json b/component/message/en.json index fd3da76..88862d2 100644 --- a/component/message/en.json +++ b/component/message/en.json @@ -38,7 +38,7 @@ }, "tile": { "asset_lbl": "Asset name", - "nb_batch_lbl": "Select number of tiles in a batch", + "nb_batch_lbl": "Select batch size", "btn": "Tile the AOI", "title": "Tiling interface", "grid_layer": "grid" diff --git a/doc/en.rst b/doc/en.rst index ff56ff9..a63579d 100644 --- a/doc/en.rst +++ b/doc/en.rst @@ -31,8 +31,8 @@ The second drawer will allow you to create a grid on top of any AOI. THe grid is .. note:: - the planet grid is constructing a 2048x2048 grid of SQUARES. The latitude extends is bigger (20048966.10m VS 20026376.39) so to ensure the "squariness" Planet lab have based the numerotation and extends of it square grid on the longitude only. the extreme -90 and +90 band it thus exlucded but there are no so relevant cells for forestry observation + the planet grid is constructing a 2048x2048 grid of SQUARES. The latitude extends is bigger (20048966.10m VS 20026376.39) so to ensure the "squariness" Planet lab have based the numerotation and extends of it square grid on the longitude only. the extreme -90 and +90 bands are thus exlucded but there are no so relevant cells for forestry observation -an extra column is added to the grid called "batch" you can select the number of cell you want to add to each batch. The naming will be set automatically according to your AOI name and the batch number. +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. diff --git a/ui.ipynb b/ui.ipynb index 8d03954..a54fc1d 100644 --- a/ui.ipynb +++ b/ui.ipynb @@ -112,7 +112,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.9" + "version": "3.8.10" } }, "nbformat": 4,