azavea / climate-change-api

Apache License 2.0
0 stars 0 forks source link

Fix bugs in the climate data lat/lon endpoints #871

Closed maurizi closed 5 years ago

maurizi commented 5 years ago

Overview

The climate data endpoints for lat/lon requests were unintentionally broken in PR #866

These endpoints were not previously covered by the unit test suite, and manually testing overlooked these endpoints.

I added some minimal tests in the process of fixing these, which will hopefully prevent other regressions in the future.

Demo

image

Testing Instructions

Checklist

Closes #869 Closes #870