Overlay netcdf data to polygon shapefile

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

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.