nestauk / industrial_taxonomy

Refactor of nestauk/industrial-taxonomy which upon completion will replace it.
MIT License
3 stars 0 forks source link

fetching and preprocessing NSPL #28

Open imy99 opened 2 years ago

imy99 commented 2 years ago

Addressing #6

command line: python industrial_taxonomy/pipeline/NSPL/flow.py run

'AB1 0AA': {'laua_code': 'S12000033', 'lat': 57.101474, 'long': -2.242851, 'laua_name': 'Aberdeen City'}, 'AB1 0AB': {'laua_code': 'S12000033', 'lat': 57.102554, 'long': -2.246308, 'laua_name': 'Aberdeen City'}, 'AB1 0AD': {'laua_code': 'S12000033', 'lat': 57.100556, 'long': -2.248342, 'laua_name': 'Aberdeen City'}


Checklist:

imy99 commented 2 years ago

@georgerichardson, I have just finished addressing your comments.