-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into reproj_xy_list # Conflicts: # .github/workflows/check-standard.yaml # man/vapour_srs_wkt.Rd # man/vapour_vrt.Rd # man/vapour_warp_raster.Rd
- Loading branch information
Showing
66 changed files
with
11,526 additions
and
489 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,3 +31,4 @@ | |
^CRAN-SUBMISSION$ | ||
^Dockerfile$ | ||
^inst/ci$ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,3 +17,4 @@ proj_conf_test.c | |
proj_conf_test.cpp | ||
configure* | ||
CRAN-RELEASE | ||
*.gpkg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: vapour | ||
Title: Access to the 'Geospatial Data Abstraction Library' ('GDAL') | ||
Version: 0.9.2 | ||
Version: 0.9.5.9003 | ||
Authors@R: c(person("Michael", "Sumner", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2471-7511")), | ||
person("Simon", "Wotherspoon", role = "ctb", comment = "RasterIO configuration for resampling options"), | ||
person("Mark", "Padgham", role = "ctb", comment = "helped get started :)"), | ||
|
@@ -12,7 +12,8 @@ Authors@R: c(person("Michael", "Sumner", email = "[email protected]", role = c( | |
person("Dale", "Maschette", role = c("ctb"), comment = "created the hex logo"), | ||
person("Joseph", "Stachelek", role = "ctb"), | ||
person("Even", "Rouault", role = "ctb", comment = "primary author of the COG format and its use of the GDALwarp app-library, example code used by the warper function here"), | ||
person("Robert", "Hijmans", role = "ctb", comment = "code in terra package used as example/inspiration")) | ||
person("Robert", "Hijmans", role = "ctb", comment = "code in terra package used as example/inspiration"), | ||
person("Dewey", "Dunnington", role = "ctb", comment = "wrote the columnar-access mode streaming Arrow support")) | ||
Description: Provides low-level access to 'GDAL' functionality. | ||
'GDAL' is the 'Geospatial Data Abstraction Library' a translator for raster and vector geospatial data formats | ||
that presents a single raster abstract data model and single vector abstract data model to the calling application | ||
|
@@ -25,6 +26,7 @@ LazyData: true | |
LinkingTo: Rcpp | ||
Imports: | ||
jsonlite, | ||
nanoarrow, | ||
Rcpp, | ||
utils | ||
RoxygenNote: 7.2.3 | ||
|
@@ -35,7 +37,7 @@ Suggests: | |
markdown, | ||
rmarkdown, | ||
spelling | ||
SystemRequirements: libgdal-dev, GDAL (>= 2.2.3), PROJ (>= 4.8.0), C++11 | ||
SystemRequirements: libgdal-dev, GDAL (>= 2.2.3), PROJ (>= 4.8.0) | ||
VignetteBuilder: knitr | ||
URL: https://github.com/hypertidy/vapour | ||
BugReports: https://github.com/hypertidy/vapour/issues | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.