monitoring-ecosystem-resilience
monitoring-ecosystem-resilience copied to clipboard
Repository for mini-projects in the Data science for Sustainable development project
During the perform of _pyveg_gee_analysis_ module, there is a call to the function _save_ts_summary_stats()_ from _analysis_processing.py_. In order to perform the AR1 and Standard deviation of the detreded timeseries for...
(Note: This issue was initially opened here https://github.com/urbangrammarai/gee_pipeline/issues/17) A small number of unittests are very slow. This is a disincentive to regularly running tests. To get a list of the...
(Note: This issue was initially opened here https://github.com/urbangrammarai/gee_pipeline/issues/19) ## How to reproduce 1). Make a shallow clone of the git repo: ``` $ mkdir gee_temp_clone $ cd gee_temp_clone $ git...
(Note: This issue was initially opened here https://github.com/urbangrammarai/gee_pipeline/issues/20) ## How to reproduce Run this test in isolation twice: ```bash $ pytest pyveg/tests/test_processor_modules.py::test_Sentinel2_image_processor ``` ## Expect behaviour The test should give...
(This issue was originally opened here https://github.com/urbangrammarai/gee_pipeline/issues/24) # How to reproduce 1. Run `pyveg_generate_config` to create a config file. 2. Edit the `modules_to_use` to include a module `DoesNotExist`. eg: ```...
Continuing from #379 we want to look at the gradient at the onset of vegetation growth in the rainy season. We can test this on a weekly time series as...
Run the `black` linter on pyveg to improve code readability and PEP-8 compliance.
All the patterns we are interested in should show some periodicity. Investigate whether image libraries can give us Fourier properties, and if we can use this to select areas that...
Bumps [azure-storage-blob](https://github.com/Azure/azure-sdk-for-python) from 1.5.0 to 12.13.0. Release notes Sourced from azure-storage-blob's releases. azure-storage-blob-changefeed_12.0.0b5 12.0.0b5 (2024-04-16) This version and all future versions will require Python 3.8+. Python 3.6 and 3.7 are...