Leah Wasser

Results 119 issues of Leah Wasser

``` Requirement already satisfied: requests in c:\hostedtoolcache\windows\python\3.8.6\x64\lib\site-packages (from earthpy==0.9.2) (2.25.0) Collecting geopandas Downloading geopandas-0.8.1-py2.py3-none-any.whl (962 kB) Collecting fiona Downloading Fiona-1.8.18.tar.gz (1.3 MB) ERROR: Command errored out with exit status 1:...

## Fix Download fixes Now that we have fixed a bug in earthpy let's fix the online lessons that downloaded those files with quotes in the name. ****************************** - [...

Right now plot_bands returns only the axis object. this makes it difficult to add things like suptitles to a plot. We should consider one of the following 1. add suptitle...

it would be nice to have a function to quickly pulled summary stats from a numpy array. let's explore this.

enhancement

It's trying to run get_array on the figure but that doesn't return anything because it's a vector plot. ... ``` import earthpy.plot as ep country_data_url = "https://www.naturalearthdata.com/http//www.naturalearthdata.com/download/50m/cultural/ne_50m_admin_0_countries.zip" et.data.get_data(url=country_data_url) # Create...

enhancement

Essentially this vignette is a single overview of stack and crop_image. It's missing a clean description of stack and how stack works with the parameter options. It's also missing crop_all....

documentation

Right now you need to use core MPL to create a custom legend with earthpy. it would be much nicer if you could simply call a custom legend from within...

enhancement

**Describe the bug** Currently i would expect get_data to download the data folder in the given path. However, instead it placed the data in the given path in an `earthpy-downloads`...

Following @mbjoseph comment in [this pr](https://github.com/earthlab/earthpy/pull/197) ``` Super minor thing but do we want to adhere to PEP 257 for multiline docstrings? https://www.python.org/dev/peps/pep-0257/#multi-line-docstrings I'm thinking specifically about this bit: Multi-line...

documentation

Do we want maintainers?? # Maintainers: * Leah * Joe * max * jenny Currently the list of contributors is out of date. We could parse the git logs (carpentries...

documentation