Releases: sertit/sertit-utils
Releases · sertit/sertit-utils
v1.19.5
1.19.5 (2022-11-21)
- FIX: Fix
files.to_abspath
new feature...
v1.19.4
1.19.4 (2022-11-21)
- FIX: Allow the user to choose if
files.to_abspath
raise a FileNotFoundError if the file doesn't exist.
v1.19.3
1.19.3 (2022-11-21)
- FIX: Force vector conversion to dataset CRS in
rasters(_rio).rasterize
- DOC: Add a History page
- CI: Correct gitlab-ci file
v1.19.2
1.19.2 (2022-10-31)
- FIX: Add predictors for compression in
rasters(_rio).write
: 3 for floating point data, 2 for others. (see https://kokoalberti.com/articles/geotiff-compression-optimization-guide/) - CI: Update script versions in Github actions
v1.19.1
1.19.1 (2022-10-28)
- FIX: Fixing nodata value in
rasters.write
v1.19.0.post1
Error on wheel versionning
v1.19.0
1.19.0 (2022-10-10)
- ENH: Add a
files.get_ext
function to mirrorget_filename
- ENH: Add a
vectors.ogr2geojson
function to convert tricky vector files to GeoJSON using OGR fallbacks - FIX: Handling GML CRS errors (i.e. with
urn:ogc:def:derivedCRSType
) with some GDAL versions
v1.18.3
1.18.3 (2022-10-07)
- FIX: Fixing absolute paths for non-existing files in
rasters(_rio).merge_vrt
(again)
v1.18.2
1.18.2 (2022-10-07)
- FIX: Fixing absolute paths for non-existing files in
rasters(_rio).merge_vrt
v1.18.1
1.18.1 (2022-10-07)
- FIX: Enabling the option of absolute or relative paths in
rasters(_rio).merge_vrt
- FIX: Fix issue with too long command line with
rasters(_rio).merge_vrt
(VRT with too much files)