snowex_db.conversions module

snowex_db.conversions module#

Module contains all conversions used for manipulating data. This includes: filetypes, datatypes, etc. Many tools here will be useful for most end users of the database.

snowex_db.conversions.INSAR_to_rasterio(grd_file, desc, out_file)[source]#

Reads in the UAVSAR interferometry file and saves the real and complex value and writes them to GeoTiffs. Requires a .ann file in the same directory to describe the data.

Args:

grd_file: File containing the UAVsAR data desc: dictionary of the annotation file. out_file: Directory to output the converted files