module documentation

GeoTIFF utilities.

Copyright 2017-2025, Voxel51, Inc.

Class GeoTIFFDatasetImporter Importer for a directory of GeoTIFF images with geolocation data.
Function get_geolocation Retrieves the geolocation information from the given GeoTIFF image.
Variable pyproj Undocumented
Variable rasterio Undocumented
def get_geolocation(image_path): (source)

Retrieves the geolocation information from the given GeoTIFF image.

The returned fiftyone.core.labels.GeoLocation will contain the lon/lat coordinates of the center of the image in its point attribute and the coordinates of its corners (clockwise, starting from the top-left) in its polygon attribute.

Parameters
image_paththe path to the GeoTIFF image
Returns
a fiftyone.core.labels.GeoLocation

Undocumented

rasterio = (source)

Undocumented