Code Monkey home page Code Monkey logo

myschool's Introduction

= Background =

A bunch of data about schools in Australia was released by ACARA on their
www.myschool.edu.au web site. They did not release the raw data, hence I wrote a
scraper and parser to take their data and convert it into a more reusable form.

= Notes =

postcodes.csv came from http://www1.auspost.com.au/download/pc-full.zip

When using the data keep in mind of the footnote for the Student attendance
rate. "For Victorian government schools this data is calculated using Prep to
Year 12 data for the full 2008 year and is not directly comparable to others."

I have provided some tab separated value files of most of the database tables
filled with data. I am under the impression that this is legal as per Telstra 
Corporation Limited v Phone Directories Company Pty Ltd [2010] FCA 44
http://www.austlii.edu.au/au/cases/cth/FCA/2010/44.html

The geolocation may or may not be accurate, the same goes for the rest of the 
data in those data files provided.

= Usage =

1. Create a database and load the schema,

   $ createdb myschool
   $ psql myschool --file schema.sql

2. Fill the postcode database,

   $ ./add_postcodes.pl postcodes.csv
   
3. Run the downloader (consumes a lot of download!)

   $ ./get.pl
   
4. Run the parser, (uses HTML in database, no redownloading. but will try to use
google for geoencoding, unless you comment that out. This process may consume a
lot of RAM.)

   $ ./parser.pl

myschool's People

Contributors

andrewharvey avatar

Watchers

James Cloos avatar Arul M Adaikalam avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.