You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given two grids (A and B) defined in the lat and long coordinates and covering the same area in the Southern hemisphere:
Grid A is from a Sentinel-1 IW subswath (i.e., a small grid with a higher resolution that is rotated with respect to the true North). This grid covers an area within grid B.
Grid B is from a CMEMS product (i.e., bigger grid with a lower resolution that is regular with respect to true north)
Based on these two grids I created two Nansat objects (a_nsat, b_nsat) that were filled with some bands. The goal is to reproject data from grid B to grid A.
Description
Given two grids (A and B) defined in the lat and long coordinates and covering the same area in the Southern hemisphere:
Based on these two grids I created two Nansat objects (a_nsat, b_nsat) that were filled with some bands.
The goal is to reproject data from grid B to grid A.
Problem
b_nsat.reproject(a_nsat)
returns NaN values for all bands in theb_nsat
Data
Lon and Lat values for both A and B grids can be accessed here https://nerscno-my.sharepoint.com/:f:/g/personal/artem_moiseev_nersc_no/EqfrdIFkqodOky_qgTfcHIIBvvq98tcagI0jTyquXdnL7Q?e=UeXiY9
The text was updated successfully, but these errors were encountered: