Closed scottyhq closed 2 years ago
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
The order of notebook execution is not controllable it seems, so 3_common_pitfalls.ipynb
fails b/c it depends on files downloaded in 2_elevation_differencing.ipynb
:
!gdal_translate -tr 3, 3 /tmp/input/QSI_0.5m_GrandMesa13Feb_Winter_DEM.tif ./output/QSI_3m_GrandMesa13Feb_Winter_DEM.tif
🚀 Deployed on https://deploy-preview-79--snowex2022.netlify.app
should greatly spead up CI since notebooks will only be re-executed if they change.