codeforboston / willtheytow.me

Will they tow me? Check whether you've parked on an emergency snow route.
willtheytow.me
MIT License
12 stars 6 forks source link

topojson conversion task (W. Sutton) #9

Open sutt opened 10 years ago

sutt commented 10 years ago

I just need the data, and I can throw it through the converter.

pipelines I've done before: topojson <-> geojson <- kml

WheresHJ commented 10 years ago

Here's Cambridge: https://github.com/cambridgegis/cambridgegis_data/tree/master/DPW/Snow_Emergency_Tow_Routes

@beechnut and @CurtSavoie might have a link to the Boston data

sutt commented 10 years ago

For Cambridge: Here's how the topjson comes out: https://github.com/sutt/WTTMtopojson/blob/master/willtheytowme/topojson/camb.topojson

Size analysis: geojson: 46kb -> topjson 12kb (9-15kb depending on granularity requested.)

Note: if this is to be the main data structure, there may need to be a more elaborate schema written into this json. Currently, the conversion tool allows for an id field for each object (road section) which could be used to join this geo-data to any properties associated w/ it.

thecristen commented 10 years ago

@sutt that is beautiful. hopefully we'll have more data from other cities to feed you soon.. (closing #2 because same info is here.)

(I really want to be able to assign this issue to sutt but alas I don't know how because outside the codeforboston org...)

sutt commented 10 years ago

OK, i won't be coming into NERD, but let me know if i can help you guys remotely today. -W

On Fri, Feb 21, 2014 at 10:15 PM, cristen jones notifications@github.comwrote:

@sutt https://github.com/sutt that is beautiful. hopefully we'll have more data from other cities to feed you soon.. (closing #2 https://github.com/codeforboston/willtheytow.me/issues/2because same info is here.)

Reply to this email directly or view it on GitHubhttps://github.com/codeforboston/willtheytow.me/issues/9#issuecomment-35793188 .