Skip to content

Latest commit

 

History

History
20 lines (7 loc) · 334 Bytes

File metadata and controls

20 lines (7 loc) · 334 Bytes

Description of python script read_geotif.py

There is two tasks in the script:

  1. to read geotif file: using xarray lib
  2. to regrid data to wrf-like coordinates

Point here is

a) ussually geotif have 1-D lat lon coordinates;

b) we need to convert it to 2-D lat lon coordinates (common in WRF framework or so on)