Skip to content

Commit 0d3616e

Browse files
Merge pull request #107 from Urban-Analytics-Technology-Platform/add-readthedocs-config
Add minimal content for landing page
2 parents 3638d73 + 4b075df commit 0d3616e

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docs/index.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
# Popgetter
1+
# About Popgetter
22

3-
Hello World
3+
Popgetter is a collection of tools, designed to make it convenient to download census data from a number of different jurisdictions and coercing the data into common formats. The aim is that city or region scale analysis can be easily replicated for different geographies, using the most detailed, locally available data.
44

5-
This is a landing page for popgetter
5+
The tools are:
66

7-
To be continued...
7+
- **popgetter-core**: The core library, which provides the data structures and functions to manipulate the data. This library is written in Rust and can be used directly in other Rust projects.
8+
- **popgetter-cli**: A command line interface to the core library, which provides a simple way to download and manipulate data.
9+
- **popgetter-py**: A Python wrapper around the core library, which provides a simple way to download and manipulate data in Python.
10+
- **[popgetter-browser](projects/popgetter-browser/)**: A web application to browse the data and metadata.
11+
- **[poppusher](projects/poppusher/)**: A standalone tool to collate the source data into a format ready for use by popgetter.

0 commit comments

Comments
 (0)