Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

Adding New LAI Data to WPS - How to define "month" dimension

hawbecker

New member
I have geotiff files containing monthly values of LAI over a region at high resolution. I have used convert_geotiff to convert the tiff files to WPS binary tiles and have successfully run geogrid to produce LAI12M values that look like my tiff files, however, the "month" dimension is missing. I'm wondering what the process is to create this "month" dimension. Is it within the binary tiles themselves?
Thanks a lot!
 
Please specify 'month' in your index file for the LAI data. Below is the example index for albedo. Note that tile_z_start and tile_z_end actually represents the month dimension.

Code:
tile_z_start=1
tile_z_end=12
 
Top