-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Empty file.
Empty file.
Binary file added
BIN
+1.49 KB
api/apps/geoprocessing/test/integration/planning-unit-grid/nam-shapefile.zip
Binary file not shown.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Goal | ||
|
||
Users may sometimes create their own planning unit geometries, instead of | ||
relying on generated square or hexagonal grids, for a variety of conservation | ||
reasons, so they should be able to supply their own PU grid via a shapefile | ||
upload. | ||
|
||
# Key assumptions | ||
|
||
* once set, shape cannot be changed or removed from project | ||
* only `FeatureCollection` with `Polygon` features can be uploaded | ||
* custom planning unit grid geometry belongs to given project | ||
* custom planning unit grid geometry has a type of `irregular` | ||
* project with custom planning unit grid geometry cannot use other shape types | ||
* uploaded shapefile will be processed asynchronously | ||
* until processed, any action on project/underlying scenarios shouldn't be | ||
allowed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Sending shapefile | ||
|
||
// TODO: curl | ||
|
||
# Getting status of the processing | ||
|
||
// TODO: curl | ||
|