Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
rhijmans committed Jan 22, 2025
1 parent 274beff commit 17830fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
## bug fixes

- `readRDS` failed for rasters with timestep="seconds" [#1711](https://github.com/rspatial/terra/issues/1711) by Pascal Oettli
- `divide<SpatVector>` always returned NULL [#1724](https://github.com/rspatial/terra/issues/1724) by Márcia Barbosa


## enhancements

- `bestMatch` now has argument "fun" to allow the use of different distance measures, and a <matrix> method
- `wrap` (and `writeRDS`) now capture varnames/longnames [#1719](https://github.com/rspatial/terra/issues/1719) by Andrew Gene Brown

- `wrap` (and `writeRDS`) now captures varnames/longnames [#1719](https://github.com/rspatial/terra/issues/1719) by Andrew Gene Brown
- improved raster metadata writing [#1714](https://github.com/rspatial/terra/pull/1714) by Andrew Gene Brown

## new

Expand Down
2 changes: 1 addition & 1 deletion man/vect.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ SpatVectors can also be created from "Well Known Text", and from spatial vector
\item{crs}{character. The coordinate reference system in one of the following formats: WKT/WKT2, <authority>:<code>, or PROJ-string notation (see \code{\link{crs}})}
\item{proxy}{logical. If \code{TRUE} a SpatVectorProxy is returned}
\item{what}{character indicating what to read. Either \code{""} for geometries and attributes, or \code{"geoms"} to only read the geometries, \code{"attributes"} to only read the attributes (that are returned as a data.frame)}
\item{opts}{character. GDAL dataset open options}
\item{opts}{character. GDAL dataset open options. For example "ENCODING=LATIN1"}
\item{geom}{character. The field name(s) with the geometry data. Either two names for x and y coordinates of points, or a single name for a single column with WKT geometries}
\item{keepgeom}{logical. If \code{TRUE} the geom variable(s) is (are) also included in the attributes}
}
Expand Down

0 comments on commit 17830fd

Please sign in to comment.