Nathan Korinek
Nathan Korinek
The vignettes need to use rioxarray to reflect the way that we use our package more accurately.
Long overdue update to dependencies EarthPy runs on
When using the `stretch` parameter of earthpy's `plot_rgb` function, the resulting image is not what is expected. It's supposed to be the original array with the values stretched to show...
When downloading from a `url` with `et.data.get_data()`, there is a bug where the file will not be named correctly occasionally. For example, when downloading from `https://ndownloader.figshare.com/files/12767966`, we would expect the...
The new `es.check_crs` function needs testing to check that it works with hierarchical data consistently. Would also be good if the function was able to take a url and get...
closes #557 Updated the `ep.colorbar` function to work with GeoDataFrame plots. This was a bit tricky, and I'm not sure this is the exact way we want to implement this,...
Hey! After struggling to install ruby (again), I figured I should document all the issues I've run into installing ruby and add it to our README. Having done this on...
Added the argument `file_name` that can be used with custom url downloads in `earthpy.data.get_data()`. Allows users to change the name of the final file downloaded. Can't be used with `key`...
Need to make `EarthPy` compatible with newer versions of `matplotlib`, an error saying `cannot import _api from matplotlib` occurs when using a version of `matplotlib` newer then `3.1.3`
Adding github tests using monkey patching / fake_process to simulate github api behavior.