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

Improve SMP metadata for provenance #38

Closed micahjohnson150 closed 3 years ago

micahjohnson150 commented 3 years ago

As pointed out by Michael Durand, if a user wants to calculate the SSA from an SMP profile they will need the whole profile. Storing the whole profile is impractical right now in the db due to upload time and potentially decrease in db queries (a couple billion records). So instead we should offer the original file name in the meta so that one could find the file in the NSIDC.

Additionally the SMP ID is not being included in the upload by accident due to using description instead of comments. So it is ignored currently.