{"id":13948934,"url":"https://github.com/ECCC-CCCS/geomet-climate","last_synced_at":"2025-07-20T11:30:27.037Z","repository":{"id":33688430,"uuid":"138893532","full_name":"ECCC-CCCS/geomet-climate","owner":"ECCC-CCCS","description":"Geospatial web services for Canadian climate data","archived":false,"fork":false,"pushed_at":"2025-07-11T10:18:09.000Z","size":4715,"stargazers_count":24,"open_issues_count":3,"forks_count":11,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-07-14T05:05:58.585Z","etag":null,"topics":["ahccd","cangrd","cansips","climate","cmip5","downscale"],"latest_commit_sha":null,"homepage":"https://climate-change.canada.ca/climate-data","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ECCC-CCCS.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,"zenodo":null}},"created_at":"2018-06-27T14:33:31.000Z","updated_at":"2025-07-11T10:16:51.000Z","dependencies_parsed_at":"2024-11-06T00:35:22.801Z","dependency_job_id":"bbb86225-7a56-4807-9cb6-3f3f038810c9","html_url":"https://github.com/ECCC-CCCS/geomet-climate","commit_stats":{"total_commits":104,"total_committers":9,"mean_commits":"11.555555555555555","dds":0.5769230769230769,"last_synced_commit":"575acbb4dfe20706479bb34a84d41e2f5218afa6"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/ECCC-CCCS/geomet-climate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ECCC-CCCS%2Fgeomet-climate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ECCC-CCCS%2Fgeomet-climate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ECCC-CCCS%2Fgeomet-climate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ECCC-CCCS%2Fgeomet-climate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ECCC-CCCS","download_url":"https://codeload.github.com/ECCC-CCCS/geomet-climate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ECCC-CCCS%2Fgeomet-climate/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265407674,"owners_count":23760055,"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","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":["ahccd","cangrd","cansips","climate","cmip5","downscale"],"created_at":"2024-08-08T05:01:34.724Z","updated_at":"2025-07-20T11:30:27.018Z","avatar_url":"https://github.com/ECCC-CCCS.png","language":"Python","funding_links":[],"categories":["Climate Change"],"sub_categories":["Climate Data Processing and Analysis"],"readme":"# geomet-climate\n\n[![Build Status](https://github.com/ECCC-CCCS/geomet-climate/workflows/build%20%E2%9A%99%EF%B8%8F/badge.svg)](https://github.com/ECCC-CCCS/geomet-climate/actions)\n\n## Overview\n\ngeomet-climate provides the MapServer setup and configuration for deployment\nof MSC GeoMet climate service data OGC Web Services.\n\n## Installation\n\n### Dependencies\n\n- Python MapScript\n- GDAL Python bindings\n\n### Requirements\n- Python 3\n- [virtualenv](https://virtualenv.pypa.io/)\n\n### Dependencies\nDependencies are listed in [requirements.txt](requirements.txt). Dependencies\nare automatically installed during installation.\n\n### Installing geomet-climate\n```bash\n\n# install system wide packages\nsudo apt-get install python-mapscript python-gdal\n\n# setup virtualenv\nvirtualenv geomet-climate\ncd geomet-climate\n. bin/activate\n\n# clone codebase and install\ngit clone https://github.com/ECCC-CCCS/geomet-climate.git\ncd geomet-climate\npip3 install -r requirements.txt\npip3 install -r requirements-dev.txt\npip3 install -e .\n\n# configure environment\nvi geomet-climate.env  # edit paths accordingly\n. geomet-climate.env\n```\n\n## Running\n\n```bash\n# help\ngeomet-climate --help\n\n# get version\ngeomet-climate --version\n\n# generate VRTs for all layers\ngeomet-climate vrt generate\n\n# generate VRTs for single layer\ngeomet-climate vrt generate --layer=CMIP5.SND.RCP26.FALL.ANO_PCTL50\n\n# generate tileindex for all layers\ngeomet-climate tileindex generate\n\n# generate tileindex for single layer\ngeomet-climate tileindex generate --layer=CMIP5.SND.RCP26.FALL.ANO_PCTL50\n\n# generate legends for all layers\ngeomet-climate legend generate\n\n# generate mapfile for WMS\ngeomet-climate mapfile generate --service=WMS\n\n# generate mapfile for WMS with specific configuration for single layer\ngeomet-climate mapfile generate --service=WMS --layer=CMIP5.SND.RCP26.FALL.ANO_PCTL50\n\n# generate mapfile for WCS\ngeomet-climate mapfile generate --service=WCS\n\n# run server\ngeomet-climate serve  # server runs on port 8099\n\n# run server on a different port\ngeomet-climate serve  --port=8011\n\n# cache WMS and WCS Capabilities URLs\nmapserv -nh QUERY_STRING=\"map=$GEOMET_CLIMATE_BASEDIR/mapfile/geomet-climate-WMS-en.map\u0026service=WMS\u0026version=1.3.0\u0026request=GetCapabilities\" \u003e $GEOMET_CLIMATE_BASEDIR/geomet-climate-WMS-1.3.0-capabilities-en.xml \u0026\u0026 mv -f $GEOMET_CLIMATE_BASEDIR/geomet-climate-WMS-1.3.0-capabilities-en.xml $GEOMET_CLIMATE_BASEDIR/mapfile\n\nmapserv -nh QUERY_STRING=\"map=$GEOMET_CLIMATE_BASEDIR/mapfile/geomet-climate-WMS-fr.map\u0026lang=fr\u0026service=WMS\u0026version=1.3.0\u0026request=GetCapabilities\" \u003e $GEOMET_CLIMATE_BASEDIR/geomet-climate-WMS-1.3.0-capabilities-fr.xml \u0026\u0026 mv -f $GEOMET_CLIMATE_BASEDIR/geomet-climate-WMS-1.3.0-capabilities-fr.xml $GEOMET_CLIMATE_BASEDIR/mapfile\n\nmapserv -nh QUERY_STRING=\"map=$GEOMET_CLIMATE_BASEDIR/mapfile/geomet-climate-WCS-en.map\u0026service=WCS\u0026version=2.1.0\u0026request=GetCapabilities\" \u003e $GEOMET_CLIMATE_BASEDIR/geomet-climate-WCS-2.0.1-capabilities-en.xml \u0026\u0026 mv -f $GEOMET_CLIMATE_BASEDIR/geomet-climate-WCS-2.0.1-capabilities-en.xml $GEOMET_CLIMATE_BASEDIR/mapfile\n\nmapserv -nh QUERY_STRING=\"map=$GEOMET_CLIMATE_BASEDIR/mapfile/geomet-climate-WCS-fr.map\u0026lang=fr\u0026service=WCS\u0026version=2.1.0\u0026request=GetCapabilities\" \u003e $GEOMET_CLIMATE_BASEDIR/geomet-climate-WCS-2.0.1-capabilities-fr.xml \u0026\u0026 mv -f $GEOMET_CLIMATE_BASEDIR/geomet-climate-WCS-2.0.1-capabilities-fr.xml $GEOMET_CLIMATE_BASEDIR/mapfile\n```\n\n## Development\n\n### Running Tests\n\n```bash\n. tests/geomet-climate-test.env\npython3 setup.py test\n```\n\n### Cleaning the build of artifacts\n```bash\npython3 setup.py cleanbuild\n```\n\n## Releasing\n\n```bash\npython3 setup.py sdist bdist_wheel --universal\ntwine upload dist/*\n```\n\n### Code Conventions\n\n* [PEP8](https://www.python.org/dev/peps/pep-0008)\n\n### Bugs and Issues\n\nAll bugs, enhancements and issues are managed on [GitHub](https://github.com/ECCC-CCCS/geomet-climate).\n\n## Contact\n\n* [Tom Kralidis](https://github.com/tomkralidis)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FECCC-CCCS%2Fgeomet-climate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FECCC-CCCS%2Fgeomet-climate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FECCC-CCCS%2Fgeomet-climate/lists"}