openforis-whisp 3.0.0a6__py3-none-any.whl → 3.0.0a8__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.
@@ -101,6 +101,8 @@ from openforis_whisp.utils import (
101
101
 
102
102
  from openforis_whisp.data_checks import (
103
103
  analyze_geojson,
104
- validate_geojson_constraints,
104
+ check_geojson_limits,
105
+ screen_geojson, # Backward compatibility alias
105
106
  suggest_processing_mode,
107
+ validate_geojson_constraints, # Backward compatibility alias
106
108
  )