{"id":40405690,"url":"https://github.com/psu-oit-arc/aol-backend","last_synced_at":"2026-01-20T13:38:47.115Z","repository":{"id":10473668,"uuid":"12649667","full_name":"PSU-OIT-ARC/aol-backend","owner":"PSU-OIT-ARC","description":"The backend API which supports the Atlas of Oregon Lakes","archived":false,"fork":false,"pushed_at":"2024-02-17T00:53:08.000Z","size":5674,"stargazers_count":0,"open_issues_count":12,"forks_count":6,"subscribers_count":13,"default_branch":"main","last_synced_at":"2026-01-14T03:59:16.928Z","etag":null,"topics":["bathymetry","geology","lakes","oregon"],"latest_commit_sha":null,"homepage":"https://aol-backend.wdt.pdx.edu","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"louischatriot/nedb","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PSU-OIT-ARC.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2013-09-06T17:06:16.000Z","updated_at":"2024-04-09T19:22:23.000Z","dependencies_parsed_at":"2024-01-12T15:48:49.938Z","dependency_job_id":"35b061f9-0e7a-44b3-85e0-34f8820aca8b","html_url":"https://github.com/PSU-OIT-ARC/aol-backend","commit_stats":{"total_commits":387,"total_committers":7,"mean_commits":"55.285714285714285","dds":0.5012919896640826,"last_synced_commit":"898d1ea644a3f94df47ef436127b6308c43fa697"},"previous_names":["psu-oit-arc/aol"],"tags_count":33,"template":false,"template_full_name":null,"purl":"pkg:github/PSU-OIT-ARC/aol-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PSU-OIT-ARC%2Faol-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PSU-OIT-ARC%2Faol-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PSU-OIT-ARC%2Faol-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PSU-OIT-ARC%2Faol-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PSU-OIT-ARC","download_url":"https://codeload.github.com/PSU-OIT-ARC/aol-backend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PSU-OIT-ARC%2Faol-backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28603901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T12:01:53.233Z","status":"ssl_error","status_checked_at":"2026-01-20T12:01:46.545Z","response_time":117,"last_error":"SSL_read: 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":["bathymetry","geology","lakes","oregon"],"created_at":"2026-01-20T13:38:47.039Z","updated_at":"2026-01-20T13:38:47.100Z","avatar_url":"https://github.com/PSU-OIT-ARC.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Atlas of Oregon Lakes\n\n## Technology stack\n\n- PostgreSQL 11\n- PostGIS 2.5\n- Python 3.11\n- Django 3.2.x\n- ArcGIS (Cloud/SaaS)\n\n## Getting started\n\nTo prepare the database you may use, e.g., the `import_database` command to install a copy of production data.\n\nTo use the provided Docker container definitions:\n\n    docker compose up -d\n\nTo authenticate with the provided default user:\n\n    username: foobar@example.com\n    password: foobar\n\n## Deploying\n\nThis project using the Emcee tooling to define and orchestrate resource provisioning and deployment.\nSee the AWS cloudformation templates in `cloudformation` and the command definitions in `commands.py`\nfor more information.\n\n## General notes\n\nIt's very important to create an index like this:\n\n    CREATE INDEX observation_gist\n    ON observation\n    USING GIST (ST_BUFFER(ST_TRANSFORM(the_geom, 3644), 10));\n\nThis allows you to do intersection queries like:\n\n    ST_BUFFER(ST_TRANSFORM(the_geom, 3644), 10) \u0026\u0026 (SELECT the_geom FROM lake_geom WHERE reachcode = %s)\n\nwith *very* good performance. The magic '10' is arbitrary, but you should keep this consistent with\nDISTANCE_FROM_ITEM in lakes.models.\n\nWe **cannot** do this in a migration unfortunately, since the observation table is part of a different application/schema\n\nSome custom migrations exist that add fields (like an hstore), and setup stored procs and triggers. So don't go blindly deleting them.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsu-oit-arc%2Faol-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsu-oit-arc%2Faol-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsu-oit-arc%2Faol-backend/lists"}