Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.03 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.03 KB

Brisbane Suburbs Anki Deck

A map of brisbane, but the central suburb (which is obviously the Brisbane CBD) is covered with a white shape. The bottom of the image is labelled "Brisbane City" which is the official name of the locality.

Introduction

I've lived in Brisbane my whole life, and I don't know all the suburbs. That's because there are 190 of them. Anki cards are a good strategy for remember a whole lot of useless information, so I figured I'd automate the creation of a desk of Anki cards for each locality (informally known as suburbs) in Brisbane, in an attempt to remember them.

Creating the Deck

# Install the repo
pip install -e.

# Create the deck
create-deck

Where did you get the data?

Well the locality_boundaries.kmz file in this repo was downloaded from here, and selecting the kmz option. I unzipped this and extracted the kml file which is what I use in the code.