bminchew / uavsar_webpy

Simple tools for downloading UAVSAR data from the Alaska Satellite Facility

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uavsar-webpy

uavsar-webpy module contains a few simple tools to download UAVSAR data from ASF. Some examples are included below.

Website

Link

Install

python setup.py install [--prefix=/path/to/pybuild/uavsar-webpy]

Requirements

Options

For convenience, create a text file $HOME/.dathack.d whose first line reads: uavsarhttp:username:password (replace fields username and password accordingly) (if you're concerned about privacy run: chmod a-rxw .dathack.d; chmod u+r .dathack.d ) If $HOME/.dathack.d is not found or if line uavsarhttp:username:password is not present, the routine will prompt the user for the username and password

Examples

Copy the data link from the UAVSAR website (http://uavsar.jpl.nasa.gov)

  1. Download all PolSAR products in radar coordinates for SanAnd_08503_10084_002_101201_L090_CX_01

run: uavsar_polsar_download.py http://uavsar.asfdaac.alaska.edu/UA_SanAnd_08503_10071_003_100928_L090_CX_01/SanAnd_08503_10071_003_100928_L090HHHH_CX_01.mlc

  1. Download only HHHH data in both radar and ground range coordinates for the same data set

run: uavsar_polsar_download.py http://uavsar.asfdaac.alaska.edu/UA_SanAnd_08503_10071_003_100928_L090_CX_01/SanAnd_08503_10071_003_100928_L090HHHH_CX_01.mlc mlc,grd hhhh

  1. Download all RPI products in slant range coordinates for SanAnd_08503_09083-008_10027-003_0174d_s01_L090_01

run: uavsar_insar_download.py http://uavsar.asfdaac.alaska.edu/UA_SanAnd_08503_09083-008_10027-003_0174d_s01_L090_01/SanAnd_08503_09083-008_10027-003_0174d_s01_L090HH_01.int

  1. Download unwrapped interferograms and correlation files in slant and ground range coordinates for SanAnd_08503_09083-008_10027-003_0174d_s01_L090_01

run: uavsar_insar_download.py http://uavsar.asfdaac.alaska.edu/UA_SanAnd_08503_09083-008_10027-003_0174d_s01_L090_01/SanAnd_08503_09083-008_10027-003_0174d_s01_L090HH_01.int int,cor rdr,grd

About

Simple tools for downloading UAVSAR data from the Alaska Satellite Facility

License:GNU General Public License v3.0


Languages

Language:Python 55.3%Language:JavaScript 35.8%Language:CSS 8.9%