tagbase / tagbase-server

tagbase-server is a data management web service for working with eTUFF and nc-eTAG files.
https://oiip.jpl.nasa.gov/doc/OIIP_Deliverable7.4_TagbasePostgreSQLeTUFF_UserGuide.pdf
Apache License 2.0
7 stars 2 forks source link

data_position.lon needs to be cast to double precision in tagbase_materialized_views.sql #220

Closed lewismc closed 1 year ago

lewismc commented 1 year ago

Vardis notified me that I need to correct the previous fix (#219) to cast to double instead if integer since lat/lon will be in decimal degrees and integer will result in truncation.