



6/30/23
    Im getting an error similar to this, so use the uhi_env2 not uhi_env
    https://github.com/rasterio/rasterio/issues/2152



---------------------



"""
notes from saeed
so the first date in the tileID are the date of Landsat data acquisition and the second date is the processing date of ARD
LE07_CU_011007_20180211_20200615_C01_V1
The bold one is what you need when trying to find tiles for a specific year
"""


general transfer
    SSH rhussain@IGSKMNCNLXVS160
    rsync --info=progress2 -r /caldera/projects/usgs/eros/urban_heat_islands/atlanta/ATL /netapp/lsrdfs1/UHI/data/sept24th_run_8hrs_optimization/


--------------

conda install gdal
conda install scipy

requests
joblib

numpy

--------------

cant install gdal from a wheel on denali it looks like
    you have to do conda install gdal

conda info --envs
source activate uhi_env
---------------------