Skip to content

Commit

Permalink
Merge pull request #43 from Urban-Analytics-Technology-Platform/updat…
Browse files Browse the repository at this point in the history
…e-popgetter

Update popgetter with subcomponents
  • Loading branch information
sgreenbury authored Dec 5, 2024
2 parents e0ad806 + 0d3b813 commit 7b53ab0
Showing 1 changed file with 8 additions and 4 deletions.
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.

0 comments on commit 7b53ab0

Please sign in to comment.