GeoTIFF: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
 
(19 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Files]]
[[Category:Files]]
GeoTIFF is a file format for geographical raster data. It is an image file format containing additional Geo metadata, such as the CRS (Coordinate Reference System) and the spatial extent. The metadata also include the resolution, pixel size and an optional no data value.
GeoTIFF is a file format for geographical raster data. It is an image file format containing additional Geo metadata, such as the CRS (Coordinate Reference System) and the spatial extent. The metadata also include the resolution, pixel size and an optional {{nodata}} value.
A GeoTIFF in the {{Software}} can be used for:
 
==GeoTIFF in the {{Software}}==
A GeoTIFF in the {{Software}} can be used to/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 GeoTIFF Grid Overlay]]
* [[GeoTIFF_Overlay|Creating a GeoTIFF 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 current situation of your project.
* [[Groundwater_Prequel_(Water_Overlay)|Adding Groundwater data]] for use in the [[Water Overlay]]
* [[How to add a GeoTIFF to a measure|Changing the elevation when applying a measure]] in the future situation of your project.
* [[Groundwater Prequel (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]]


Line 19: Line 22:
#The file should have a spatial extent
#The file should have a spatial extent


==See also==
{{article end
|howtos=
* [[How to export a Grid Overlay as GeoTIFF]]
* [[How to export a Grid Overlay as GeoTIFF]]
* [[How to add a GeoTIFF to a measure]]
* [[How to load in GeoTIFFs from the GeoShare automatically]]
* [[How to fix a GeoTIFF that has an invalid NO_DATA value]]
: Application of GeoTIFFs:
* [[How to import a GeoTIFF to change the elevation model]]
* [[How to import a foliage height GeoTIFF]]
* [[How to use a default groundwater GeoTIFF (Water Overlay)]]
* [[How to upload and use a groundwater GeoTIFF (Water Overlay)]]
|seealso=
* [[Grid Overlay]]
* [[Grid Overlay]]
* [[GeoTIFF Overlay]]
* [[GeoTIFF Overlay]]
}}




{{Template:GeoDataOverview}}
{{Template:GeoDataOverview}}
[[Category:GeoTIFF]]

Latest revision as of 14:54, 1 February 2024

GeoTIFF is a file format for geographical raster data. It is an image file format containing additional Geo metadata, such as the CRS (Coordinate Reference System) and the spatial extent. The metadata also include the resolution, pixel size and an optional NO_DATA value.

GeoTIFF in the Tygron Platform

A GeoTIFF in the Tygron Platform can be used to/for:

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:

  1. The file should have a CRS defined, for the Platform to properly translate the coordinates to the right location.
  2. The file should have a resolution
  3. The file should have a pixel size
  4. The file should have a spatial extent