openforis-whisp 0.1.0a7__tar.gz → 0.1.0a8__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.
- {openforis_whisp-0.1.0a7 → openforis_whisp-0.1.0a8}/PKG-INFO +7 -6
- {openforis_whisp-0.1.0a7 → openforis_whisp-0.1.0a8}/README.md +6 -6
- {openforis_whisp-0.1.0a7 → openforis_whisp-0.1.0a8}/pyproject.toml +2 -2
- {openforis_whisp-0.1.0a7 → openforis_whisp-0.1.0a8}/LICENSE +0 -0
- {openforis_whisp-0.1.0a7 → openforis_whisp-0.1.0a8}/src/openforis_whisp/__init__.py +0 -0
- {openforis_whisp-0.1.0a7 → openforis_whisp-0.1.0a8}/src/openforis_whisp/data_conversion.py +0 -0
- {openforis_whisp-0.1.0a7 → openforis_whisp-0.1.0a8}/src/openforis_whisp/datasets.py +0 -0
- {openforis_whisp-0.1.0a7 → openforis_whisp-0.1.0a8}/src/openforis_whisp/logger.py +0 -0
- {openforis_whisp-0.1.0a7 → openforis_whisp-0.1.0a8}/src/openforis_whisp/parameters/__init__.py +0 -0
- {openforis_whisp-0.1.0a7 → openforis_whisp-0.1.0a8}/src/openforis_whisp/parameters/config_runtime.py +0 -0
- {openforis_whisp-0.1.0a7 → openforis_whisp-0.1.0a8}/src/openforis_whisp/parameters/lookup_context_and_metadata.csv +0 -0
- {openforis_whisp-0.1.0a7 → openforis_whisp-0.1.0a8}/src/openforis_whisp/parameters/lookup_gee_datasets.csv +0 -0
- {openforis_whisp-0.1.0a7 → openforis_whisp-0.1.0a8}/src/openforis_whisp/pd_schemas.py +0 -0
- {openforis_whisp-0.1.0a7 → openforis_whisp-0.1.0a8}/src/openforis_whisp/reformat.py +0 -0
- {openforis_whisp-0.1.0a7 → openforis_whisp-0.1.0a8}/src/openforis_whisp/risk.py +0 -0
- {openforis_whisp-0.1.0a7 → openforis_whisp-0.1.0a8}/src/openforis_whisp/stats.py +0 -0
- {openforis_whisp-0.1.0a7 → openforis_whisp-0.1.0a8}/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.
|
|
3
|
+
Version: 0.1.0a8
|
|
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
|
|
@@ -112,7 +112,7 @@ However, under the same circumstances but with <u>no</u> disturbances reported a
|
|
|
112
112
|
|
|
113
113
|
For most users we suggest using the Whisp App to process their plot data. But for some, using the python package directly will fit their workflow.
|
|
114
114
|
|
|
115
|
-
A simple example of the package functionality can be seen in this [Colab Notebook](https://github.com/forestdatapartnership/whisp/blob/main/notebooks/Colab_whisp_geojson_to_csv.ipynb)
|
|
115
|
+
A simple example of the package functionality can be seen in this [Colab Notebook](https://github.com/forestdatapartnership/whisp/blob/main/notebooks/Colab_whisp_geojson_to_csv.ipynb)
|
|
116
116
|
|
|
117
117
|
## Requirements for running the package
|
|
118
118
|
|
|
@@ -124,7 +124,7 @@ More info on Whisp can be found in [here](https://openknowledge.fao.org/items/e9
|
|
|
124
124
|
|
|
125
125
|
## Python package installation
|
|
126
126
|
|
|
127
|
-
The Whisp package is available on pip
|
|
127
|
+
The Whisp package is available on pip
|
|
128
128
|
https://pypi.org/project/openforis-whisp/
|
|
129
129
|
|
|
130
130
|
|
|
@@ -166,10 +166,10 @@ Please read the [contributing guidelines](contributing_guidelines.md) for good p
|
|
|
166
166
|
|
|
167
167
|
## Code of Conduct <a name="whisp_conduct"></a>
|
|
168
168
|
|
|
169
|
-
**Purpose**
|
|
169
|
+
**Purpose**
|
|
170
170
|
We are dedicated to maintaining a safe and respectful environment for all users. Harassment or abusive behavior will not be tolerated. <br>
|
|
171
171
|
|
|
172
|
-
**Scope**
|
|
172
|
+
**Scope**
|
|
173
173
|
This Code applies to all interactions on the repository and on the app.
|
|
174
174
|
|
|
175
175
|
**Expectations** <br>
|
|
@@ -182,6 +182,7 @@ This Code applies to all interactions on the repository and on the app.
|
|
|
182
182
|
*- Discrimination:* Any form of hate speech or exclusion based on race, gender, orientation, or other identities.<br>
|
|
183
183
|
*- Inappropriate Content:* Posting offensive, harmful, or explicit material.
|
|
184
184
|
|
|
185
|
-
**Reporting**
|
|
185
|
+
**Reporting**
|
|
186
186
|
Users can report violations directly to us by emailing the address listed in the "Contact Us" section of the website:
|
|
187
187
|
https://openforis.org/solutions/whisp/
|
|
188
|
+
|
|
@@ -74,7 +74,7 @@ However, under the same circumstances but with <u>no</u> disturbances reported a
|
|
|
74
74
|
|
|
75
75
|
For most users we suggest using the Whisp App to process their plot data. But for some, using the python package directly will fit their workflow.
|
|
76
76
|
|
|
77
|
-
A simple example of the package functionality can be seen in this [Colab Notebook](https://github.com/forestdatapartnership/whisp/blob/main/notebooks/Colab_whisp_geojson_to_csv.ipynb)
|
|
77
|
+
A simple example of the package functionality can be seen in this [Colab Notebook](https://github.com/forestdatapartnership/whisp/blob/main/notebooks/Colab_whisp_geojson_to_csv.ipynb)
|
|
78
78
|
|
|
79
79
|
## Requirements for running the package
|
|
80
80
|
|
|
@@ -86,7 +86,7 @@ More info on Whisp can be found in [here](https://openknowledge.fao.org/items/e9
|
|
|
86
86
|
|
|
87
87
|
## Python package installation
|
|
88
88
|
|
|
89
|
-
The Whisp package is available on pip
|
|
89
|
+
The Whisp package is available on pip
|
|
90
90
|
https://pypi.org/project/openforis-whisp/
|
|
91
91
|
|
|
92
92
|
|
|
@@ -128,10 +128,10 @@ Please read the [contributing guidelines](contributing_guidelines.md) for good p
|
|
|
128
128
|
|
|
129
129
|
## Code of Conduct <a name="whisp_conduct"></a>
|
|
130
130
|
|
|
131
|
-
**Purpose**
|
|
131
|
+
**Purpose**
|
|
132
132
|
We are dedicated to maintaining a safe and respectful environment for all users. Harassment or abusive behavior will not be tolerated. <br>
|
|
133
133
|
|
|
134
|
-
**Scope**
|
|
134
|
+
**Scope**
|
|
135
135
|
This Code applies to all interactions on the repository and on the app.
|
|
136
136
|
|
|
137
137
|
**Expectations** <br>
|
|
@@ -144,6 +144,6 @@ This Code applies to all interactions on the repository and on the app.
|
|
|
144
144
|
*- Discrimination:* Any form of hate speech or exclusion based on race, gender, orientation, or other identities.<br>
|
|
145
145
|
*- Inappropriate Content:* Posting offensive, harmful, or explicit material.
|
|
146
146
|
|
|
147
|
-
**Reporting**
|
|
147
|
+
**Reporting**
|
|
148
148
|
Users can report violations directly to us by emailing the address listed in the "Contact Us" section of the website:
|
|
149
|
-
https://openforis.org/solutions/whisp/
|
|
149
|
+
https://openforis.org/solutions/whisp/
|
|
@@ -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.
|
|
7
|
+
version = "0.1.0a8"
|
|
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>"]
|
|
@@ -83,4 +83,4 @@ line-length = 120
|
|
|
83
83
|
dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
|
|
84
84
|
|
|
85
85
|
[tool.ruff.mccabe]
|
|
86
|
-
max-complexity = 10
|
|
86
|
+
max-complexity = 10
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openforis_whisp-0.1.0a7 → openforis_whisp-0.1.0a8}/src/openforis_whisp/parameters/__init__.py
RENAMED
|
File without changes
|
{openforis_whisp-0.1.0a7 → openforis_whisp-0.1.0a8}/src/openforis_whisp/parameters/config_runtime.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|