{"id":13706617,"url":"https://github.com/pcraster/pcraster","last_synced_at":"2025-10-21T20:53:29.275Z","repository":{"id":34386132,"uuid":"38312905","full_name":"pcraster/pcraster","owner":"pcraster","description":"Environmental modeling software","archived":false,"fork":false,"pushed_at":"2025-10-20T18:04:51.000Z","size":45109,"stargazers_count":92,"open_issues_count":89,"forks_count":27,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-10-21T20:53:20.461Z","etag":null,"topics":["cpp","earth-science","hydrology","modflow","python","simulation","spatio-temporal-modeling"],"latest_commit_sha":null,"homepage":"http://www.pcraster.eu","language":"C++","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/pcraster.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"COPYING","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-06-30T14:09:52.000Z","updated_at":"2025-10-20T18:04:55.000Z","dependencies_parsed_at":"2023-09-21T19:46:12.845Z","dependency_job_id":"b4c65f02-0d53-4f22-b42f-3fdf07c6fe25","html_url":"https://github.com/pcraster/pcraster","commit_stats":{"total_commits":1026,"total_committers":6,"mean_commits":171.0,"dds":"0.20175438596491224","last_synced_commit":"652a7969a9ed4ff901cb61c72ca4b28cdc5c190f"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/pcraster/pcraster","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcraster%2Fpcraster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcraster%2Fpcraster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcraster%2Fpcraster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcraster%2Fpcraster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pcraster","download_url":"https://codeload.github.com/pcraster/pcraster/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcraster%2Fpcraster/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280333496,"owners_count":26312845,"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-10-21T02:00:06.614Z","response_time":58,"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":["cpp","earth-science","hydrology","modflow","python","simulation","spatio-temporal-modeling"],"created_at":"2024-08-02T22:01:02.361Z","updated_at":"2025-10-21T20:53:29.270Z","avatar_url":"https://github.com/pcraster.png","language":"C++","readme":"# PCRaster\nEnvironmental modelling software\n\nPCRaster is a collection of tools and software libraries tailored to the construction of spatio-temporal environmental models. Application domains are amongst others hydrology (rainfall-runoff, global water balance, groundwater (with Modflow)), ecology, or land use change. Two scripting languages (Python and PCRcalc) include a rich set of spatial operations for manipulating and analysing raster maps. A Python framework supports Monte Carlo simulations and data assimilation (Ensemble Kalman Filter and Particle Filter). The Aguila tool allows for the interactive visualisation of stochastic spatio-temporal data.\n\nYou can find more information about our research and development projects on [our website.](http://computationalgeography.org/) Information on PCRaster is given at the [project website](http://www.pcraster.eu/), and online documentation can be found [here](https://pcraster.geo.uu.nl/pcraster/latest/documentation/index.html). For questions regarding the usage of PCRaster please use our [mailing list](https://lists.geo.uu.nl/mailman/listinfo/pcraster-info), bugs can be reported via our [issue tracker](https://github.com/pcraster/pcraster/issues).\n\nPCRaster is maintained by the [Computational Geography](https://www.computationalgeography.org/) group at [Utrecht University](https://www.uu.nl/en/research/department-of-physical-geography) in The Netherlands.\n\n\n## Installation\n[![Conda Version](https://img.shields.io/conda/vn/conda-forge/pcraster.svg)](https://anaconda.org/conda-forge/pcraster)\n[![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/pcraster.svg)](https://anaconda.org/conda-forge/pcraster)\n[![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/pcraster.svg)](https://anaconda.org/conda-forge/pcraster)\n\nPackages are available for Linux, macOS and Windows via [conda-forge](https://github.com/conda-forge/pcraster-feedstock).\nInstall PCRaster e.g. with:\n\n```bash\nconda install -c conda-forge pcraster\n```\n\nMore information on the installation of PCRaster is given in the [documentation](https://pcraster.geo.uu.nl/pcraster/latest/documentation/pcraster_project/install.html).\n\n## Build status\nCI builds of our current development version:\n\n[![Linux build status](https://github.com/pcraster/pcraster/actions/workflows/dev-linux.yaml/badge.svg)](https://github.com/pcraster/pcraster/actions/workflows/dev-linux.yaml)\n[![macOS build status](https://github.com/pcraster/pcraster/actions/workflows/dev-macos.yaml/badge.svg)](https://github.com/pcraster/pcraster/actions/workflows/dev-macos.yaml)\n[![Windows build status](https://github.com/pcraster/pcraster/actions/workflows/dev-windows.yaml/badge.svg)](https://github.com/pcraster/pcraster/actions/workflows/dev-windows.yaml)\n[![Conda build status](https://github.com/pcraster/pcraster/actions/workflows/dev-conda.yaml/badge.svg)](https://github.com/pcraster/pcraster/actions/workflows/dev-conda.yaml)\n","funding_links":[],"categories":["Natural Resources","C++","Projects"],"sub_categories":["Water Supply and Quality","Research software"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcraster%2Fpcraster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpcraster%2Fpcraster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcraster%2Fpcraster/lists"}