openforis-whisp 0.1.0a4__py3-none-any.whl → 0.1.0a5__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.
@@ -5,12 +5,14 @@ import ee
5
5
 
6
6
  from datetime import datetime
7
7
 
8
- from openforis_whisp.parameters.config_runtime import (
9
- geometry_area_column,
10
- ) # ideally make relative import statement
8
+ # from openforis_whisp.parameters.config_runtime import (
9
+ # geometry_area_column,
10
+ # ) # ideally make relative import statement
11
11
 
12
- import inspect
12
+ # defining here instead of importing from config_runtime, to allow functioning as more of a standalone script
13
+ geometry_area_column = "Area"
13
14
 
15
+ import inspect
14
16
 
15
17
  import logging
16
18
 
@@ -5,7 +5,7 @@ percent_or_ha = "ha"
5
5
 
6
6
  # output column names
7
7
  # The names need to align with whisp/parameters/lookup_context_and_metadata.csv
8
- geometry_area_column = "Area"
8
+ geometry_area_column = "Area" # Note: datasets.py defines this explicitly as "Area", to allow it to be a standalone script
9
9
 
10
10
  stats_unit_type_column = "Unit"
11
11
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: openforis-whisp
3
- Version: 0.1.0a4
3
+ Version: 0.1.0a5
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
@@ -1,9 +1,9 @@
1
1
  openforis_whisp/__init__.py,sha256=ozyJr8a-da-_dIq6gy2sD5U-2CevrgWF6XztqNU1Oew,2373
2
2
  openforis_whisp/data_conversion.py,sha256=96en23_ysP7OfOJNGBssDyaX8seuzYGUarqdgnbI4SU,10961
3
- openforis_whisp/datasets.py,sha256=J-gThvw_4ZA6HyQXFHY2C1hHUzPN4tX-Ap_EbL3c-N0,23322
3
+ openforis_whisp/datasets.py,sha256=YsPSKzKx62ZpbWvyA9piVnRcwl8R2yW4md68esEb0I0,23470
4
4
  openforis_whisp/logger.py,sha256=bcKu82a3njNIBiRghDcO_cC-SOK62cYAYuTaSWq7s9I,1354
5
5
  openforis_whisp/parameters/__init__.py,sha256=KL7iORJVjSpZatYjoyWckcmQJnE89_DBC8R6_0_eR6o,349
6
- openforis_whisp/parameters/config_runtime.py,sha256=gsVOTpcf5oKMJUeoN5A1klCvC52eA4fotD9mGUPgi8w,1140
6
+ openforis_whisp/parameters/config_runtime.py,sha256=b1Rk7VSRsfo6ucXeuZgm-jwW0-tL90bgbNqKMcLyV40,1233
7
7
  openforis_whisp/parameters/lookup_context_and_metadata.csv,sha256=4eciReFRPRSDeKBiUiODbhFrtZcguxgxc2DOlMB6qG8,1003
8
8
  openforis_whisp/parameters/lookup_gee_datasets.csv,sha256=nH_StTYmxY74lYBsWNbK60FhUBmGzXiVyWdJ-sJ9ezA,11627
9
9
  openforis_whisp/pd_schemas.py,sha256=W_ocS773LHfc05dJqvWRa-bRdX0wKFoNp0lMxgFx94Y,2681
@@ -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.0a4.dist-info/LICENSE,sha256=nqyqICO95iw_iwzP1t_IIAf7ZX3DPbL_M9WyQfh2q1k,1085
15
- openforis_whisp-0.1.0a4.dist-info/METADATA,sha256=DUMZltIKZrv_VAO0Aagv5_r2Q2ooBZ1A5TfopbgafNM,10364
16
- openforis_whisp-0.1.0a4.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
17
- openforis_whisp-0.1.0a4.dist-info/RECORD,,
14
+ openforis_whisp-0.1.0a5.dist-info/LICENSE,sha256=nqyqICO95iw_iwzP1t_IIAf7ZX3DPbL_M9WyQfh2q1k,1085
15
+ openforis_whisp-0.1.0a5.dist-info/METADATA,sha256=zzEZd7i2LvcMM7G_T6fxsIhgEG0U2SZ57zHaBpDFDt8,10364
16
+ openforis_whisp-0.1.0a5.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
17
+ openforis_whisp-0.1.0a5.dist-info/RECORD,,