openforis-whisp 0.1.0a0__tar.gz → 0.1.0a1__tar.gz

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.
Files changed (17) hide show
  1. {openforis_whisp-0.1.0a0 → openforis_whisp-0.1.0a1}/PKG-INFO +7 -5
  2. {openforis_whisp-0.1.0a0 → openforis_whisp-0.1.0a1}/README.md +6 -4
  3. {openforis_whisp-0.1.0a0 → openforis_whisp-0.1.0a1}/pyproject.toml +1 -1
  4. {openforis_whisp-0.1.0a0 → openforis_whisp-0.1.0a1}/LICENSE +0 -0
  5. {openforis_whisp-0.1.0a0 → openforis_whisp-0.1.0a1}/src/openforis_whisp/__init__.py +0 -0
  6. {openforis_whisp-0.1.0a0 → openforis_whisp-0.1.0a1}/src/openforis_whisp/data_conversion.py +0 -0
  7. {openforis_whisp-0.1.0a0 → openforis_whisp-0.1.0a1}/src/openforis_whisp/datasets.py +0 -0
  8. {openforis_whisp-0.1.0a0 → openforis_whisp-0.1.0a1}/src/openforis_whisp/logger.py +0 -0
  9. {openforis_whisp-0.1.0a0 → openforis_whisp-0.1.0a1}/src/openforis_whisp/parameters/__init__.py +0 -0
  10. {openforis_whisp-0.1.0a0 → openforis_whisp-0.1.0a1}/src/openforis_whisp/parameters/config_runtime.py +0 -0
  11. {openforis_whisp-0.1.0a0 → openforis_whisp-0.1.0a1}/src/openforis_whisp/parameters/lookup_context_and_metadata.csv +0 -0
  12. {openforis_whisp-0.1.0a0 → openforis_whisp-0.1.0a1}/src/openforis_whisp/parameters/lookup_gee_datasets.csv +0 -0
  13. {openforis_whisp-0.1.0a0 → openforis_whisp-0.1.0a1}/src/openforis_whisp/pd_schemas.py +0 -0
  14. {openforis_whisp-0.1.0a0 → openforis_whisp-0.1.0a1}/src/openforis_whisp/reformat.py +0 -0
  15. {openforis_whisp-0.1.0a0 → openforis_whisp-0.1.0a1}/src/openforis_whisp/risk.py +0 -0
  16. {openforis_whisp-0.1.0a0 → openforis_whisp-0.1.0a1}/src/openforis_whisp/stats.py +0 -0
  17. {openforis_whisp-0.1.0a0 → openforis_whisp-0.1.0a1}/src/openforis_whisp/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: openforis-whisp
3
- Version: 0.1.0a0
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 notebook] (https://github.com/forestdatapartnership/whisp/blob/package-test-new-structure/notebooks/Colab_whisp_geojson_to_csv.ipynb) for example implementation with a geojson input. For the detailed procedure please go to the section [Whisp notebooks](#whisp_notebooks).
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 notebook] (https://github.com/forestdatapartnership/whisp/blob/package-test-new-structure/notebooks/Colab_whisp_geojson_to_csv.ipynb)
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
 
@@ -37,7 +37,7 @@ The Forest Data Partnership promotes this approach for forest and commodities mo
37
37
 
38
38
  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.
39
39
 
40
- 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 notebook] (https://github.com/forestdatapartnership/whisp/blob/package-test-new-structure/notebooks/Colab_whisp_geojson_to_csv.ipynb) for example implementation with a geojson input. For the detailed procedure please go to the section [Whisp notebooks](#whisp_notebooks).
40
+ 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).
41
41
 
42
42
 
43
43
  ## Whisp datasets <a name="whisp_datasets"></a>
@@ -82,7 +82,7 @@ For most users we suggest using the Whisp App to porcess their plots.
82
82
 
83
83
  For bespoke analyses using or implemetation in a python workflow you can sue the python package directly.
84
84
 
85
- See example [Colab notebook] (https://github.com/forestdatapartnership/whisp/blob/package-test-new-structure/notebooks/Colab_whisp_geojson_to_csv.ipynb)
85
+ See example [Colab Notebook](https://github.com/forestdatapartnership/whisp/blob/package-test-new-structure/notebooks/Colab_whisp_geojson_to_csv.ipynb)
86
86
 
87
87
  # Requirements
88
88
 
@@ -94,18 +94,20 @@ More info on Whisp can be found in [here](https://openknowledge.fao.org/items/e9
94
94
 
95
95
  # Python package installation
96
96
 
97
+ ...
97
98
  pip install openforis-whisp
98
99
 
100
+ import openforis_whisp as whisp
99
101
  ...
100
102
 
101
103
  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.
102
104
 
103
- ```
105
+
104
106
  The package relies upon the earth engine api being setup correctly using a registered cloud project
105
107
 
106
108
  # Earth Engine project name
107
109
  gee_project_name="my-ee-project"
108
- ```
110
+
109
111
  Where you must replace the GEE project in the
110
112
  ee.Initialize(project=gee_project_name)
111
113
 
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
 
5
5
  [tool.poetry]
6
6
  name = "openforis-whisp"
7
- version = "0.1.0a0"
7
+ version = "0.1.0a1"
8
8
  description = "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."
9
9
  repository = "https://github.com/forestdatapartnership/whisp"
10
10
  authors = ["Andy Arnell <and.arnell@fao.org>"]