Skip to content

Commit

Permalink
edit feddate exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
walterASEL committed Feb 1, 2024
1 parent 12e1f22 commit e053f04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions MidAtlantic.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ DMA2.proj <- st_transform(DMA2, st_crs(PAnlcd))
DMA_DAYMET <- get_daymet(template=DMA2.proj,label = 'PAdaymet',elements = c('prcp','tmin','tmax'),
years = 2010:2011)
plot(DMA_DAYMET$tmin$"2011-05-23")
plot(DMA_DAYMET$tmin$X2011.06.23)
plot(DMA_DAYMET$tmin$X2011.10.23)
plot(DMA_DAYMET$tmin$X2012.05.23)
plot(DMA_DAYMET$prcp$X2011.05.23)
plot(DMA_DAYMET$tmin$"2011-06-23")
plot(DMA_DAYMET$tmin$"2011-10-23")
plot(DMA_DAYMET$tmin$"2011-12-23")
plot(DMA_DAYMET$prcp$"2011-05-23")
GHCN.prcp <- get_ghcn_daily(template=DMA2, label='GHCNprecip', elements=c('prcp'))
plot(st_geometry(DMA2))
Expand Down

0 comments on commit e053f04

Please sign in to comment.