Script comments for OS data extract
This commit is contained in:
parent
4907075afb
commit
7c97aba950
10
etl/extract_addressbase.py
Normal file
10
etl/extract_addressbase.py
Normal 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
7
etl/extract_mastermap.py
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
"""Extract buildings from *.gml.gz
|
||||||
|
|
||||||
|
Features where::
|
||||||
|
descriptiveGroup = '(1:Building)'
|
||||||
|
|
||||||
|
Use `fid` as source ID, aka TOID.
|
||||||
|
"""
|
Loading…
Reference in New Issue
Block a user