Skip to content

Releases: sertit/sertit-utils

v1.19.0.post1

10 Oct 14:09
Compare
Choose a tag to compare

Error on wheel versionning

v1.19.0

10 Oct 14:08
Compare
Choose a tag to compare

1.19.0 (2022-10-10)

  • ENH: Add a files.get_ext function to mirror get_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

07 Oct 15:19
Compare
Choose a tag to compare

1.18.3 (2022-10-07)

  • FIX: Fixing absolute paths for non-existing files in rasters(_rio).merge_vrt (again)

v1.18.2

07 Oct 13:52
Compare
Choose a tag to compare

1.18.2 (2022-10-07)

  • FIX: Fixing absolute paths for non-existing files in rasters(_rio).merge_vrt

v1.18.1

07 Oct 13:05
Compare
Choose a tag to compare

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

28 Sep 14:53
Compare
Choose a tag to compare

1.18.0 (2022-09-28)

  • Add a xml folder grouping some helpers for lxml.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

12 Sep 11:21
Compare
Choose a tag to compare

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

12 Sep 09:14
Compare
Choose a tag to compare
  • FIX: Allow BIGTIFF in memfiles
  • FIX: Do not import rasterio and geopandas for ci 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

30 Aug 15:39
Compare
Choose a tag to compare
  • FIX: Do not call fiona drivers through geopandas in vectors.set_kml_driver

v1.16.0

26 Aug 10:08
Compare
Choose a tag to compare

1.16.0 (2022-08-26)

  • ENH: Adding useful AXA utils functions (display.scale_to_uint8 and strings.is_uuid) #2
  • OTHER: Log stack path when missing index in rasters.read