Skip to content
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

Maxar imagery dataset #76

Open
adamjstewart opened this issue Aug 6, 2021 · 2 comments
Open

Maxar imagery dataset #76

adamjstewart opened this issue Aug 6, 2021 · 2 comments
Labels
datasets Geospatial or benchmark datasets
Projects

Comments

@adamjstewart
Copy link
Collaborator

https://www.maxar.com/products/satellite-imagery

It seems like the imagery isn't free/open-source, but they do have samples we could use to write a data loader: https://resources.maxar.com/product-samples

@adamjstewart adamjstewart added the datasets Geospatial or benchmark datasets label Aug 6, 2021
@adamjstewart adamjstewart added this to To do in GeoDataset via automation Aug 6, 2021
@calebrob6
Copy link
Member

For anyone who works on this:

A good starting point is the System-Ready Stereo (1B), 8-band bundle, 50 cm | Rio de Janeiro, Brazil. The zip file download contains a "normal" Maxar scene with a directory structure as following

  • ./056078906040/
    • I think this should be the root directory passed to the dataset class
  • ./056078906040/056078906040_01_P001_PAN/
    • Contains the panchromatic bands broken up spatially into 1 or more TIF (and accompanying) files called "looks"
  • ./056078906040/056078906040_01_P001_MUL/
    • Similar to the panchromatic directory, contains the multispectral bands broken up spatially into 1 or more TIF (and accompanying) files called "looks"

I also think the dataset object should parse the XML files in the _PAN and _MUL subdirectories to get information about the scene (off nadir angle, processing level, estimated cloud coverage, etc.).

Finally, it doesn't look like the TIFs are tiled by default, which will make windowed reading extremely slow. Users should be warned to convert the TIFs to COGs before making a dataset with them (e.g. if they create the Dataset with non-tiled TIFs maybe we should throw a warning).

@adamjstewart
Copy link
Collaborator Author

We may want to add a warning message for any raster file that isn't a COG, that should be easy to do. Is there a similar cloud-optimized file format for vector files, or are shapefiles the best we can do?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datasets Geospatial or benchmark datasets
Projects
No open projects
GeoDataset
  
To do
Development

No branches or pull requests

2 participants