v0.1.53
fluvgeo v0.1.53 (2025-02-04)
Major changes
-
Converted all functions to tmap version 4 (well, v3.99).
-
Discovered that the
arcgisbinding::arc.openfunction now no longer works reliably (see issue #91). -
Removed all remaining dependencies on the ESRI
arcgisbindingR package as many of its primary IO functions are no longer reliably working. Removed remaining functions that relied onarc.openorarc.write:arc_raster2SpatRasterreplaced bygdb_raster2SpatRastarc2sfreplaced byfc2fsget_arc_wktsf2arc_tablesf2arc
-
Discovered that the GDAL v3.7+ OpenFileGDB driver can now read rasters.
-
The
terrapackage for rasters is currently bundled with > GDAL 3.7
> terra::gdal()
[1] "3.9.3"
>terra::gdal(drivers = TRUE) |> filter(name == 'OpenFileGDB')
name raster vector can vsi long.name
1 OpenFileGDB TRUE TRUE read/write TRUE ESRI FileGDB
- Added a test function to verify that the GDAL OpenFileGDB driver can replace
arcgisbindings.
Minor changes
- Fixed some broken test data.