normalise service names #35

Merged
hughrun merged 1 commit from prep-new-workflow into master 2021-01-26 14:45:33 +11:00
hughrun commented 2021-01-26 14:43:50 +11:00 (Migrated from github.com)
  • titlecase all library service short names in csv file
  • rename short_name to name in csv
  • replace merge_service_data.py with merge_to_topo.py in preparation to deal with #18 and #34

Fixes #25

NEW WORKFLOW if changing boundary shapes

  • update boundaries.geojson if needed
  • geo2topo -q 12000
  • THEN run merge_to_topo.py (i.e. we merge the topoJSON not the geoJSON)

NEW WORKFLOW if changing service data

  • merge pull request containing changes to library_services_information.csv
  • run Action which runs merge_to_topo and then updates main HEAD topofile
- titlecase all library service short names in csv file - rename `short_name` to `name` in csv - replace merge_service_data.py with merge_to_topo.py in preparation to deal with #18 and #34 Fixes #25 NEW WORKFLOW if changing boundary shapes - update boundaries.geojson if needed - geo2topo -q 12000 - THEN run merge_to_topo.py (i.e. we merge the topoJSON not the geoJSON) NEW WORKFLOW if changing service data - merge pull request containing changes to library_services_information.csv - run Action which runs merge_to_topo and then updates main HEAD topofile
Sign in to join this conversation.
No description provided.