I'm for the first time using sea temperature data from
https://podaac-tools.jpl.nasa.gov/drive/files/allData/ghrsst/data/GDS2/L4/GLOB/JPL/MUR25/v4.2/
And reading
[url]https://www.ghrsst.org/wp-content/uploads/2016/10/GDS20r5.pdf
[/url]
Question: what projection is used here? What I read from the raw data:
- Code: Select all
print("lat data", ds['lat'] )
comment: geolocations inherited from the input data without correction
What does this mean? How should I project to flat surface?
terveisin, Markus