Releases: sertit/sertit-utils
Releases · sertit/sertit-utils
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)
v1.18.0
1.18.0 (2022-09-28)
- Add a
xml
folder grouping some helpers forlxml.etree
such as:read
read_archive
write
add
remove
update_attrib
update_txt
update_txt_fct
convert_to_xml
df_to_xml
v1.17.1
1.17.1 (2022-09-12)
- FIX: Set
BIGTIFF=YES
when needed in memfile (IF_NEEDED
is not sufficient) - OPTIM: Reduce memory usage when passing xarrays to
rasters_rio
functions
v1.17.0
- FIX: Allow BIGTIFF in memfiles
- FIX: Do not import
rasterio
andgeopandas
forci
functions that don't need it - FIX: Fixing pandas FutureWarning
The frame.append method is deprecated and will be removed from pandas in a future version.
- DEPS: Drop support of Python 3.7
v1.16.1
- FIX: Do not call fiona drivers through geopandas in
vectors.set_kml_driver