Kernel: Python 3
In [ ]:
In [ ]:
Download a sample NetCDF dataset.
In [ ]:
In [ ]:
Read the NetCDF dataset.
In [ ]:
Convert the NetCDF dataset to GeoTIFF. Note that the longitude range of the NetCDF dataset is [0, 360]. We need to convert it to [-180, 180] by setting shift_lon=True so that it can be displayed on the map.
In [ ]:
Add the GeoTIFF to the map. We can also overlay the country boundary on the map.
In [ ]:
In [ ]:
You can also use the add_netcdf() function to add the NetCDF dataset to the map without having to convert it to GeoTIFF explicitly.
In [ ]:
Visualizing wind velocity.
In [ ]:
