Objectives are:
- Create new raster objects.
- Assign the correct projection or CRS.
A raster data model is an array of cells, or pixels, to represent real-world objects.
Raster datasets are commonly used for representing and managing imagery, surface temperatures, digital elevation models, and numerous other entities.
Here we create an example of two ndarray
objects one X
spans [-90°,90°] longitude, and Y
covers [-90°,90°] latitude.