load_dem_rsc[source]

load_dem_rsc(filename, lower=False, **kwargs)

Loads and parses the .dem.rsc file Args: filename (str) path to either the .dem or .dem.rsc file. Function will add .rsc to path if passed .dem file lower (bool): make keys of the dict lowercase Returns: dict: dem.rsc file parsed out, keys are all caps example file: WIDTH 10801 FILE_LENGTH 7201 X_FIRST -157.0 Y_FIRST 21.0 X_STEP 0.000277777777 Y_STEP -0.000277777777 X_UNIT degrees Y_UNIT degrees Z_OFFSET 0 Z_SCALE 1 PROJECTION LL

load_interferogram[source]

load_interferogram(filename, dtype=complex64, columns=None, rsc_file=None, band=1)

Load binary complex interferogram file.

Can either pass the number of columns, or a .rsc file with metadata

load_gdal[source]

load_gdal(filename, band=1)

If not loading a binary .int file, try using GDAL