PecanProject / BETYdb-YABA

Yet Another BETYdb API (for metadata upload)
BSD 3-Clause "New" or "Revised" License
5 stars 18 forks source link

Fix addition of elevation of polygons when loading sites #24

Closed Chris-Schnaufer closed 4 years ago

Chris-Schnaufer commented 5 years ago

The code at https://github.com/PecanProject/BETYdb-YABA/blob/14625fb17168af3ce004fb8d2616f6aef691ca7b/app/Meta.py#L148 adds a Z value (elevation) of 115.

This needs to be changed to first check for a Z value, and if it's missing adding on a 0 (zero) Z value

Chris-Schnaufer commented 4 years ago

Closing due to issue being placed in wrong organization