mapping.news is a project designed to explore geospatial information in local journalism.
we use bun for JS package version management and Poetry for the same in Python.
bun installbrew install pipx
pipx install poetry
poetry installyou can then run the program as needed
# parse feeds and update the database
poetry run python actions/feedParser.py
# run in dry-run mode (no database writes)
poetry run python actions/feedParser.py --dry-run
# sync cache with database (use with caution)
poetry run python actions/feedParser.py --sync-db
# validate cache against database
poetry run python actions/validateCache.py
# validate cache with detailed output
poetry run python actions/validateCache.py --verbose
# reconcile cache with database
poetry run python actions/validateCache.py --reconcileand to start the frontend server
bun run devread more on the about page for the project.
contact info is available on the about page for the project.
read more on the about page for the project.