JGCRI / moirai

Moirai - Land Data System
Other
6 stars 1 forks source link

Get boundaries for no land cells by country/region from moirai #27

Closed kanishkan91 closed 3 years ago

kanishkan91 commented 4 years ago

In order to develop shape files for land/noland from moirai we will require raster boundary outputs for valid land cells and for valid country/region/basin cells without land from moirai. We currently get the former but not the latter. One challenge with respect to this is that our country boundaries inputs (fao_ctry_rast.bil) does not contain data for inland water bodies (i.e. the raster contains holes). So, to get the above mentioned output we will need to do 2 things,

  1. Update a hole filled raster for fao_ctry_rast.bil
  2. Update get_land_cells.c with code to get boundaries for valid country/region/glu without land.
kanishkan91 commented 4 years ago

Now updated as a part of the Carbon_update PR