Code Monkey home page Code Monkey logo

chesapeake-osm-imports's Introduction

#Chesapeake, Virginia OSM Buildings Import ###From ArcGIS Open Data To OpenStreetMap

chesapeake

The City of Chesapeake recently turned on open data for their ArcGIS Online instance. This presented a great opportunity to import building footprints and addresses into OSM.

Vist the City of Chesapeake ArcGIS Open Data Portal

###Pre-Processing
After an initial download and inspection of the data I engaged with the city's GIS Team to make them aware of the import plans, as well as, get answers for questions on the data/attributes. The team was very helpful in offering suggestions and answering all my questions.

  • Building Footprints (108,822 Records)
    • Existing Building Classification Codes
      • 1 - General/Residential
      • 2 - Government
      • 3 - Medical
      • 4 - Education
      • 5 - Transportation
      • 6 - Commercial
      • 7 - Religious
      • 8 - Recreation
      • 9 - Cultural/Heritage
      • 10 - Hospitality
      • 11 - Airport
      • 12 - Industrial
      • 13 - CommunityCenter
      • 14 - Apartment
    • Building Name (Common or Business Name)
    • Main Street Address
    • Original Plan -> (Joined From Address Points on 'map_parcel' where status = 'true')
    • Ches. GIS Office Suggestion -> (Joined From Parcels on 'map_parcel')
    • Ran Summary Stats on buildings for max('area') and grouped by 'map_parcel' ; This essentially isolated properties with only one building (40,145) and the largest building for parcels with multiple buildings (26,936), for residential buildings it selected the house only (assuming the house was the largest structure). These structures were given a addr=1 coding.
    • Resulting file was joined to address points layer on 'addr'=1 and parsed address information was added to buildings file.
    • Calculated Building types over to OSM Tag methodology
    • Created polygons for splitting features in to smaller areas; total sections = 35

Final building file attributes included:

  • addr:housenumber
  • addr:street (prefix + name + type + suffix)
  • addr: city
  • addr: state
  • addr: postcode
  • building: (= yes industrial house, etc)
  • name
  • comments: (map_parcel - city parcel id)
  • unit: (address unit number/letter)

Upload / Import To OSM

Building footprint section were uploaded using JOSM with attributes mapped to the OSM Tag convention. Import process was completed over a 1 week period

#ToDo
Import secondary address points (apts, duplex, shopping center, etc.)

  • Total Address Points (99,058 Records)

Import subdivision and neighborhood boundaries

Yeah Open Data!

chesapeake-osm-imports's People

Contributors

jonahadkins avatar

Stargazers

Lauren Ancona avatar Rick Frantz avatar Andrew Turner avatar albert avatar Stanley Zheng avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.