Releases: sertit/sertit-utils
Releases · sertit/sertit-utils
v1.34.1
1.34.1 (2024-01-17)
- FIX: Update
arcpy.init_conda_arcpy_env
to fix new issues (GDAL
InvalidVersion
when writing on disk withgeopandas
usingfiona
's engine)
v1.34.0
1.34.0 (2024-01-15)
- BREAKING CHANGE: Set default
chunks
toauto
inrasters.read
- ENH: Add types for ArcGis GDB in
arcpy
- FIX: Allow folders to be opened in
vectors.read
(to open GDBs) - OPTIM: Geopandas now handles correctly S3 paths, so don't download S3-stored vectors anymore
v1.33.0
- ENH: Mirror
window
invectors.read
(fromrasters.read
), enhancinggpd.read_file(bbox=...)
- FIX: Allow kwargs in
rasters.collocate
- DOC: Update copyright to 2024
v1.32.4
1.32.4 (2023-12-07)
- FIX: Fix requester_pays option in
s3
module - FIX: Use
total_bounds
when computing the window inrasters(_rio).read()
v1.32.3
1.32.3 (2023-11-28)
- FIX: Fixing additional arguments passed to the
s3
decorator
v1.32.2
1.32.2 (2023-11-22)
- FIX: Fixing the return of s3 environment decorators
- CI: Enabling pre-commit.ci and dependabot bots
v1.32.1
1.32.1 (2023-11-14)
- FIX: Add the support of
no_sign_request
ins3
functions
v1.32.0
1.32.0 (2023-11-13)
- BREAKING CHANGE: Change the order of
files.save_json
function to fitfiles.save_obj
. Older order is deprecated. - ENH: Allow to pass **kwargs in
files.save_json
andfiles.save_obj
- ENH: Allow to pass **kwargs for S3 environments, in order to add options such as requester pays
- FIX: Use
EPSG_4326
instead ofWGS84
for sake of naming accuracy (this is not the same thing!) (WGS84
stays available though) - FIX: Return
False
instead of failin inpath.is_cloud_path
if it cannot be converted toAnyPath
- FIX: Fix the custom JSON encoder to handle sets
- FIX: Handles correctly multi-layered KMZ in
vectors.read
v1.31.0
1.31.0 (2023-10-30)
- ENH: Add
s3.temp_s3
andunistra.unistra_s3
context managers to manage s3 environments inside Python code - FIX: Fix
rasters.read
whith given indexes order - DEPS : only import
vectors
inside functions forci
module (in order not to have to install rasterio if these functions are not needed) - DEPS : don't import anything from
rasterio
insidevectors
module (in order not to have to install rasterio if these functions are not needed) - DEPS: Remove as many mention as possible to
cloudpathlib
v1.30.1
1.30.1 (2023-10-20)
- FIX: Reorder raster in
rasters.read
whith the given indexes order - FIX: Allow to write with any driver in
rasters(_rio).write
- FIX: Create proper variables for environment variables in
snap
- FIX: Normalize geometries before testing within
ci
- FIX:
files.get_archived_rio_path
returns the result ofpath.get_archived_rio_path
instead of incorrect one. - CI: Update pre-commit hooks