This set of codes I use for help with InSAR (mostly Sentinel-1) data analysis. Its functionality includes searching the Sentinel-1 archive, downloading data, reading many formats of InSAR, and basic math tools in pure Python. I deprecated the SBAS and stack processing with GMTSAR.
cubbie
stands for "CU Boulder Big InSAR Exchange" library, a name it one day may live up to.
Disclaimer: For time series, just use MintPy instead!
I still use this library for basic things like searching the Sentinel-1 archive, reading GMTSAR and ISCE files into Python, and maybe doing a simple average, but for my future time series needs, I intend to switch to MintPy.
- The scripts in
Data_Search_and_Download/
will search through SentinelHub for Sentinel-1 images and make maps of footprints and timing. - You will eventually be able to download all your search results too.
- SciHub is deprecated as of October 2023. January 2024: I switched the internals to ASF API.
- You will need a Copernicus login, a Copernicus access token, and an ASF EarthData login to fully use these search and download features.
An example usage of the scripts to search the Sentinel-1 database is given here. The directory containing these scripts (Data_Search_and_Download/
) must be on your path. Type the name of any program by itself (with no arguments) to see a help menu. If you want to download the .SAFE folders (work in progress), you should have an ASF login.
s1_search_asf.py
s1_search_asf.py -s 2014-01-01 -e 2024-02-01 -c=" -122.6/38.1"