Releases: pierre-manchon/INPMT
Releases · pierre-manchon/INPMT
v0.3.4
v0.3.3
-
MOD: Docstrings, structure of statistics
-
FIX: Could not get mean value of some arrays (outputed -inf) because of float values not precise enough (16 instead of 64)
-
MOD: Bump version number to 0.3.3
v0.3.2
-
FIX: Reproject all data and rename accordingly
-
FIX: Name issues
-
MOD: Remove now useless github actions badge
-
MOD: Bum version number to 0.3.2
v0.3.1
- FIX: Error when encountering geometry outside mainland Africa which wouldn't allow to select data based on geometry bounds
- MOD: Execution help in README.md
- MOD: CITATION.cff informations
v0.3.0
Quality checking (#9) * MOD: Remove pyproject.toml dependencies (using conda from now on * FIX: Correct errors introduced in previous commits * MOD: Correct version in CITATION.cff * MOD: Correct Structure in README.md * MOD: -_- * MOD: Remove unused CLI * MOD: Load data as an xarray Dataset * WIP: Mockup of value assignation using xarray selection from a common Dataset * WIP: Still * WIP: lazy_concat not working * WIP: Trouble merging dataarrays into a Dataset * WIP: Turn program into a script type of code (use functions as a top bottom script) * MOD: Treat both buffer sizes in the loop (more efficient since the data is elected and merged each time) * FIX: Local hook doesn't work * FIX: Merge error was caused by the coordinates names * FIX: Created DataFrame with old columns * WIP: EPSG problems (loads 3857 but doesn't change it) * WIP: Projections error fixed * ADD: Functions get_bbox and merge_ds * DEL: Parameter loc (want to compute distance everytime * MOD: Test on the whole data, forgot comment * FIX: Column names when creating DataFrame * FIX: Anophelian diversity error * FIX: NDVI values not accessed through chunks * DEL: Remove unused functions * FIX: Typos * MOD: Rework get_pixel_count function to take advantage of xarray's capabilities * MOD: Rewrite landuse computation, fix typos * FIX: Typos * FIX: Retrieving length of landuse before pivoting the DatFrame * DEL: Remove function get_countries_profile * MOD: Compute the habitat diversity for 500 and 2000 meters buffers. Rework structure to not read the same files over again * MOD: Set datasets as a parameter instead of a config file value * FIX: Set values for multiple columns with iloc, replace Merge function by a clip function (only select data from bbox extent) * MOD: Remove unused code * MOD: Rename files * ADD: Export file to csv * DEL: Useless module * MOD: Merge code used only one time * MO: Bump version number to 0.3.0 * MOD: Update metadata * Autoupdate every month instead of every day
v0.2.2
Changed:
Package structure
v0.2.1
Merge pull request #4 from pierre-manchon/3-population-data-missing
v0.2.0
Major bug fixes:
- get_pixel_count
- fix, raster stats method of processing stats (went for numpy)
Minor bug fixes:
- bumped python's version to 3.9
- fix error messages
- fixed typings,
- fix typos
v0.1.2
Major bug fixes:
- Executing the script for the control data as raising errors
Minor bug fixes:
- updated requirements
- reorganized some piece of code
- updated the readme and the docs
- fixed typos,
v0.1.1
Major bug fixes:
- Values returned by raster_stats() were all divided by 10000 causing faulty values to be returned
- SWI and PREVALENCE values written in the results were not in their usual ranges
Minor bug fixes:
- reorganized some piece of code
- updated all magic
- updated the readme and the docs
- some files paths were still hardcoded,
- fixed typos,
- fixed prints,
- fixed warnings