nansencenter / django-geo-spaas

GeoDjango apps for satellite data management in Geo-Scientific Platform as a Service
GNU General Public License v3.0
20 stars 6 forks source link

Some adjustments to simplify ingestion of data #158

Open mortenwh opened 3 years ago

mortenwh commented 3 years ago

NetCDF files from MET uses ACDD as attribute convention. This is different from DIF in, e.g., that the unique id is called just id while in DIF it is entry_id. This update allows id if entry_id is not present.

In nansat, we generally just parse the json string representation of the gcmd keywords. A more readable format is, e.g., "Earth Remote Sensing Instruments > Active Remote Sensing > Imaging Radars > SAR > Synthetic Aperture Radar". This update also allows for that.

mortenwh commented 3 years ago

btw - if you have time at some point, we could meet to discuss how we can better align our efforts. I think it is time to look at that now :)