Skip to content

Commit

Permalink
uses consistent style
Browse files Browse the repository at this point in the history
  • Loading branch information
Nowosad committed Oct 12, 2023
1 parent 602c7e6 commit 599a456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01-spatial-data.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The **geopandas** ecosystem provides a comprehensive approach for working with v
This is not the case for raster data, however: there are several partially overlapping packages for working with raster data, each with its own advantages and disadvantages.
In this book we focus on the most prominent one:

- **rasterio**---a spatial-oriented package, focused on "simple" raster formats (such as GeoTIFF), representing a raster using a combination of a **numpy** array, and a metadata object (`dict`) specifying the spatial referencing of the array
- **rasterio** is a spatial-oriented package, focused on "simple" raster formats (such as GeoTIFF), representing a raster using a combination of a **numpy** array, and a metadata object (`dict`) specifying the spatial referencing of the array

Another raster-related package worth mentioning is **xarray**.
It is a general-purpose package for working with labeled arrays, thus advantageous for processing "complex" raster format (such as NetCDF), representing a raster using its own native classes, namely `xarray.Dataset` and `xarray.DataArray`.
Expand Down

0 comments on commit 599a456

Please sign in to comment.