Skip to content

Commit

Permalink
improve tiling description
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Nov 23, 2021
1 parent 5a71eb1 commit 07b800c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion component/message/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions doc/en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/<asset_name>.geojson` and launch the creation of the same grid in your GEE assets.
2 changes: 1 addition & 1 deletion ui.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.9"
"version": "3.8.10"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 07b800c

Please sign in to comment.