CityScope / CS_Accessibility

A CityScope module for interactively calculating accessibility metrics by walking and/or public transit
2 stars 1 forks source link

Access module not updating #1

Closed RELNO closed 4 years ago

RELNO commented 4 years ago

Upon interaction with grid, access layer is not updating. Module is down?

doorleyr commented 4 years ago

It's running again now. It hadn't been running because an error was thrown. The module expects all grid cell values to be in the form of a list eg. [1,1] but after running for some time it got a grid cell value that was not in this form. Is there some situation when the scanner module sends some other value for a grid cell (eg. a None Type or something)?

RELNO commented 4 years ago

Non types are in the form of [-1,-1]. What was the error?