{"id":31801269,"url":"https://github.com/maprva/georeference-tool","last_synced_at":"2025-10-10T23:58:24.336Z","repository":{"id":314060241,"uuid":"1052911963","full_name":"MapRVA/georeference-tool","owner":"MapRVA","description":"A Django web application for georeferencing historical images","archived":false,"fork":false,"pushed_at":"2025-10-06T07:14:58.000Z","size":933,"stargazers_count":4,"open_issues_count":4,"forks_count":2,"subscribers_count":1,"default_branch":"trunk","last_synced_at":"2025-10-06T09:31:42.978Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://georeference.maprva.org","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MapRVA.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2025-09-08T18:09:38.000Z","updated_at":"2025-10-06T07:15:03.000Z","dependencies_parsed_at":"2025-09-10T11:17:23.036Z","dependency_job_id":"cc8f296a-81b3-4190-9797-7fe0d317bb6f","html_url":"https://github.com/MapRVA/georeference-tool","commit_stats":null,"previous_names":["maprva/georeference-tool"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MapRVA/georeference-tool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MapRVA%2Fgeoreference-tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MapRVA%2Fgeoreference-tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MapRVA%2Fgeoreference-tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MapRVA%2Fgeoreference-tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MapRVA","download_url":"https://codeload.github.com/MapRVA/georeference-tool/tar.gz/refs/heads/trunk","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MapRVA%2Fgeoreference-tool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005575,"owners_count":26083921,"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-10T02:00:06.843Z","response_time":62,"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":"2025-10-10T23:58:23.280Z","updated_at":"2025-10-10T23:58:24.331Z","avatar_url":"https://github.com/MapRVA.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Georeference Tool\n\nA Django web application for georeferencing historical images.\n\n## Local development\n\nTo run georeference-tool locally, you need [`uv`](https://docs.astral.sh/uv/) and a PostgreSQL\ndatabase with pgvector and postgis.\n\n### Run Database\n\nThe recommended way to run your database is using podman and\n[MapRVA/cnpg-postgis-pgvector](https://github.com/MapRVA/cnpg-postgis-pgvector).\n\n```\npodman run -d --replace --name georef-postgres -e POSTGRES_DB=georef -e POSTGRES_USER=django_user -e POSTGRES_PASSWORD=dev_password -p 5432:5432 ghcr.io/maprva/postgis-pgvector-local:latest\n```\n\n### Set up environment variables\n\nSetup the following env vars:\n\n```\nexport LOCAL_DEV=1\nexport ALLOW_HARDCODED_ADMIN=1\nexport DJANGO_DEBUG=1\nexport PG_DBNAME=georef\nexport PG_USER=django_user\nexport PG_PASSWORD=dev_password\nexport PG_HOST=localhost\nexport PG_PORT=5432\nexport PG_SSL_MODE=disable\n```\n\n### Install dependencies\n```\nuv sync\n```\n\n### Apply migrations\n\n```\nuv run manage.py migrate\n```\n\n### Run the dev server!\n\n```\nuv run manage.py runserver\n```\n\n### Load a collection\n\n```\nuv run scripts/importers/library_of_virginia.py --area A\n```\n\n### Admin creds\n\nYou can login to `/admin` with the username \u0026 password: `admin`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaprva%2Fgeoreference-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaprva%2Fgeoreference-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaprva%2Fgeoreference-tool/lists"}