Skip to content

minor edits to raster_intro.Rmd#1

Open
rhijmans wants to merge 1 commit into
pjbartlein:masterfrom
rhijmans:patch-1
Open

minor edits to raster_intro.Rmd#1
rhijmans wants to merge 1 commit into
pjbartlein:masterfrom
rhijmans:patch-1

Conversation

@rhijmans
Copy link
Copy Markdown

Thanks for this resource. The reasons for the suggested edits are:
There is no "format change" involved. "raster" reads (via ncdf4) and interprets netCDF files (like it would read a tif or any other format, except that these are accessed via gdal) . Of course interpretation could go wrong (more than anything because ncdf is very flexible, and creators of the files users are not forced to follow standards). Also, coordinates in "raster" refer to the center of grid cells --- as the examples below show. The "extent" of a raster, however, refers to the four outer cell corners.

There is no "format change" involved. "raster" reads (via ncdf4) and interprets netCDF files (like it would read a tif or any other format, except that these are accessed via gdal) . Of course interpretation could go wrong (more than anything because ncdf is very flexible, and creators of the files users are not forced to follow standards). Also, coordinates in "raster" refer to the center of grid cells --- as the examples below show. The "extent" of a raster, however, refers to the four outer cell corners.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant