Open wenzowski opened 8 years ago
The AIRS file in data/ has 2D array. It's axes are lat & lon. How are the axes oriented?
data/
lat
lon
mirador docs?
other file formats of the same dump on mirador?
Here's a way that astronomers came up with to parse the data, although it seems different from the ASCII file that we have
https://python4astronomers.github.io/files/asciifiles.html
perhaps download an ascii & a file format with metadata & open the one with metatdata in Panoply to confirm row/column orientation
The AIRS file in
data/
has 2D array. It's axes arelat
&lon
. How are the axes oriented?