GeoTIFF: Difference between revisions
No edit summary |
|||
Line 1: | Line 1: | ||
[[Category:Files]] | [[Category:Files]] | ||
==What is a | ==What is a GeoTIFF== | ||
GeoTIFFis a file format for geographical raster data. It is an image file format, especially for Geo data. In the file format, specific metadata for Geo data is included, such as the CRS (Coordinate Reference System) and the spatial extent. Also other metadata, common for raster data are included such as the resolution, pixel size and an optional no data value. | |||
A | A GeoTIFFin the {{Software}} can be used for: | ||
* [[How_to_export_a_Grid_Overlay_as_GeoTIFF|Exporting Overlays]] | * [[How_to_export_a_Grid_Overlay_as_GeoTIFF|Exporting Overlays]] | ||
* [[ | * [[GeoTIFF_Overlay|Creating a Grid Overlay]] | ||
* [[How_to_import_a_GeoTIFF_to_change_the_elevation_model|Changing]] the [[Elevation model]] of the 3D world | * [[How_to_import_a_GeoTIFF_to_change_the_elevation_model|Changing]] the [[Elevation model]] of the 3D world | ||
* [[ | * [[Groundwater_GeoTIFF_(Water_Overlay)|Adding Groundwater data]] for use in the [[Water Overlay]] | ||
* [[How_to_import_a_foliage_height_GeoTIFF|Adding foliage height]] for the [[Heat Overlay]] | * [[How_to_import_a_foliage_height_GeoTIFF|Adding foliage height]] for the [[Heat Overlay]] | ||
==How to create a | ==How to create a GeoTIFF== | ||
Any Geo Data (vector or raster) can be transformed to a | Any Geo Data (vector or raster) can be transformed to a GeoTIFF file. Keep in mind that when transforming vector data to raster, only one attribute can be used for the raster data, since a raster dataset consists of pixels or cells with one value and optional a color value. | ||
Transforming Geo data can be done with for example a GIS (Geographical Information System). | Transforming Geo data can be done with for example a GIS (Geographical Information System). | ||
=====Requirements===== | =====Requirements===== | ||
The following requirements for a | The following requirements for a GeoTIFF file apply: | ||
#The file should have a CRS defined, for the Platform to properly translate the coordinates to the right location. | #The file should have a CRS defined, for the Platform to properly translate the coordinates to the right location. | ||
#The file should have a resolution | #The file should have a resolution | ||
Line 24: | Line 24: | ||
* [[How to export a Grid Overlay as GeoTIFF]] | * [[How to export a Grid Overlay as GeoTIFF]] | ||
* [[Grid Overlay]] | * [[Grid Overlay]] | ||
* [[ | * [[GeoTIFF Overlay]] | ||
{{Template:GeoDataOverview}} | {{Template:GeoDataOverview}} |
Revision as of 11:57, 17 January 2022
What is a GeoTIFF
GeoTIFFis a file format for geographical raster data. It is an image file format, especially for Geo data. In the file format, specific metadata for Geo data is included, such as the CRS (Coordinate Reference System) and the spatial extent. Also other metadata, common for raster data are included such as the resolution, pixel size and an optional no data value. A GeoTIFFin the Tygron Platform can be used for:
- Exporting Overlays
- Creating a Grid Overlay
- Changing the Elevation model of the 3D world
- Adding Groundwater data for use in the Water Overlay
- Adding foliage height for the Heat Overlay
How to create a GeoTIFF
Any Geo Data (vector or raster) can be transformed to a GeoTIFF file. Keep in mind that when transforming vector data to raster, only one attribute can be used for the raster data, since a raster dataset consists of pixels or cells with one value and optional a color value. Transforming Geo data can be done with for example a GIS (Geographical Information System).
Requirements
The following requirements for a GeoTIFF file apply:
- The file should have a CRS defined, for the Platform to properly translate the coordinates to the right location.
- The file should have a resolution
- The file should have a pixel size
- The file should have a spatial extent
See also