-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GeoTIFF Support #134
Comments
An example geotiff sample from Sentinel-2: https://cthulhu.dyn.wildme.io/public/datasets/scout-geotiff-samples/sentinel2.tif GeoTIFF is a TIFF image with additional geospatial metadata embedded. Python code to peek at metadata:
And expected output:
|
@LashaO Is this representative of what we might get from Planet? |
Yes, this should be very close to what we might get from Planet. I will update this thread with Planet samples as soon as I have access to them. Current samples I have from Planet are non-ortho so they include different type of metadata. |
Feature description and context
Wild Me is preparing to use satellite-sourced data in Scout, with GeoTIFF as the download standard from imagery providers. We would like to get GeoTIFF fully supported, including access to the metadata stored in the GeoTIFF image, to ensure that satellite data can be easily imported into Scout.
Feature sign-off requirements
-GeoTIFF imagery can be fully imported into Scout.
-GeoTIFF metadata is stored along with the image in Scout
-GeoTIFF metadata can be programatically accessed during image-related manipulation in the Scout UI, such as reconciling whether GPS points of interest occur within the frame of a GeoTIFF image.
-GeoTIFF metadta can be displayed with an image displayed in Scout.
Design
The text was updated successfully, but these errors were encountered: