https://github.com/egagli/easysnowdata
package for snow science data, providing streamlined access to satellite imagery (Sentinel-1/2, HLS, MODIS, etc), weather station data, climate reanalysis, land cover data, DEMs, and derived snow products as xarray objects.
https://github.com/egagli/easysnowdata
climate easysnowdata modis remote remote-sensing sensing sentinel-1 sentinel-2 snotel snow weather
Last synced: 5 months ago
JSON representation
package for snow science data, providing streamlined access to satellite imagery (Sentinel-1/2, HLS, MODIS, etc), weather station data, climate reanalysis, land cover data, DEMs, and derived snow products as xarray objects.
- Host: GitHub
- URL: https://github.com/egagli/easysnowdata
- Owner: egagli
- License: mit
- Created: 2024-03-05T20:31:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-12T01:14:06.000Z (9 months ago)
- Last Synced: 2025-09-25T15:21:22.976Z (9 months ago)
- Topics: climate, easysnowdata, modis, remote, remote-sensing, sensing, sentinel-1, sentinel-2, snotel, snow, weather
- Language: Python
- Homepage: https://egagli.github.io/easysnowdata/
- Size: 144 MB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
# easysnowdata
[](https://pypi.python.org/pypi/easysnowdata)
[](https://anaconda.org/conda-forge/easysnowdata)
[](https://doi.org/10.5281/zenodo.14741502)
**package to easily get data relevant to snow**
easysnowdata is a package for retrieving all types of data relevant to snow, with an emphasis on minimizing downloads and local computations. Data is primarily ouput in xarray objects. This is a package primarily for personal use, so design decisions made are often tailored to my particular use cases. Feel free to contribute! Package is under heavy construction for the time being.
## gallery

## installation
easysnowdata is available on pypi and conda-forge. you can install easysnowdata with any of the following...
* `pip install easysnowdata`
* `conda install easysnowdata`
* `mamba install easysnowdata`
## examples
[quickstart](https://github.com/egagli/easysnowdata/blob/main/docs/examples/how_easy.ipynb)
[remote_sensing module examples](https://nbviewer.org/github/egagli/easysnowdata/blob/main/docs/examples/remote_sensing_examples.ipynb)
[hydroclimatology module examples](https://github.com/egagli/easysnowdata/blob/main/docs/examples/hydroclimatology_examples.ipynb)
[automatic_weather_stations module examples](https://github.com/egagli/easysnowdata/blob/main/docs/examples/automatic_weather_station_examples.ipynb)
[topography module examples](https://github.com/egagli/easysnowdata/blob/main/docs/examples/topography_examples.ipynb)
[full examples folder](https://github.com/egagli/easysnowdata/tree/main/docs/examples)
## documentation
https://egagli.github.io/easysnowdata
## to do list
- [list of data products to add](https://github.com/egagli/easysnowdata/issues/11)