Skip to content

Instantly share code, notes, and snippets.

@planemad
Last active January 11, 2016 19:15
Show Gist options
  • Save planemad/50a56957220750804667 to your computer and use it in GitHub Desktop.
Save planemad/50a56957220750804667 to your computer and use it in GitHub Desktop.

AC Boundaries

  • Export attribute table to assembly_constituencies.csv including .csvt headers
  • Convert field types using field calculator
    • stateCode = toInt("ST_CODE")
    • stateCode = toInt("ST_CODE")
  • Import into GRASS v.in.ogr.qgis as assembly_constituencies
  • Remove small areas v.clean.rmarea with threshold 10000 : 617 areas of total size 574572 removed
  • Dissolve into parliamentary_constituencies with field PC_NAME : v.reclass complete. 4391 features reclassed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment