R/readCRS.r

setGeneric('readCRS', function(object, ...) {
    standardGeneric('readCRS')
})

setMethod('readCRS', 'TSX',
          function(object, ...) {
              return(CRS('+proj=longlat +datum=WGS84 +no_defs +ellps=WGS84 +towgs84=0,0,0'))
          })

setMethod('readCRS', 'Sentinel',
          function(object, ...) {
              return(CRS('+proj=longlat +datum=WGS84 +no_defs +ellps=WGS84 +towgs84=0,0,0'))
          })

Try the ragram package in your browser

Any scripts or data that you put into this service are public.

ragram documentation built on May 2, 2019, 4:42 p.m.