openskope / skopeui

SKOPE user interface and visualization app
https://www.openskope.org
MIT License
0 stars 4 forks source link

invalid timespan bounds in paleocar v3 #132

Closed alee closed 2 years ago

alee commented 3 years ago

image

cpritcha commented 3 years ago

This seems to be from a mixture of the user interface requesting requesting year 1CE which doesn't exist and the backend providing some old metadata (docker-compose down and docker-compose up -d on skope-api seemed to fix the staleness issue). There's also an encoding serialization bug in skope-api to fix for converting to JSON. After that the dataset should be ready.