WritePRJ.Rd 522 B

1234567891011121314151617181920
  1. \name{WritePRJ}
  2. \alias{WritePRJ}
  3. \title{Internal function to write projection files for MODISGrid
  4. }
  5. \description{The function is used internally by MODISGrid to write PRJ files for the MODIS projection system. A file is written for each ASCII raster grid.
  6. }
  7. \usage{
  8. WritePRJ(Path)
  9. }
  10. \arguments{
  11. \item{Path}{The file path for the MODIS PRJ file that will be written.
  12. }
  13. }
  14. \value{A PRJ (plain text) file containing the definitions for the MODIS projection system.
  15. }
  16. \author{Sean Tuck
  17. }
  18. \seealso{\code{\link{MODISGrid}}
  19. }