Closed charparr closed 2 years ago
After interpolating coastward many of the locations now have data. Pending a change to the API we would now expect that all point locations have permafrost data with the exception of the following:
id | name | latitude | longitude | http |
---|---|---|---|---|
AK26 | Attu | 52.9365 | 173.24 | <Response [404]> |
AK466 | Bogoslof Island Refuge | 53.9379 | -168.044 | <Response [404]> |
AK441 | Eareckson Air Station | 52.7122 | 174.114 | <Response [404]> |
AK159 | Hydaburg | 55.208 | -132.827 | <Response [200]> |
AK453 | Joe Mace Island State Marine Park | 56.3473 | -133.635 | <Response [404]> |
AK479 | Nunivak Island Refuge | 59.8228 | -165.281 | <Response [404]> |
AK357 | Shemya Station | 52.7246 | 174.112 | <Response [404]> |
and
id | name | latitude | longitude | http |
---|---|---|---|---|
AK97 | Diomede | 65.7648 | -168.911 | <Response [200]> |
AK176 | Kaktovik | 70.1319 | -143.624 | <Response [200]> |
AK195 | King Island | 64.9694 | -168.065 | <Response [200]> |
AK266 | Nelson Lagoon | 56.0012 | -161.201 | <Response [200]> |
AK316 | Point Hope | 68.3477 | -166.808 | <Response [200]> |
AK339 | Saint George | 56.603 | -169.545 | <Response [200]> |
AK484 | Shelter Island State Marine Park | 58.4513 | -134.881 | <Response [200]> |
AK358 | Shishmaref | 66.2567 | -166.072 | <Response [200]> |
Some of these (Point Hope, Kaktovik) can be addressed via a coordinate wiggle (https://github.com/ua-snap/geospatial-vector-veracity/issues/58)
Perhaps a good candidate to close via #233 ?
List is now:
id | name | latitude | longitude | http |
---|---|---|---|---|
AK26 | Attu | 52.9365 | 173.24 | 404 |
AK466 | Bogoslof Island Refuge | 53.9379 | -168.044 | 404 |
AK441 | Eareckson Air Station | 52.7122 | 174.114 | 404 |
AK453 | Joe Mace Island State Marine Park | 56.3473 | -133.635 | 404 |
AK479 | Nunivak Island Refuge | 59.8228 | -165.281 | 404 |
AK357 | Shemya Station | 52.7246 | 174.112 | 404 |
plus
id | name | latitude | longitude | http |
---|---|---|---|---|
AK97 | Diomede | 65.7648 | -168.911 | 200 |
AK176 | Kaktovik | 70.1319 | -143.624 | 200 |
AK195 | King Island | 64.9694 | -168.065 | 200 |
AK266 | Nelson Lagoon | 56.0012 | -161.201 | 200 |
AK339 | Saint George | 56.603 | -169.545 | 200 |
AK484 | Shelter Island State Marine Park | 58.4513 | -134.881 | 200 |
AK358 | Shishmaref | 66.2567 | -166.072 | 200 |
With ef728cdf2f2a4a9bf31ee7532dcb0763fb913b5d, the web app is now handing GIPL null
values properly. This ticket is now closeable by #233 (and the PR description has been updated to indicate this).
I’d expect these locations to lack GIPL data and have a chart failure because of the GIPL grid misses. They all seem to be coastal at first glance. Should these coordinates get bumped, or be should the query be fuzzied with a nearest-neighbor search? This an expansion of #176