-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Search
Currently we're using https://pypi.org/project/maxar-platform/ to search for Maxar Stereo data (https://developers.maxar.com/docs/developer-tools/python-sdk). It can do lots of other things too such as order data if you have a funded MGP Pro account https://pro.maxar.com/. I think anyone can register for a free account to at least perform searches?
Recently, NASA CSDA also started allowing NASA-researchers access to a subset of Maxar data (https://www.earthdata.nasa.gov/about/csda/commercial-datasets), which once you've signed all the licensing agreements, you can search via CMR https://search.earthdata.nasa.gov/search?q=CSDA . So perhaps we add that as a search option or document a means to check if a Maxar scene ID is in the CSDA holdings?
I'd really like to add an example to the docs of finding a cloud-free pair & downloading required data to pass off to ASP (preferably open-access or available via CSDA, and could be anywhere but preferably at a STV-priority site)
I know there are other open sources of Maxar Stereo data floating around (something from https://spacenet.ai/)?
Processing
It will also be good to add a bare-bones example of executing ASP to generate a DEM from the stereo pair above @ShashankBice does such an example exist? Perhaps that should actually https://github.com/uw-cryo/asp_tutorials :) But we should link to ASP Docs and other important references.