mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Update to 1.5-16
This commit is contained in:
parent
2a05d276df
commit
e07b8aecd5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=544622
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rgdal
|
||||
DISTVERSION= 1.5-12
|
||||
DISTVERSION= 1.5-16
|
||||
CATEGORIES= graphics
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1593262380
|
||||
SHA256 (rgdal_1.5-12.tar.gz) = 38baa6e011ddff8a15381ace6d09a3ab90cf1127bc008d2188358d72a72f6b4b
|
||||
SIZE (rgdal_1.5-12.tar.gz) = 2302403
|
||||
TIMESTAMP = 1596561064
|
||||
SHA256 (rgdal_1.5-16.tar.gz) = f7c5bfd0ebeda1522456904688f873e5b8f171522a32d2a2a30ebf8e9dd29467
|
||||
SIZE (rgdal_1.5-16.tar.gz) = 4372964
|
||||
|
@ -1,10 +1,14 @@
|
||||
Provides bindings to Frank Warmerdam's Geospatial Data Abstraction
|
||||
Library (GDAL) (>= 1.6.3) and access to projection/transformation
|
||||
operations from the PROJ.4 library. The GDAL and PROJ.4 libraries
|
||||
are external to the package, and, when installing the package from
|
||||
source, must be correctly installed first. Both GDAL raster and OGR
|
||||
vector map data can be imported into R, and GDAL raster data and
|
||||
OGR vector data exported. Use is made of classes defined in the sp
|
||||
package.
|
||||
Provides bindings to the 'Geospatial' Data Abstraction Library
|
||||
('GDAL') (>= 1.11.4) and access to projection/transformation
|
||||
operations from the 'PROJ' library. Use is made of classes defined
|
||||
in the 'sp' package. Raster and vector map data can be imported
|
||||
into R, and raster and vector 'sp' objects exported. The 'GDAL' and
|
||||
'PROJ' libraries are external to the package, and, when installing
|
||||
the package from source, must be correctly installed first; it is
|
||||
important that 'GDAL' < 3 be matched with 'PROJ' < 6. From 'rgdal'
|
||||
1.5-8, installed with to 'GDAL' >=3, 'PROJ' >=6 and 'sp' >= 1.4,
|
||||
coordinate reference systems use 'WKT2_2019' strings, not 'PROJ'
|
||||
strings. 'Windows' and 'macOS' binaries (including 'GDAL', 'PROJ'
|
||||
and their dependencies) are provided on 'CRAN'.
|
||||
|
||||
WWW: https://cran.r-project.org/web/packages/rgdal/
|
||||
|
Loading…
Reference in New Issue
Block a user