Results 53 comments of J. Hariharan

Easy fix to be done here, `scipy` is changing where the `distance_transform_edt` function is. ``` from scipy.ndimage.morphology import distance_transform_edt DeprecationWarning: Please use `distance_transform_edt` from the `scipy.ndimage` namespace, the `scipy.ndimage.morphology` namespace...

Thanks for the suggestions @jonschwenk. A version of what I'm aiming to do exists within the [gdal_calc.py](https://github.com/OSGeo/gdal/blob/master/swig/python/gdal-utils/osgeo_utils/gdal_calc.py) script, so I plan to dig through exactly how they accomplish combining rasters...

Exciting @mwort! Looking forward to seeing the individual features as you get a chance to split them out into more bite-sized PRs.

I like the conversation here and agree with it all (I think). As far as what is feasible to get done (vs what is idea), it might be simplest and...

We should remember to try the pypi release at some point, maybe once the code has been styled and linted?

> @elbeejay Thanks! The current documentation seems to be published to [ReadTheDocs](https://docs.readthedocs.io/en/stable/). @bpstewar @andresfchamorro would prefer to keep as is or migrate to GitHub Pages, e.g. [BlackMarblePy](https://worldbank.github.io/blackmarblepy)? Any input here...

Noting that we moved to GitHub Pages in #60.

Closing this now that #67 is closed.

I think this can be merged whenever you are ready @g4brielvs - I will do a second-pass through the tutorials in a separate branch and open a PR for any...

Ready to be merged **after #63**