openforis-whisp 0.1.0a0__py3-none-any.whl → 0.1.0a1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {openforis_whisp-0.1.0a0.dist-info → openforis_whisp-0.1.0a1.dist-info}/METADATA +7 -5
- {openforis_whisp-0.1.0a0.dist-info → openforis_whisp-0.1.0a1.dist-info}/RECORD +4 -4
- {openforis_whisp-0.1.0a0.dist-info → openforis_whisp-0.1.0a1.dist-info}/LICENSE +0 -0
- {openforis_whisp-0.1.0a0.dist-info → openforis_whisp-0.1.0a1.dist-info}/WHEEL +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: openforis-whisp
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.0a1
|
|
4
4
|
Summary: Whisp (What is in that plot) is an open-source solution which helps to produce relevant forest monitoring information and support compliance with deforestation-related regulations.
|
|
5
5
|
License: MIT
|
|
6
6
|
Keywords: whisp,geospatial,data-processing
|
|
@@ -74,7 +74,7 @@ The Forest Data Partnership promotes this approach for forest and commodities mo
|
|
|
74
74
|
|
|
75
75
|
2. [Whisp in Earthmap](https://whisp.earthmap.org/?aoi=WHISP&boundary=plot1&layers=%7B%22CocoaETH%22%3A%7B%22opacity%22%3A1%7D%2C%22JRCForestMask%22%3A%7B%22opacity%22%3A1%7D%2C%22planet_rgb%22%3A%7B%22opacity%22%3A1%2C%22date%22%3A%222020-12%22%7D%7D&map=%7B%22center%22%3A%7B%22lat%22%3A7%2C%22lng%22%3A4%7D%2C%22zoom%22%3A3%2C%22mapType%22%3A%22satellite%22%7D&statisticsOpen=true) supports the visualization of geometries on actual maps with the possibility to toggle different relevant map products around tree cover, commodities and deforestation. It is practical for demonstration purposes and spot checks of single geometries but not recommended for larger datasets.
|
|
76
76
|
|
|
77
|
-
3. Datasets of any size, especially when holding more than 1000 geometries, can be "whisped" through the [python package on pip](https://pypi.org/project/openforis-whisp/). See [Colab
|
|
77
|
+
3. Datasets of any size, especially when holding more than 1000 geometries, can be "whisped" through the [python package on pip](https://pypi.org/project/openforis-whisp/). See example [Colab Notebook](https://github.com/forestdatapartnership/whisp/blob/package-test-new-structure/notebooks/Colab_whisp_geojson_to_csv.ipynb) for implementation with a geojson input. For the detailed procedure please go to the section [Whisp notebooks](#whisp_notebooks).
|
|
78
78
|
|
|
79
79
|
|
|
80
80
|
## Whisp datasets <a name="whisp_datasets"></a>
|
|
@@ -119,7 +119,7 @@ For most users we suggest using the Whisp App to porcess their plots.
|
|
|
119
119
|
|
|
120
120
|
For bespoke analyses using or implemetation in a python workflow you can sue the python package directly.
|
|
121
121
|
|
|
122
|
-
See example [Colab
|
|
122
|
+
See example [Colab Notebook](https://github.com/forestdatapartnership/whisp/blob/package-test-new-structure/notebooks/Colab_whisp_geojson_to_csv.ipynb)
|
|
123
123
|
|
|
124
124
|
# Requirements
|
|
125
125
|
|
|
@@ -131,18 +131,20 @@ More info on Whisp can be found in [here](https://openknowledge.fao.org/items/e9
|
|
|
131
131
|
|
|
132
132
|
# Python package installation
|
|
133
133
|
|
|
134
|
+
...
|
|
134
135
|
pip install openforis-whisp
|
|
135
136
|
|
|
137
|
+
import openforis_whisp as whisp
|
|
136
138
|
...
|
|
137
139
|
|
|
138
140
|
If running the package locally we recommend using a [virtual environment](https://docs.python.org/3/library/venv.html) to keep your main python installation clean.
|
|
139
141
|
|
|
140
|
-
|
|
142
|
+
|
|
141
143
|
The package relies upon the earth engine api being setup correctly using a registered cloud project
|
|
142
144
|
|
|
143
145
|
# Earth Engine project name
|
|
144
146
|
gee_project_name="my-ee-project"
|
|
145
|
-
|
|
147
|
+
|
|
146
148
|
Where you must replace the GEE project in the
|
|
147
149
|
ee.Initialize(project=gee_project_name)
|
|
148
150
|
|
|
@@ -11,7 +11,7 @@ openforis_whisp/reformat.py,sha256=_ByLR5bu_gPecH6W4jxymkcIN5Hph3bRIuRfjZByNBU,1
|
|
|
11
11
|
openforis_whisp/risk.py,sha256=qgrBnioYS_vMPWs_rXFR5k_TacxBACHbeYmPhBmqMrM,13367
|
|
12
12
|
openforis_whisp/stats.py,sha256=Y-IfazrTA_O5wQ8YE0GypXQYopp1V-ym_jPLwtNCw4M,26405
|
|
13
13
|
openforis_whisp/utils.py,sha256=hpeY9aA3BND2m9c15PZ6_nClemsfiVNUEzA4pQXfztA,5330
|
|
14
|
-
openforis_whisp-0.1.
|
|
15
|
-
openforis_whisp-0.1.
|
|
16
|
-
openforis_whisp-0.1.
|
|
17
|
-
openforis_whisp-0.1.
|
|
14
|
+
openforis_whisp-0.1.0a1.dist-info/LICENSE,sha256=nqyqICO95iw_iwzP1t_IIAf7ZX3DPbL_M9WyQfh2q1k,1085
|
|
15
|
+
openforis_whisp-0.1.0a1.dist-info/METADATA,sha256=irr0deDjHjv6Dd1Z0LecKaR73dlfG8vnqe6kp5Zikg8,15647
|
|
16
|
+
openforis_whisp-0.1.0a1.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
|
17
|
+
openforis_whisp-0.1.0a1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|