netcdf spatialweights { dimensions: data = 777611 ; polyid = 13404 ; variables: int IDmask(data) ; IDmask:long_name = "Polygon ID (polyid) associated with each record" ; int i_index(data) ; i_index:long_name = "Index in the x dimension of the raster grid (starting with 1,1 in LL corner)" ; int j_index(data) ; j_index:long_name = "Index in the y dimension of the raster grid (starting with 1,1 in LL corner)" ; int overlaps(polyid) ; overlaps:long_name = "Number of intersecting polygons" ; int polyid(polyid) ; polyid:long_name = "ID of polygon" ; double regridweight(data) ; regridweight:long_name = "fraction of intersecting polyid(overlapper) intersected by polygon(polyid)" ; double weight(data) ; weight:long_name = "fraction of polygon(polyid) intersected by polygon identified by poly2" ; // global attributes: :history = "Fri May 20 17:02:57 2022: ncks -O -d polyid,1,13404 -d data,1,777611 /share/appdata/output/7636b0d4d40ff300fe306bd16a62be944b349232/spatialweights.nc /share/appdata/output/7636b0d4d40ff300fe306bd16a62be944b349232/spatialweights.nc" ; :NCO = "netCDF Operators version 5.0.3 (Homepage = http://nco.sf.net, Code = http://github.com/nco/nco)" ; }