{"id":22413794,"url":"https://github.com/jsta/natcap-invest-docker","last_synced_at":"2026-02-03T10:32:52.122Z","repository":{"id":88675623,"uuid":"324000544","full_name":"jsta/natcap-invest-docker","owner":"jsta","description":"Docker wrapper around NatCap's InVEST","archived":false,"fork":false,"pushed_at":"2022-04-22T21:05:08.000Z","size":40,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-25T06:02:54.283Z","etag":null,"topics":["docker"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/repository/docker/jsta/natcap-invest-docker/general","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jsta.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":"2020-12-23T20:59:48.000Z","updated_at":"2022-05-05T19:40:20.000Z","dependencies_parsed_at":"2023-03-13T18:19:31.601Z","dependency_job_id":null,"html_url":"https://github.com/jsta/natcap-invest-docker","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jsta/natcap-invest-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsta%2Fnatcap-invest-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsta%2Fnatcap-invest-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsta%2Fnatcap-invest-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsta%2Fnatcap-invest-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsta","download_url":"https://codeload.github.com/jsta/natcap-invest-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsta%2Fnatcap-invest-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29041391,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T10:09:22.136Z","status":"ssl_error","status_checked_at":"2026-02-03T10:09:16.814Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["docker"],"created_at":"2024-12-05T14:14:35.818Z","updated_at":"2026-02-03T10:32:52.104Z","avatar_url":"https://github.com/jsta.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Docker Build](https://img.shields.io/static/v1?label=Docker%20Image\u0026message=jsta/natcap-invest-docker\u0026color=blue)](https://hub.docker.com/r/jsta/natcap-invest-docker)\n\nThis repo is a docker wrapper around NatCap's InVEST:\nhttps://github.com/natcap/invest\n\nCurrently the focus is on running the NDR model but it could easily be\nadapted to run any of the other models.\n\n## Pulling the image\n\n```bash\ndocker pull jsta/natcap-invest-docker:latest\n```\n\n## Running the image\n\nThe image is built and deployed on DockerHub so you *don't* need to clone this\nrepo to run it. You only need to clone if you're going to do some development.\n\nThe image contains all the data it needs to run the NDR model, we just\nwant to mount a volume so we can get the results on the host.\n\n```bash\nmkdir /tmp/output\n# it takes less than 2 minutes to run usually\ndocker run \\\n --rm \\\n -it \\\n -v /tmp/output:/workspace \\\n jsta/natcap-invest-docker:latest\n\nsudo chown -R `id -u` /tmp/output\n# now browse to /tmp/output to see the output files\n```\n\n## Changelog\n\n### 0.0.1\n\n - cloned from https://github.com/ternandsparrow/natcap-invest-docker\n\n - updated to use the NDR model\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsta%2Fnatcap-invest-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsta%2Fnatcap-invest-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsta%2Fnatcap-invest-docker/lists"}