Releases: sertit/sertit-utils
Releases · sertit/sertit-utils
v1.27.1
1.27.1 (2023-04-24)
- FIX: Don't manage
band
coordinate inrasters.collocate
: keep as is - FIX: Rename
reference_arr
intoreference
inrasters.collocate
v1.27.0
1.27.0 (2023-04-24)
- ENH: Add a
misc.unique
function to retrieve unique elements of a list while keeping the original order - FIX: Fix the correct number of bands (in the coordinates of the xr.DataArray) in
rasters.collocate
- FIX: Changes names to reference/other objects in
rasters(_rio).collocate
v1.26.0
1.26.0 (2023-04-17)
- ENH: Add a
vectors.write
function to automatically detect the driver from the filename (and add the KML driver if needed) - ENH: Add shapely 2.0 functions in
ci.assert_geom_xxx
to handle more cases (2D/3D vectors, geomtry written in another way) - FIX: Use our own function for setting the nodata instead of using rioxarray's in
rasters.crop
- FIX: Fix GeoPandas FutureWarning in
explode
:Currently, index_parts defaults to True, but in the future, it will default to False to be consistent with Pandas.
- INTERNAL: Simplify rasters.read
- DEPS: Pin Shapely >= 2.0
- DEPS: Dropping support of Python 3.8
v1.25.0
1.25.0 (2023-04-04)
- ENH: Add a function simplifying footprints
- ENH: Pass the
chunks
keyword toopen_rasterio
in@path_xarr_dst
- ENH: Add a wrapper to add deprecation warnings in
logs
- OPTIM: Better nodata management in
rasters.write
- DEPS: Allow last versions of Dask
- DOC: Update README
v1.24.4
1.24.4 (2023-03-07)
- OPTIM: Allowing the user to change SNAP tile size with the environment variable
SERTIT_UTILS_SNAP_TILE_SIZE
. - OPTIM: Allowing the user to change SNAP max cores with the environment variable
SERTIT_UTILS_MAX_CORES
. - DOC: Document the usable environment variables
v1.24.3
1.24.3 (2023-01-27)
- DEPS: Fixing deps (xarray is requiered by default)
v1.24.2
1.24.2 (2023-01-25)
- FIX: Allowing the users to open
\\DS2\database0x
directories fromci.get_dbx_path
v1.24.1
1.24.1 (2023-01-24)
- FIX: fixing infinite values in
ci.assert_raster_almost_equal_magnitude
v1.24.0
1.24.0 (2023-01-23)
- ENH: Adding NODATA formalizations in
rasters(_rio)
: function to get the value from a dtype (get_nodata_value
and global variables foruint8
,int8
,uint16
,float
) - ENH: Allow to merge rasters with different projections
- ENH: Adding a
ci.assert_raster_almost_equal_magnitude
function that checks decimals from the scientific expression of the raster - CI: Don't run tests when only
__init__
or__meta__
is updated - CI: Move data elsewhere than git
v1.23.0
1.23.0 (2023-01-09)
- ENH: Adding
ci.assert_files_equal
function