CityScope / CS_cityscopeJS

Create, design, and publish @CityScope projects on the web
https://cityscope.media.mit.edu/CS_cityscopeJS/
GNU General Public License v3.0
20 stars 16 forks source link

consolidate data formats #44

Closed RELNO closed 4 years ago

RELNO commented 4 years ago

meta_grid => GEOGRID

interactive_grid_data => GEOGRIDDATA: [] created via FE on tool init for the first time

interactive_network_data => GEONETWORK:[]

GEOGRID.properties to include header: {}, mapping (name to be decided): {}

doorleyr commented 4 years ago

GEOGRID is done for Grasbrook and Corktown. https://cityio.media.mit.edu/api/table/grasbrook/GEOGRID https://cityio.media.mit.edu/api/table/corktown/GEOGRID

The grid_geojson module and examples are also updated with 15c6b9040a462fbbefddbf2944a15fe59eb7da4a so you can modify and create new grids if you want.