earthpy
earthpy copied to clipboard
A package built to support working with spatial data using open source python
This PR updates [pre-commit](https://pypi.org/project/pre-commit) from **3.3.3** to **3.6.2**. Changelog ### 3.6.2 ``` ================== Fixes - Fix building golang hooks during `git commit --all`. - 3130 PR by asottile. - 2722...
This PR updates [sphinx-autobuild](https://pypi.org/project/sphinx-autobuild) from **2021.3.14** to **2024.2.4**. Changelog Links - PyPI: https://pypi.org/project/sphinx-autobuild - Changelog: https://data.safetycli.com/changelogs/sphinx-autobuild/
This PR updates [sphinx_rtd_theme](https://pypi.org/project/sphinx_rtd_theme) from **1.2.2** to **2.0.0**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/sphinx-rtd-theme - Repo: https://github.com/readthedocs/sphinx_rtd_theme
This PR updates [sphinx_gallery](https://pypi.org/project/sphinx_gallery) from **0.13.0** to **0.15.0**. Changelog ### 0.15.0 ``` ------- Support for Python 3.7 dropped in this release. Requirement is now Python >=3.8. Pillow added as a...
Apppears
# Addressing #905 Support APPEEARS Downloads ## Description This PR provides an AppeearsDownloader class. Users can instantiate the class with information about the dataset, time period, and spatial extent. The...
Earthpy users need to be able to download and cache data from API links which may have special characters and other qualities not conducive to automatic file name creation. Allow...
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`...
This PR updates [sphinx](https://pypi.org/project/sphinx) from **6.2.1** to **7.2.6**. Changelog ### 7.2.6 ``` ===================================== Bugs fixed ---------- * 11679: Add the :envvar:`!SPHINX_AUTODOC_RELOAD_MODULES` environment variable, which if set reloads modules when using...
Earthpy users need to be able to access a selection of NASA remote sensing data in just one step or two. The [APPEEARS API](https://appeears.earthdatacloud.nasa.gov/) is much easier to use than...
**Describe tImportError Traceback (most recent call last) Cell In[2], line 4 2 import glob 3 import earthpy as et ----> 4 import earthpy.plot as ep 5 import pandas as pd...