Script comments for OS data extract

This commit is contained in:
Tom Russell 2018-05-30 14:31:23 +01:00
parent 4907075afb
commit 7c97aba950
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,10 @@
"""Extract address points from CSV in *.zip
Relevant CSV columns::
0 - UPRN
1 - TOID (may not match given version of OS MasterMap)
16 - OSGB Easting
17 - OSGB Northing
18 - Latitude
19 - Longitude
"""

7
etl/extract_mastermap.py Normal file
View File

@ -0,0 +1,7 @@
"""Extract buildings from *.gml.gz
Features where::
descriptiveGroup = '(1:Building)'
Use `fid` as source ID, aka TOID.
"""