gdalraster 2.1.0 #755
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.
-
Features / enhancements
Raster
pixel_extract(): support optional point IDs in the first column of an input data frame and add argumentas_data_frame(pixel_extract(): support optional point IDs in the first column of an input data frame and add argumentas_data_frame#751)plot_raster()viacol_tbl(performance improve for display via col_tbl #735 thanks @mdsumner)Vector
GDALVector$getFieldDomain(): a coded values domain is now returned as a two-column data frame of (codes, values) instead of character vector of"CODE=VALUE", a breaking change but the return value was not previously documented. The returned field domain definition now aligns with the specification added under theogr_definehelp topic in Add write support for field domains #738Geometry API
g_boundary(): compute the boundary of input geometry, wrapper ofOGR_G_Boundary()(Add g_boundary(): compute the boundary of a geometry #727)g_convex_hull(): compute convex hull for input geometries, wrapper ofOGR_G_ConvexHull()(Add g_convex_hull(): compute convex hull for input geometries #726)g_delaunay_triangulation(): return a Delaunay triangulation of the vertices of the input geometry, wrapper ofOGR_G_DelaunayTriangulation()(Add g_delaunay_triangulation(): return a Delaunay triangulation of the vertices of the input geometry #729)g_set_3D()/g_set_measured(): add/remove the explicit Z/M coordinate dimension on the input geometries, wrappers ofOGR_G_Set3D()/OGR_G_SetMeasured()(Add g_set_3D() and g_set_measured() #743)g_is_ring(): tests whether a geometry is a ring,TRUEif the coordinates of the geometry form a ring by checking length and closure (self-intersection is not checked), otherwiseFALSE(OGR_G_IsRing())g_distance()(Geom API: support one-to-many input (this-to-others) in binary predicate functions and in g_distance() #728)g_transform(): performance improvement when multiple input geometries (g_transform(): performance improvement when multiple input geometries #745)g_envelope(): add argumentas_3d, wrapper ofOGR_G_GetEnvelope3D()in the GDAL Geometry API (g_envelope(): fix order of xy coordinates in the returned envelope vector(s) and add argumentas_3d#724)Spatial Reference System API
srs_to_projjson(), wrapper forOSRExportToPROJJSON()in the GDAL Spatial Reference System API (Add srs_to_projjson(), wrapper for OSRExportToPROJJSON() in the GDAL Spatial Reference System API #721)srs_to_wkt(): add argumentgcs_only, wrapper forOSRCloneGeogCS()in the GDAL SRS APICoordinate transformation
transform_bounds(): support multiple input bounding boxes given as rows of a matrix or data frame (transform_bounds(): support multiple input bounding boxes given as rows of a matrix or data frame #744)Bug fixes
g_envelope(): fix the order of xy coordinates in the returned envelope(s), fixes #725 a breaking changepixel_extract(): fix input validation forxy_srsInternal
ogr_managefunctions (Improve input validation for ogr_manage functions #749)tests/testthat/test-gdal_create.Rfor the thecreate()andcreateCopy()R public interfaces, and improve input validation (Add tests in test-gdal_create.R #748)GDALVectorwith a few minor code improvements (Additional tests for class GDALVector #747)GDALVector: improve error handling insetIgnoredFields()/setSelectedFields()and add several new tests (Class GDALVector: improve error handling in setIgnoredFields() / setSelectedFields() and add several new tests #731)constexprorconstin several placesDocumentation
This discussion was created from the release gdalraster 2.1.0.
Beta Was this translation helpful? Give feedback.
All reactions