MetadataGeoTIFF
In [1]:
Copied!
#!pip install fakemap
#!pip install fakemap
In [2]:
Copied!
import fakemap
import fakemap
In [3]:
Copied!
fakemap.print_geotiff_metadata("Sample/KnoxvilleTest.tif")
fakemap.print_geotiff_metadata("Sample/KnoxvilleTest.tif")
Metadata for GeoTIFF file: Sample/KnoxvilleTest.tif
Width: 7851
Height: 7971
Number of bands: 3
Data type: uint8
Coordinate reference system: EPSG:32617
Transform:
| 30.00, 0.00, 117285.00|
| 0.00,-30.00, 4111815.00|
| 0.00, 0.00, 1.00|
Bounds: BoundingBox(left=117285.0, bottom=3872685.0, right=352815.0, top=4111815.0)
Metadata: {'driver': 'GTiff', 'dtype': 'uint8', 'nodata': None, 'width': 7851, 'height': 7971, 'count': 3, 'crs': CRS.from_epsg(32617), 'transform': Affine(30.0, 0.0, 117285.0,
0.0, -30.0, 4111815.0)}
Last update:
2023-05-11