{"id":16802731,"url":"https://github.com/mathause/weatherathome","last_synced_at":"2025-09-10T23:46:46.303Z","repository":{"id":88506842,"uuid":"69558368","full_name":"mathause/weatherathome","owner":"mathause","description":"weatherathome functionality","archived":false,"fork":false,"pushed_at":"2019-06-06T13:47:57.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T09:47:01.943Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/mathause.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-09-29T10:47:00.000Z","updated_at":"2020-12-22T22:40:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"c2fd9c55-a7af-47af-a6c9-859da9ec4cb1","html_url":"https://github.com/mathause/weatherathome","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"6174fc696fba9ec1ece849895fad3acd8b6cab75"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mathause/weatherathome","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathause%2Fweatherathome","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathause%2Fweatherathome/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathause%2Fweatherathome/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathause%2Fweatherathome/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mathause","download_url":"https://codeload.github.com/mathause/weatherathome/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathause%2Fweatherathome/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274549639,"owners_count":25306359,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-10T02:00:12.551Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-13T09:40:30.545Z","updated_at":"2025-09-10T23:46:46.288Z","avatar_url":"https://github.com/mathause.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# weather at home\n\nweatherathome functionality\n\n## Usage\n\nUnzip folders\n\n```python\nimport weatherathome as wah\n# unzip month_index 7 (= June) monthly regional file\nwah.unzip('/path/w_at_h/hadam3p_eu_2014', '*_7.zip', '*ga.pe*')\n```\n\nObtain list of available folders\n```python\nimport weatherathome as wah\nimport xarray as xr\n# read all simulations months\nw = wah.wah('/path/w_at_h/hadam3p_eu/hadam3p_eu_*[!zip]')\n\n# subset\nws = w.select(year=2014, month=slice(6, 8))\n\numid_unique = ws.UMID_number_unique\n\n# load simulation per umid\nfor ui in umid_unique:\n    ds = ws.load_regional_monthly('precipitation_flux', UMID_number=ui)\n    # concatenate in time\n    ds = xr.concat(ds, dim='time1')\n    \n    # postprocess ...\n    \n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathause%2Fweatherathome","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathause%2Fweatherathome","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathause%2Fweatherathome/lists"}