gdalraster 2.3.0 #828
ctoney
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dependencies
Features / enhancements
GDAL CLI bindings
gdal_usage(): include the list of potential step algorithms for"raster pipeline"and"vector pipeline"(gdal_usage(): include the list of potential step algorithms for "raster pipeline" and "vector pipeline" #789)gdal_run(): add argumentsetVectorArgsFromObject(gdal_run(): add argument setVectorArgsFromObject #790)GDALAlg::getExplicitlySetArgs(): exposed class method to return a named list of arguments that have been set explicitly along with their values (Add GDALAlg::getExplicitlySetArgs(): return a named list of arguments that have been set explicitly along with their values #807)GDALAlg::setArg(): exposed class method to set algorithm argument values individually by API (AddGDALAlg::setArg(): exposed method to set algorithm argument values individually by API #822)Raster
GDALRaster: add helper methods for iterating I/O on raster blocks, or on multi-block chunks of user-defined size,readBlock()/writeBlock(),make_chunk_index()andreadChunk()/writeChunk()(class GDALRaster: add helper methods for iterating I/O on raster blocks, or on multi-block chunks of user-defined size #819)make_chunk_index()stand-alone function for use without a dataset objectGDALRaster::getMinMaxLocation(): compute the min/max values for a raster band and their locations, usingGDALComputeRasterMinMaxLocation()in GDAL >= 3.11 (Add GDALRaster::getMinMaxLocation(): compute the min/max values for a raster band and their locations, using GDALComputeRasterMinMaxLocation() in GDAL >= 3.11 #820)rasterToVRT(): add argumentkrnl_fnsupporting a Function element in KernelFilteredSource with GDAL >= 3.12, one of"min","max","stddev","median"or"mode"(rasterToVRT(): add argument krnl_fn supporting a Function element in KernelFilteredSource with GDAL >= 3.12 #821)GDALRaster: add a constructor withallowed_driversargument (class GDALRaster: add a constructor with allowed_drivers argument #793)Multidimensional raster
mdim_as_classic(): return a view of an MDArray as a "classic" GDALDataset (i.e., 2D), and add columnmultidim_raster(TRUE|FALSE) in the data frame output ofgdal_formats()(Add mdim_as_classic(): return a view of an MDArray as a "classic" GDALDataset (i.e., 2D) #799)mdim_info(): report structure and content of a multidimensional dataset, interface togdalmdiminfoutilitymdim_translate(): convert multidimensional data between different formats, and subset, interface togdalmdimtranslateutility (Add mdim_translate(): convert multidimensional data between different formats, and subset #803)Geometry API
g_geom_count(): return the number of elements in a geometry or number of geometries in containerg_get_geom(): fetch a geometry from a geometry containerg_unary_union(): wrapper forOGR_G_UnaryUnion()g_concave_hull(): wrapper forOGR_G_ConcaveHull()g_normalize(): wrapper forOGR_G_Normalize()g_delaunay_triangulation(): add argumentconstrained, wrapper forOGR_G_ConstrainedDelaunayTriangulation()plot_geom(): plot WKT or WKB geometriesOther features
gdal_get_driver_md(): retrieve driver metadata (Add gdal_get_driver_md(): retrieve driver metadata #795)vsi_stat_exists(),vsi_stat_type()andvsi_stat_size(): specializations ofvsi_stat()operating on a vector of potentially multiple file system object names (Add vsi_stat_exists(), vsi_stat_type() and vsi_stat_size() #825)Bug fix
ogr_ds_delete_field_domain(), and condition tests on GDAL 3.12 (Fixes for ogr_ds_delete_field_domain(), and condition tests on GDAL 3.12 #823)Internal
This discussion was created from the release gdalraster 2.3.0.
Beta Was this translation helpful? Give feedback.
All reactions