Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions src/content/project/popgetter.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: "Popgetter"
description: "Get all the census you need or want using popgetter"
image:
url: "/images/popgetter.png"
alt: "Screenshot showing the demoland application"
alt: "Screenshot showing the Popgetter application"
tags: ["data", "census"]
github: "https://github.com/dabreegster/popgetter"
link: "https://github.com/dabreegster/popgetter"
github: "https://github.com/Urban-Analytics-Technology-Platform/poppusher"
link: "https://urban-analytics-technology-platform.github.io/popgetter-browser/"
tier: 1
team:
- dustin_carlino
Expand All @@ -16,4 +16,8 @@ team:
- sam_greenbury
---

A Project that helps us extract data from various different country census
A project that helps us extract population data from different country's censuses. Popgetter is split over several related subcomponents:

- [Poppusher](https://github.com/Urban-Analytics-Technology-Platform/poppusher/): a data pipeline using Dagster for processing and uploading metadata, metrics and geometries in standardized formats (see [documentation](https://poppusher.readthedocs.io/en/latest/) for more details).
- [Popgetter](https://github.com/Urban-Analytics-Technology-Platform/popgetter-cli/): CLI and Python interfaces using a core Rust library for searching metadata and downloading metrics and geometries.
- [Popgetter browser](https://github.com/Urban-Analytics-Technology-Platform/popgetter-browser/): a Svelte web app for searching, visualising and downloading data.
Loading