MIT-CAVE / cave_static

A react based static web app to be used as a UI and data consumer for the CAVE app.
Apache License 2.0
0 stars 1 forks source link

Location keys `latitude` and `longitude` both require a `list[list[int|float]]` but do not distinguish between nested levels. #551

Closed conmakMIT closed 1 month ago

conmakMIT commented 2 months ago

Enforce that the proper way to handle this is something like:

    "latitude": [[43.78], [39.82]],
    "longitude": [[-79.63], [-86.18]],
conmakMIT commented 2 months ago

You should go ahead and check other keys in the locations dict to make sure they work.