Hi all,
Is there any method to overlay NetCDF data into shapefile (polygon). I have a specific model that require polygon-based NetCDF data and lat. and lon. are not required, instead, they will be assigned by the shapefile polygon id (POLID) as follows.
ncdump -h ploy-netcdf_test.nc
ploy-netcdf_test {
dimensions:
Time = 13880 ;
POLID = 9097 ;
variables:
float runoff(Time, POLID) ;
}
Please let me know if you have an idea and an example.
Best regards,
Solomon