We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5026da2 commit 07ffd63Copy full SHA for 07ffd63
CHANGELOG.rst
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+forestatrisk 1.2.8
5
+++++++++++++++++++
6
+
7
+* Bug corrections.
8
+* Rasterize the aoi based on forest resolution and extent.
9
+* Changes: https://github.com/ghislainv/forestatrisk/compare/v1.2.7...v1.2.8
10
11
forestatrisk 1.2.7
12
++++++++++++++++++
13
forestatrisk/__init__.py
@@ -10,7 +10,7 @@
# https://peps.python.org/pep-0008/#module-level-dunder-names
__author__ = "Ghislain Vieilledent"
__email__ = "[email protected]"
-__version__ = "1.2.7"
+__version__ = "1.2.8"
14
15
# GDAL exceptions
16
from osgeo import gdal
0 commit comments