GeoTIFF، اندرونی جیو ریفرنسنگ والا ایک ریسٹر فارمیٹ ہے۔ نقشہ نقاط، پروجیکشن اور میٹا ڈیٹا کے ساتھ ایک TIFF تصویر کے طور پر محفوظ ہوتا ہے۔ جیو ریفرنسڈ ریسٹر نقشوں کے لیے عملی طور پر معیار سمجھا جاتا ہے۔
اہم خصوصیات

GeoTIFF فارمیٹ کے بارے میں
GeoTIFF is an ordinary TIFF with coordinates written into its tags: where the top left corner lies, what the pixel size is and which coordinate system all of it is recorded in. A GIS program opens such a file and immediately puts the picture in its place on the ground — there is nothing to georeference by hand.
A raster map is needed where vectors are excessive or awkward: an underlay beneath your own layers, a print-ready original, an overlay on a satellite image, material for interpretation and for raster algorithms.
The file contains a map page drawn in the chosen style and saved as a georeferenced image. The default resolution is 300 DPI, that is print quality; the default sheet is A4 landscape. LZW compression is lossless, yet noticeably smaller than an uncompressed TIFF.
The default coordinate system is WGS84 (EPSG:4326); the georeferencing sits in the file's own tags, so there is no need to keep any companion files alongside it.
کون سا پروگرام GeoTIFF فائلیں کھولتا ہے
درج ذیل پروگرام اور ایپلیکیشنز OSM2CDR سے برآمد کردہ GeoTIFF (Georeferenced TIFF) (.tif) فائلوں کو کھول، ترمیم اور ان کے ساتھ کام کر سکتے ہیں:
Format specifications
- Open standard
- 2D only
- Lossless (no quality loss)
- No attributes
- Output: 1 file
- GeoTIFF (OGC) with georeferencing tags. Single .tif file; default LZW compression. Standard for GIS raster.
GeoTIFF نقشے کون استعمال کرتا ہے
GeoTIFF کیسے برآمد کریں
ایکسپورٹ کے بعد کیسے کھولیں
- QGIS (free) — drag the .tif into the program window: the layer lands in place and the projection is detected automatically.
- ArcGIS and Global Mapper — Add Data; the raster attaches as an underlay beneath your vector layers.
- Google Earth Pro — File → Import, choose the GeoTIFF: the map lands on the globe (for heavy files the program will offer to reduce the resolution).
- GDAL — gdalinfo map.tif shows the georeferencing and the projection, and gdalwarp -t_srs EPSG:3857 map.tif out.tif reprojects the raster for a web map.
- Printing — the file is calculated for 300 DPI and goes to print as is; in Photoshop or GIMP do not change the pixel dimensions, otherwise you will lose both quality and the match to the scale.
GeoTIFF میں مقبول نقشے
GeoTIFF (Georeferenced TIFF) نقشہ برآمدات حاصل کریں
OpenStreetMap سے پیشہ ورانہ GeoTIFF نقشے ڈاؤن لوڈ کریں۔ فوری تخلیق، کوئی بھی علاقہ۔
اکثر پوچھے جانے والے سوالات
دیگر فارمیٹس سے موازنہ کریں
متعلقہ فارمیٹس
اکثر ایک ساتھ برآمد کیے جاتے ہیں
Related Articles
Download a GeoTIFF by coordinates: a base map for exactly the area you need
How to download a GeoTIFF map by coordinates: what a georeferenced raster is, how to set the area bounds, choose a coord
guideПочему слой уезжает на сто метров, хотя система координат в файле записана
guideWGS 84, EPSG:4326 and EPSG:3857 — which coordinate system you need
How WGS 84, EPSG:4326 and EPSG:3857 differ in plain words: datum, degrees and web mercator. Why the map drifts and when