Skip to content

Commit 3d6fcef

Browse files
committed
spatial_standards_raster: improve note on warnings
1 parent 3dd5f6e commit 3d6fcef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/tutorials/spatial_standards_raster/index.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ output:
1414

1515
_General note: the way the `raster` package handles coordinate reference systems has just recently (at the time of writing) become compliant with recent GDAL 3 and PROJ >= 6 versions._
1616
_At the time of writing, it was necessary to use the current development version of `raster` ([link](https://github.com/rspatial/raster))._
17-
_Many packages (like `raster`) depend on `rgdal` to handle CRS objects, and several still rely on the use of PROJ.4 strings (unsupported in GDAL 3 and PROJ >= 6)._
18-
_Therefore you may get a decent portion of warnings (from `rgdal`) when running the below code, but you can safely ignore them._
17+
_During the current transition period of supporting both old and new PROJ/GDAL, you may get a decent portion of proj4string-related warnings when running the below code (as seen below), but you can safely ignore them._
18+
_For more information, see the [CRS tutorial](../spatial_crs_coding/)._
1919

2020
```{r include = FALSE}
2121
library(knitr)

content/tutorials/spatial_standards_raster/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ output:
1414

1515
_General note: the way the `raster` package handles coordinate reference systems has just recently (at the time of writing) become compliant with recent GDAL 3 and PROJ >= 6 versions._
1616
_At the time of writing, it was necessary to use the current development version of `raster` ([link](https://github.com/rspatial/raster))._
17-
_Many packages (like `raster`) depend on `rgdal` to handle CRS objects, and several still rely on the use of PROJ.4 strings (unsupported in GDAL 3 and PROJ >= 6)._
18-
_Therefore you may get a decent portion of warnings (from `rgdal`) when running the below code, but you can safely ignore them._
17+
_During the current transition period of supporting both old and new PROJ/GDAL, you may get a decent portion of proj4string-related warnings when running the below code (as seen below), but you can safely ignore them._
18+
_For more information, see the [CRS tutorial](../spatial_crs_coding/)._
1919

2020
This tutorial uses a few basic functions from the
2121
[dplyr](https://dplyr.tidyverse.org) and

0 commit comments

Comments
 (0)