schwilklab / skyisland-climate

Climate data and code for Sky Island project
2 stars 2 forks source link

Need to add projection info to raster:: objects when we read them in #25

Closed dschwilk closed 8 years ago

dschwilk commented 8 years ago

The ascii grids lack projection information, so we need to add these in. See #14, #19 and some comments in #22 .

See "proj4string" argument to functions such maptools::readAsciiGrid and also the sp::CRS function.