module documentation
GeoTIFF utilities.
Class |
|
Importer for a directory of GeoTIFF images with geolocation data. |
Function | get |
Retrieves the geolocation information from the given GeoTIFF image. |
Variable | pyproj |
Undocumented |
Variable | rasterio |
Undocumented |
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 | the path to the GeoTIFF image |
Returns | |
a fiftyone.core.labels.GeoLocation |