Skip to content

Commit 6df91af

Browse files
committed
pr suggestions
1 parent 7cb9b36 commit 6df91af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

advanced/backends/rasterio_backend.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"\n",
1919
"## What are GeoTIFFs?\n",
2020
"\n",
21-
"GeoTIFFS (Geographic Tagged Image File Format (GeoTIFF)) are an image format based on the TIFF (Tagged Image File Format), that contain georeferencing information embedded within a raster image. Rasters in GeoTIFFs are made up of gridded pixels (or arrays) that map to a geographic region. The pixels values represent a characteristic (variable) for the geographic region it maps to.\n",
21+
"The TIFF (Tagged Image File Format) format is a metadata rich image format for raster data. GeoTIFF (Geographic Tagged Image File Format) files are TIFF files that use georeferencing information (such as map projection and coordinate systems) as metadata. A GeoTIFF file with a single band contains 2D raster data for a single characteristic (i.e., variable) and maps to a geographic region. A GeoTIFF file can have multiple bands that all map to the same geographic region.\n",
2222
"\n",
2323
"![Raster_Image](https://docs.qgis.org/3.44/en/_images/raster_dataset.png)\n",
2424
"\n",

0 commit comments

Comments
 (0)