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
1 stars 0 forks source link

Finish Property Sales parser #1

Closed AKST closed 1 month ago

AKST commented 2 months ago

Some of the data between June & October in 2001 is inconsistently formatted within the same file. So

Atm it's currently being ignored, and it may be more than just D and C rows, I don't really recall.

https://github.com/AKST/Australian-Address-Boundaries-Land-Property-Price-Database/blob/0d7b83cd848593c378688c105ca96eac8eb14c04/lib/nsw_vg/property_sale_parser.py#L84-L85

Soultion

The least disruptive method of updating this is better identifying the start and end of rows. Something:

I tried something like this earlier but it didn't work.