download_nefsc_gis: Retreive one or more shape files from NMFS's NEFSC public GIS...

Description Usage Arguments Value

View source: R/nefsc.R

Description

Retreive one or more shape files from NMFS's NEFSC public GIS products

Usage

1
2
3
download_nefsc_gis(what = "Statistical_Areas", dest = ".",
  ftp_url = "ftp://ftp.nefsc.noaa.gov/pub/gis", exts = c("dbf", "prj",
  "sbn", "sbx", "shp", "shp.xml", "shx"))

Arguments

what

one or more names of ESRI shape files served by NEFCS via their ftp site. Permitted names are BTS_Strata, EcoMon_Strata, Shellfish_Strata, Shrimp_Shrimp, Statistical_Areas or All

dest

fully qualified path to destination directory, by default ".". If it doesn't exists then an attempt is made to create it.

ftp_url

character ftp address, by default ftp://ftp.nefsc.noaa.gov/pub/gis

exts

character vector of file extensions to download

Value

named logical vector - one for each file downloaded


btupper/fishboxes documentation built on Aug. 16, 2020, 5:13 p.m.