SnowEx / snowexsql

A project to access the SnowEx database holding data from the NASA SnowEx campaign
https://snowexsql.readthedocs.io/en/latest/readme.html
GNU General Public License v3.0
25 stars 6 forks source link

Compare all point to raster snow depths #16

Open micahjohnson150 opened 4 years ago

micahjohnson150 commented 4 years ago

HP would like a comparison of all 30K point depth measurements to the the QSI - USGS rasters and QSI - ASO rasters.

All points should be compared (across all dates) to the first flights (QSI 1) and then all points to the second flight (QSI 2).

The simplest way we can do this is to use ST_Value which simply grabs the near pixel. In the other snow depth comparison we make an effort to recast/shape the rasters to a common grid and resolution for matrix math.