{"id":37067216,"url":"https://github.com/egagli/easysnowdata","last_synced_at":"2026-01-14T07:53:24.930Z","repository":{"id":226092716,"uuid":"767745444","full_name":"egagli/easysnowdata","owner":"egagli","description":"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. ","archived":false,"fork":false,"pushed_at":"2025-09-12T01:14:06.000Z","size":150874,"stargazers_count":11,"open_issues_count":7,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-09-25T15:21:22.976Z","etag":null,"topics":["climate","easysnowdata","modis","remote","remote-sensing","sensing","sentinel-1","sentinel-2","snotel","snow","weather"],"latest_commit_sha":null,"homepage":"https://egagli.github.io/easysnowdata/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/egagli.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-05T20:31:49.000Z","updated_at":"2025-09-12T01:12:18.000Z","dependencies_parsed_at":"2024-04-15T01:55:13.744Z","dependency_job_id":"d8cc5762-06ca-4294-b815-b3c31d171b79","html_url":"https://github.com/egagli/easysnowdata","commit_stats":null,"previous_names":["egagli/easysnowdata"],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/egagli/easysnowdata","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egagli%2Feasysnowdata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egagli%2Feasysnowdata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egagli%2Feasysnowdata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egagli%2Feasysnowdata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/egagli","download_url":"https://codeload.github.com/egagli/easysnowdata/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egagli%2Feasysnowdata/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28413516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T05:26:33.345Z","status":"ssl_error","status_checked_at":"2026-01-14T05:21:57.251Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["climate","easysnowdata","modis","remote","remote-sensing","sensing","sentinel-1","sentinel-2","snotel","snow","weather"],"created_at":"2026-01-14T07:53:24.219Z","updated_at":"2026-01-14T07:53:24.925Z","avatar_url":"https://github.com/egagli.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# easysnowdata\n\n\n[![image](https://img.shields.io/pypi/v/easysnowdata.svg)](https://pypi.python.org/pypi/easysnowdata)\n[![image](https://img.shields.io/conda/vn/conda-forge/easysnowdata.svg)](https://anaconda.org/conda-forge/easysnowdata)\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14741502.svg)](https://doi.org/10.5281/zenodo.14741502)\n\n\n**package to easily get data relevant to snow**\n\neasysnowdata 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.\n\n## gallery\n![easysnowdata](https://github.com/user-attachments/assets/5b2c83a4-b732-4c35-86fd-1bccb954c286)\n\n## installation\neasysnowdata is available on pypi and conda-forge. you can install easysnowdata with any of the following...\n\n*  `pip install easysnowdata`     \n*  `conda install easysnowdata`    \n*  `mamba install easysnowdata`\n\n## examples\n\n[quickstart](https://github.com/egagli/easysnowdata/blob/main/docs/examples/how_easy.ipynb)\n\n[remote_sensing module examples](https://nbviewer.org/github/egagli/easysnowdata/blob/main/docs/examples/remote_sensing_examples.ipynb)\n\n[hydroclimatology module examples](https://github.com/egagli/easysnowdata/blob/main/docs/examples/hydroclimatology_examples.ipynb)\n\n[automatic_weather_stations module examples](https://github.com/egagli/easysnowdata/blob/main/docs/examples/automatic_weather_station_examples.ipynb)\n\n[topography module examples](https://github.com/egagli/easysnowdata/blob/main/docs/examples/topography_examples.ipynb)\n\n[full examples folder](https://github.com/egagli/easysnowdata/tree/main/docs/examples)\n\n## documentation \nhttps://egagli.github.io/easysnowdata\n    \n\n## to do list\n\n-   [list of data products to add](https://github.com/egagli/easysnowdata/issues/11)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegagli%2Feasysnowdata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fegagli%2Feasysnowdata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegagli%2Feasysnowdata/lists"}