AKST / Australian-Address-Boundaries-Land-Property-Price-Database

This is a database of geographic boundaries, addresses as well as land and property data (mostly NSW).
MIT License
2 stars 0 forks source link

Read me

Significantly lower the barrier to working with NSW geographic, planning, land and property data.

Getting Started

  1. Install and start docker.
  2. Create your virtual environment and then install
  3. Install the dependencies
    # I'm sorry I know there are more modern ways of
    # handling dependencies in python but I haven't
    # gotten around to learning them yet.
    pip install -r requirements.txt
  4. Run the following within the virtual env
    python -m lib.tasks.ingest --instance 1

It may take an hour or so, but you'll see logs as you go.

Connecting to the database

You will find the credentials to local instance of the database here.

Data Sources

Disclaimer

Please respect the respective terms of use of the different dataset provided.

Especially once you either publish visualisations using the data or start using it for business reasons, you should understand what the terms of use are.

Contributing

General Structure

Tests

./scripts/check_tests.sh

Types

./scripts/check_types.sh

Questions

What are the note books starting with pg_

Those are mostly for experimenting, in particular experimenting with data to find how to best ingest it into the database, or figuring out how the general data structure and how to use that data.