azavea / climate-change-api

Apache License 2.0
0 stars 0 forks source link

Merge 'lat-lon-map-cell-distance-list' view into 'lat-lon-map-cell-list' #866

Closed maurizi closed 5 years ago

maurizi commented 5 years ago

Overview

Demo

API response: screenshot from 2018-12-19 16-09-17

Notes

I changed the dataset attribute from a scalar to a list. I discussed this a with with @CloudNiner - while in reality it's unlikely that the same map cell is used for more than one dataset, it is technically possible according to our data model, and the SQL queries led to a list type more naturally than a scalar type.

Testing Instructions

Checklist

Closes #860 Closes #861

maurizi commented 5 years ago

@CloudNiner I assigned @ddohler as an opportunity to dive into the CCAPI codebase a bit, but feel free to take a look as well if you'd like.

maurizi commented 5 years ago

@ddohler this is ready for another look