RETURN-project / makeDataCube

Data management
Apache License 2.0
0 stars 0 forks source link

Scaling over large spatial scales #4

Closed wandadk closed 3 years ago

wandadk commented 4 years ago

Generating the datacube over a large spatial extent may cause problems with the current set-up. It is expected that creating a mask file over a large area will cause problems with memory. A potential solution could be to process the cube tile per tile. FORCE (force-tabulate-grid) allows to generate a shapefile from the grid for an area of interest (if a data cube definition file has already been generated). We could thus process the mask and fire data for each tile of interest.