openforis-whisp 2.0.0a1__tar.gz → 2.0.0a2__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-2.0.0a1 → openforis_whisp-2.0.0a2}/PKG-INFO +1 -2
  2. {openforis_whisp-2.0.0a1 → openforis_whisp-2.0.0a2}/pyproject.toml +1 -2
  3. {openforis_whisp-2.0.0a1 → openforis_whisp-2.0.0a2}/LICENSE +0 -0
  4. {openforis_whisp-2.0.0a1 → openforis_whisp-2.0.0a2}/README.md +0 -0
  5. {openforis_whisp-2.0.0a1 → openforis_whisp-2.0.0a2}/src/openforis_whisp/__init__.py +0 -0
  6. {openforis_whisp-2.0.0a1 → openforis_whisp-2.0.0a2}/src/openforis_whisp/data_conversion.py +0 -0
  7. {openforis_whisp-2.0.0a1 → openforis_whisp-2.0.0a2}/src/openforis_whisp/datasets.py +0 -0
  8. {openforis_whisp-2.0.0a1 → openforis_whisp-2.0.0a2}/src/openforis_whisp/logger.py +0 -0
  9. {openforis_whisp-2.0.0a1 → openforis_whisp-2.0.0a2}/src/openforis_whisp/parameters/__init__.py +0 -0
  10. {openforis_whisp-2.0.0a1 → openforis_whisp-2.0.0a2}/src/openforis_whisp/parameters/config_runtime.py +0 -0
  11. {openforis_whisp-2.0.0a1 → openforis_whisp-2.0.0a2}/src/openforis_whisp/parameters/lookup_context_and_metadata.csv +0 -0
  12. {openforis_whisp-2.0.0a1 → openforis_whisp-2.0.0a2}/src/openforis_whisp/parameters/lookup_gee_datasets.csv +0 -0
  13. {openforis_whisp-2.0.0a1 → openforis_whisp-2.0.0a2}/src/openforis_whisp/pd_schemas.py +0 -0
  14. {openforis_whisp-2.0.0a1 → openforis_whisp-2.0.0a2}/src/openforis_whisp/reformat.py +0 -0
  15. {openforis_whisp-2.0.0a1 → openforis_whisp-2.0.0a2}/src/openforis_whisp/risk.py +0 -0
  16. {openforis_whisp-2.0.0a1 → openforis_whisp-2.0.0a2}/src/openforis_whisp/stats.py +0 -0
  17. {openforis_whisp-2.0.0a1 → openforis_whisp-2.0.0a2}/src/openforis_whisp/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: openforis-whisp
3
- Version: 2.0.0a1
3
+ Version: 2.0.0a2
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
@@ -19,7 +19,6 @@ Classifier: Programming Language :: Python :: 3.13
19
19
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
20
20
  Requires-Dist: country_converter (>=0.7,<2.0.0)
21
21
  Requires-Dist: earthengine-api
22
- Requires-Dist: geemap
23
22
  Requires-Dist: geojson (>=2.5.0,<3.0.0)
24
23
  Requires-Dist: geopandas (>=1.0.1,<2.0.0)
25
24
  Requires-Dist: ipykernel (>=6.17.1,<7.0.0)
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
 
5
5
  [tool.poetry]
6
6
  name = "openforis-whisp"
7
- version = "2.0.0a1"
7
+ version = "2.0.0a2"
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>"]
@@ -28,7 +28,6 @@ classifiers = [
28
28
  [tool.poetry.dependencies]
29
29
  python = ">=3.10"
30
30
  earthengine-api = "*"
31
- geemap = "*"
32
31
  numpy = ">=1.21.0,<3.0.0" # Updated version constraint
33
32
  pandas = ">=1.3.0,<3.0.0"
34
33
  pandera = {extras = ["io"], version = ">=0.22.1,<1.0.0"}