how can I create dataframe for rasterbrick in rstudio

Viewed 18

I have raster brick over 8764 layers.

diminsions: -21, -8, 8764 (names: lon,lat,vtime) resolution: 1, 1, 6 hours extent: 98.5, 119.5, 7.5, -0.5 (xmin, xmax, ymin, ymax) crs: +proj=longlat +a=6378137 +f=0.00335281066474748 +p... time: 2014-01-01 to 2019-12-31 18:00:00

I want to create dataframe for my raster brick based on time and long/latitude so I can clip with my shp file. Is there anyway for applying a dataframe function to raster brick? Thanks for your help

0 Answers
Related