diff --git a/.Rbuildignore b/.Rbuildignore index b7c97bc..5e371ab 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -3,4 +3,5 @@ ^README\.Rmd$ ^README-.*\.png$ ^data-raw$ -docs/ \ No newline at end of file +docs/ +^\.github$ diff --git a/.github/.gitignore b/.github/.gitignore new file mode 100644 index 0000000..2d19fc7 --- /dev/null +++ b/.github/.gitignore @@ -0,0 +1 @@ +*.html diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml new file mode 100644 index 0000000..c9f0165 --- /dev/null +++ b/.github/workflows/pkgdown.yaml @@ -0,0 +1,50 @@ +# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples +# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help +on: + push: + branches: [main, master] + pull_request: + branches: [main, master] + release: + types: [published] + workflow_dispatch: + +name: pkgdown + +permissions: read-all + +jobs: + pkgdown: + runs-on: ubuntu-latest + # Only restrict concurrency for non-PR jobs + concurrency: + group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }} + env: + GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} + permissions: + contents: write + steps: + - uses: actions/checkout@v4 + + - uses: r-lib/actions/setup-pandoc@v2 + + - uses: r-lib/actions/setup-r@v2 + with: + use-public-rspm: true + + - uses: r-lib/actions/setup-r-dependencies@v2 + with: + extra-packages: any::pkgdown, local::. + needs: website + + - name: Build site + run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE) + shell: Rscript {0} + + - name: Deploy to GitHub pages 🚀 + if: github.event_name != 'pull_request' + uses: JamesIves/github-pages-deploy-action@v4.5.0 + with: + clean: false + branch: gh-pages + folder: docs diff --git a/DESCRIPTION b/DESCRIPTION index 0e60bfd..f355077 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: raadfiles Title: File Database Management for 'raadtools' -Version: 0.1.4.9006 +Version: 0.1.4.9007 Authors@R: c( person("Michael D.","Sumner", role = c("aut", "cre"), email = "michael.sumner@aad.gov.au"), person("Ben", "Raymond", role = "ctb"), diff --git a/docs/authors.html b/docs/authors.html deleted file mode 100644 index 84b40ac..0000000 --- a/docs/authors.html +++ /dev/null @@ -1,131 +0,0 @@ - - - -
- - - - -The goal of raadfiles
is to manage information about the large collection of files used by raadtools, and related systems.
You have a huge set of files you need to access regularly, and the information about those files is the first thing you need.
-This project aims to speed up and help you control the following:
-The overall goal is to help you write code to access and manipulate the data in those files. This is a natural complement to schemes that automatically obtain files and build file collections such as raadsync but can be used for other collections as well.
-raadfiles
.saveRDS
or feather or an actual database.raadfiles::custom_setup
(TBD, see R/zzz.R for the in-built mechanism)New GEBCO 2019 function gebco19_files()
.
New function srtm_files
.
New function for SMAP salinity files.
New function for fsle files()
.
altimetry.Rd
Sea Surface Height measured by Altimetry and derived variables. SSALTO/DUACS Near-Real-Time Level-4 -sea surface height and derived variables measured by multi-satellite altimetry observations over -Global Ocean.
-WOA09 incomplete function
- -altimetry_daily_files() - -woa09_daily_files()- -
tibble data frame of file names
-tibble data frame of file names
- -In 2018/2019 the file servers migrated to 'my.cmems-du.au' and 'nrt.cmems-du.eu' from 'ftp.sltac.cls.fr', but -the files and file name scheme remained unchanged so no net effect (so far that we are aware of).
-Current returns all NetCDF files, without any date.
- - --altimetry_daily_files()#> # A tibble: 9,638 x 3 -#> date fullname root -#> <dttm> <chr> <chr> -#> 1 1993-01-01 00:00:00 /rdsi/PRIVATE/raad/data_deprecated/ftp… /rdsi/PRIVATE/ra… -#> 2 1993-01-02 00:00:00 /rdsi/PRIVATE/raad/data_deprecated/ftp… /rdsi/PRIVATE/ra… -#> 3 1993-01-03 00:00:00 /rdsi/PRIVATE/raad/data_deprecated/ftp… /rdsi/PRIVATE/ra… -#> 4 1993-01-04 00:00:00 /rdsi/PRIVATE/raad/data_deprecated/ftp… /rdsi/PRIVATE/ra… -#> 5 1993-01-05 00:00:00 /rdsi/PRIVATE/raad/data_deprecated/ftp… /rdsi/PRIVATE/ra… -#> 6 1993-01-06 00:00:00 /rdsi/PRIVATE/raad/data_deprecated/ftp… /rdsi/PRIVATE/ra… -#> 7 1993-01-07 00:00:00 /rdsi/PRIVATE/raad/data_deprecated/ftp… /rdsi/PRIVATE/ra… -#> 8 1993-01-08 00:00:00 /rdsi/PRIVATE/raad/data_deprecated/ftp… /rdsi/PRIVATE/ra… -#> 9 1993-01-09 00:00:00 /rdsi/PRIVATE/raad/data_deprecated/ftp… /rdsi/PRIVATE/ra… -#> 10 1993-01-10 00:00:00 /rdsi/PRIVATE/raad/data_deprecated/ftp… /rdsi/PRIVATE/ra… -#> # … with 9,628 more rowswoa09_daily_files()#> # A tibble: 765 x 2 -#> fullname root -#> <chr> <chr> -#> 1 /rdsi/PRIVATE/raad/data_staging/data.nodc.noaa.gov/th… /rdsi/PRIVATE/raad/da… -#> 2 /rdsi/PUBLIC/raad/data/data.nodc.noaa.gov/woa/WOA09/N… /rdsi/PUBLIC/raad/data -#> 3 /rdsi/PUBLIC/raad/data/data.nodc.noaa.gov/woa/WOA09/N… /rdsi/PUBLIC/raad/data -#> 4 /rdsi/PUBLIC/raad/data/data.nodc.noaa.gov/woa/WOA09/N… /rdsi/PUBLIC/raad/data -#> 5 /rdsi/PUBLIC/raad/data/data.nodc.noaa.gov/woa/WOA09/N… /rdsi/PUBLIC/raad/data -#> 6 /rdsi/PUBLIC/raad/data/data.nodc.noaa.gov/woa/WOA09/N… /rdsi/PUBLIC/raad/data -#> 7 /rdsi/PUBLIC/raad/data/data.nodc.noaa.gov/woa/WOA09/N… /rdsi/PUBLIC/raad/data -#> 8 /rdsi/PUBLIC/raad/data/data.nodc.noaa.gov/woa/WOA09/N… /rdsi/PUBLIC/raad/data -#> 9 /rdsi/PUBLIC/raad/data/data.nodc.noaa.gov/woa/WOA09/N… /rdsi/PUBLIC/raad/data -#> 10 /rdsi/PUBLIC/raad/data/data.nodc.noaa.gov/woa/WOA09/N… /rdsi/PUBLIC/raad/data -#> # … with 755 more rows
amps_files.Rd
Antarctic Mesoscale Prediction System GRIB files.
- -amps_files() - -amps_model_files(time.resolution = "4hourly", grid = "d1", ...) - -amps_d1files(time.resolution = "4hourly", ...) - -amps_d2files(time.resolution = "4hourly", ...)- -
time.resolution | -a placeholder, defaults to "4hourly" and remains unused |
-
---|---|
grid | -one of `d1` (30km resolution) or `d2` (10km resolution) |
-
... | -reserved, unused |
-
`amps_files` returns all the files, `amps_model_files` returns the files with date set from the file name, `amps_d1files` and `amps_d2files` return only the 30km and 10 km resolution grids respectively.
- - --amps_files()#> # A tibble: 42,256 x 2 -#> root file -#> <chr> <chr> -#> 1 /rdsi/PUBLIC/raad/… www2.mmm.ucar.edu/rt/amps/wrf_grib/20151025/2015102512_W… -#> 2 /rdsi/PUBLIC/raad/… www2.mmm.ucar.edu/rt/amps/wrf_grib/20151025/2015102512_W… -#> 3 /rdsi/PUBLIC/raad/… www2.mmm.ucar.edu/rt/amps/wrf_grib/20151025/2015102512_W… -#> 4 /rdsi/PUBLIC/raad/… www2.mmm.ucar.edu/rt/amps/wrf_grib/20151025/2015102512_W… -#> 5 /rdsi/PUBLIC/raad/… www2.mmm.ucar.edu/rt/amps/wrf_grib/20151025/2015102512_W… -#> 6 /rdsi/PUBLIC/raad/… www2.mmm.ucar.edu/rt/amps/wrf_grib/20151025/2015102512_W… -#> 7 /rdsi/PUBLIC/raad/… www2.mmm.ucar.edu/rt/amps/wrf_grib/20151025/2015102512_W… -#> 8 /rdsi/PUBLIC/raad/… www2.mmm.ucar.edu/rt/amps/wrf_grib/20151025/2015102512_W… -#> 9 /rdsi/PUBLIC/raad/… www2.mmm.ucar.edu/rt/amps/wrf_grib/20151025/2015102512_W… -#> 10 /rdsi/PUBLIC/raad/… www2.mmm.ucar.edu/rt/amps/wrf_grib/20151025/2015102512_W… -#> # … with 42,246 more rowsamps_model_files()#> # A tibble: 21,137 x 5 -#> hour model date fullname root -#> <chr> <chr> <dttm> <chr> <chr> -#> 1 000 12 2015-10-25 12:00:00 /rdsi/PUBLIC/raad/data/www2.mmm.… /rdsi/PUBL… -#> 2 003 12 2015-10-25 15:00:00 /rdsi/PUBLIC/raad/data/www2.mmm.… /rdsi/PUBL… -#> 3 006 12 2015-10-25 18:00:00 /rdsi/PUBLIC/raad/data/www2.mmm.… /rdsi/PUBL… -#> 4 009 12 2015-10-25 21:00:00 /rdsi/PUBLIC/raad/data/www2.mmm.… /rdsi/PUBL… -#> 5 012 12 2015-10-26 00:00:00 /rdsi/PUBLIC/raad/data/www2.mmm.… /rdsi/PUBL… -#> 6 015 12 2015-10-26 03:00:00 /rdsi/PUBLIC/raad/data/www2.mmm.… /rdsi/PUBL… -#> 7 000 00 2015-10-26 00:00:00 /rdsi/PUBLIC/raad/data/www2.mmm.… /rdsi/PUBL… -#> 8 003 00 2015-10-26 03:00:00 /rdsi/PUBLIC/raad/data/www2.mmm.… /rdsi/PUBL… -#> 9 006 00 2015-10-26 06:00:00 /rdsi/PUBLIC/raad/data/www2.mmm.… /rdsi/PUBL… -#> 10 009 00 2015-10-26 09:00:00 /rdsi/PUBLIC/raad/data/www2.mmm.… /rdsi/PUBL… -#> # … with 21,127 more rowsamps_d1files()#> # A tibble: 9,582 x 3 -#> date fullname root -#> <dttm> <chr> <chr> -#> 1 2015-10-25 12:00:00 /rdsi/PUBLIC/raad/data/www2.mmm.ucar.edu/r… /rdsi/PUBLIC… -#> 2 2015-10-25 15:00:00 /rdsi/PUBLIC/raad/data/www2.mmm.ucar.edu/r… /rdsi/PUBLIC… -#> 3 2015-10-25 18:00:00 /rdsi/PUBLIC/raad/data/www2.mmm.ucar.edu/r… /rdsi/PUBLIC… -#> 4 2015-10-25 21:00:00 /rdsi/PUBLIC/raad/data/www2.mmm.ucar.edu/r… /rdsi/PUBLIC… -#> 5 2015-10-26 00:00:00 /rdsi/PUBLIC/raad/data/www2.mmm.ucar.edu/r… /rdsi/PUBLIC… -#> 6 2015-10-26 03:00:00 /rdsi/PUBLIC/raad/data/www2.mmm.ucar.edu/r… /rdsi/PUBLIC… -#> 7 2015-10-26 06:00:00 /rdsi/PUBLIC/raad/data/www2.mmm.ucar.edu/r… /rdsi/PUBLIC… -#> 8 2015-10-26 09:00:00 /rdsi/PUBLIC/raad/data/www2.mmm.ucar.edu/r… /rdsi/PUBLIC… -#> 9 2015-10-26 12:00:00 /rdsi/PUBLIC/raad/data/www2.mmm.ucar.edu/r… /rdsi/PUBLIC… -#> 10 2015-10-26 15:00:00 /rdsi/PUBLIC/raad/data/www2.mmm.ucar.edu/r… /rdsi/PUBLIC… -#> # … with 9,572 more rowsamps_d2files()#> # A tibble: 9,547 x 3 -#> date fullname root -#> <dttm> <chr> <chr> -#> 1 2015-10-25 12:00:00 /rdsi/PUBLIC/raad/data/www2.mmm.ucar.edu/r… /rdsi/PUBLIC… -#> 2 2015-10-25 15:00:00 /rdsi/PUBLIC/raad/data/www2.mmm.ucar.edu/r… /rdsi/PUBLIC… -#> 3 2015-10-25 18:00:00 /rdsi/PUBLIC/raad/data/www2.mmm.ucar.edu/r… /rdsi/PUBLIC… -#> 4 2015-10-25 21:00:00 /rdsi/PUBLIC/raad/data/www2.mmm.ucar.edu/r… /rdsi/PUBLIC… -#> 5 2015-10-26 00:00:00 /rdsi/PUBLIC/raad/data/www2.mmm.ucar.edu/r… /rdsi/PUBLIC… -#> 6 2015-10-26 03:00:00 /rdsi/PUBLIC/raad/data/www2.mmm.ucar.edu/r… /rdsi/PUBLIC… -#> 7 2015-10-26 06:00:00 /rdsi/PUBLIC/raad/data/www2.mmm.ucar.edu/r… /rdsi/PUBLIC… -#> 8 2015-10-26 09:00:00 /rdsi/PUBLIC/raad/data/www2.mmm.ucar.edu/r… /rdsi/PUBLIC… -#> 9 2015-10-26 12:00:00 /rdsi/PUBLIC/raad/data/www2.mmm.ucar.edu/r… /rdsi/PUBLIC… -#> 10 2015-10-26 15:00:00 /rdsi/PUBLIC/raad/data/www2.mmm.ucar.edu/r… /rdsi/PUBLIC… -#> # … with 9,537 more rows
argo_files.Rd
ARGO
- -argo_files(type = c("prof", "meta", "traj", "tech", "Mprof"), - dac = NULL)- -
type | -file type, i.e. prof, meta, traj, tech |
-
---|---|
dac | -data acqusition centre e.g.* "aoml", "bodc", "coriolis", "csio", "csiro", "incois", all returned if not specified |
-
[https://www.aviso.altimetry.fr/en/data/products/value-added-products/fsle-finite-size-lyapunov-exponents.html]( Finite-Size Lyapunov Exponents)
- - -fsle_files.Rd
FSLE - MAPS OF FINITE SIZE LYAPUNOV EXPONENTS AND ORIENTATIONS OF THE ASSOCIATED EIGENVECTORS
- -fsle_files()
-
- These are daily files.
- -[https://www.aviso.altimetry.fr/en/data/products/value-added-products/fsle-finite-size-lyapunov-exponents.html]( Finite-Size Lyapunov Exponents)
- - -ghrsst.Rd
The Group for High Resolution Sea Surface Temperature (GHRSST) files.
- -ghrsst_daily_files()
-
- tibble data frame of file names
- - --#> # A tibble: 13,777 x 3 -#> date fullname root -#> <dttm> <chr> <chr> -#> 1 1981-09-01 00:00:00 /rdsi/PUBLIC/raad/data/www.ncei.noaa.gov/d… /rdsi/PUBLIC… -#> 2 1981-09-02 00:00:00 /rdsi/PUBLIC/raad/data/www.ncei.noaa.gov/d… /rdsi/PUBLIC… -#> 3 1981-09-03 00:00:00 /rdsi/PUBLIC/raad/data/www.ncei.noaa.gov/d… /rdsi/PUBLIC… -#> 4 1981-09-04 00:00:00 /rdsi/PUBLIC/raad/data/www.ncei.noaa.gov/d… /rdsi/PUBLIC… -#> 5 1981-09-05 00:00:00 /rdsi/PUBLIC/raad/data/www.ncei.noaa.gov/d… /rdsi/PUBLIC… -#> 6 1981-09-06 00:00:00 /rdsi/PUBLIC/raad/data/www.ncei.noaa.gov/d… /rdsi/PUBLIC… -#> 7 1981-09-07 00:00:00 /rdsi/PUBLIC/raad/data/www.ncei.noaa.gov/d… /rdsi/PUBLIC… -#> 8 1981-09-08 00:00:00 /rdsi/PUBLIC/raad/data/www.ncei.noaa.gov/d… /rdsi/PUBLIC… -#> 9 1981-09-09 00:00:00 /rdsi/PUBLIC/raad/data/www.ncei.noaa.gov/d… /rdsi/PUBLIC… -#> 10 1981-09-10 00:00:00 /rdsi/PUBLIC/raad/data/www.ncei.noaa.gov/d… /rdsi/PUBLIC… -#> # … with 13,767 more rows
ncep2_files.Rd
NCEP2 six-hourly reanalysis2 gaussian grid
- -ncep2_uwnd_6hr_files() - -ncep2_vwnd_6hr_files()- -
tibble data frame of file names
- - --ncep2_uwnd_6hr_files()#> # A tibble: 41 x 3 -#> date fullname root -#> <dttm> <chr> <chr> -#> 1 1979-01-01 12:00:00 /rdsi/PUBLIC/raad/data/ftp.cdc.noaa.gov/Da… /rdsi/PUBLIC… -#> 2 1980-01-01 12:00:00 /rdsi/PUBLIC/raad/data/ftp.cdc.noaa.gov/Da… /rdsi/PUBLIC… -#> 3 1981-01-01 12:00:00 /rdsi/PUBLIC/raad/data/ftp.cdc.noaa.gov/Da… /rdsi/PUBLIC… -#> 4 1982-01-01 12:00:00 /rdsi/PUBLIC/raad/data/ftp.cdc.noaa.gov/Da… /rdsi/PUBLIC… -#> 5 1983-01-01 12:00:00 /rdsi/PUBLIC/raad/data/ftp.cdc.noaa.gov/Da… /rdsi/PUBLIC… -#> 6 1984-01-01 12:00:00 /rdsi/PUBLIC/raad/data/ftp.cdc.noaa.gov/Da… /rdsi/PUBLIC… -#> 7 1985-01-01 12:00:00 /rdsi/PUBLIC/raad/data/ftp.cdc.noaa.gov/Da… /rdsi/PUBLIC… -#> 8 1986-01-01 12:00:00 /rdsi/PUBLIC/raad/data/ftp.cdc.noaa.gov/Da… /rdsi/PUBLIC… -#> 9 1987-01-01 12:00:00 /rdsi/PUBLIC/raad/data/ftp.cdc.noaa.gov/Da… /rdsi/PUBLIC… -#> 10 1988-01-01 12:00:00 /rdsi/PUBLIC/raad/data/ftp.cdc.noaa.gov/Da… /rdsi/PUBLIC… -#> # … with 31 more rowsncep2_vwnd_6hr_files()#> # A tibble: 41 x 3 -#> date fullname root -#> <dttm> <chr> <chr> -#> 1 1979-01-01 12:00:00 /rdsi/PUBLIC/raad/data/ftp.cdc.noaa.gov/Da… /rdsi/PUBLIC… -#> 2 1980-01-01 12:00:00 /rdsi/PUBLIC/raad/data/ftp.cdc.noaa.gov/Da… /rdsi/PUBLIC… -#> 3 1981-01-01 12:00:00 /rdsi/PUBLIC/raad/data/ftp.cdc.noaa.gov/Da… /rdsi/PUBLIC… -#> 4 1982-01-01 12:00:00 /rdsi/PUBLIC/raad/data/ftp.cdc.noaa.gov/Da… /rdsi/PUBLIC… -#> 5 1983-01-01 12:00:00 /rdsi/PUBLIC/raad/data/ftp.cdc.noaa.gov/Da… /rdsi/PUBLIC… -#> 6 1984-01-01 12:00:00 /rdsi/PUBLIC/raad/data/ftp.cdc.noaa.gov/Da… /rdsi/PUBLIC… -#> 7 1985-01-01 12:00:00 /rdsi/PUBLIC/raad/data/ftp.cdc.noaa.gov/Da… /rdsi/PUBLIC… -#> 8 1986-01-01 12:00:00 /rdsi/PUBLIC/raad/data/ftp.cdc.noaa.gov/Da… /rdsi/PUBLIC… -#> 9 1987-01-01 12:00:00 /rdsi/PUBLIC/raad/data/ftp.cdc.noaa.gov/Da… /rdsi/PUBLIC… -#> 10 1988-01-01 12:00:00 /rdsi/PUBLIC/raad/data/ftp.cdc.noaa.gov/Da… /rdsi/PUBLIC… -#> # … with 31 more rows
nsidc.Rd
Sea ice concentration files.
- -nsidc_south_monthly_files() - -nsidc_north_monthly_files() - -nsidc_monthly_files() - -nsidc_south_daily_files() - -nsidc_north_daily_files() - -nsidc_daily_files()- -
tibble data frame of file names
- - --nsidc_south_monthly_files()#> # A tibble: 471 x 3 -#> date fullname root -#> <dttm> <chr> <chr> -#> 1 1978-10-01 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 2 1978-11-01 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 3 1978-12-01 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 4 1979-01-01 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 5 1979-02-01 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 6 1979-03-01 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 7 1979-04-01 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 8 1979-05-01 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 9 1979-06-01 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 10 1979-07-01 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> # … with 461 more rowsnsidc_north_monthly_files()#> # A tibble: 471 x 3 -#> date fullname root -#> <dttm> <chr> <chr> -#> 1 1978-10-01 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 2 1978-11-01 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 3 1978-12-01 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 4 1979-01-01 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 5 1979-02-01 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 6 1979-03-01 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 7 1979-04-01 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 8 1979-05-01 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 9 1979-06-01 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 10 1979-07-01 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> # … with 461 more rowsnsidc_monthly_files()#> # A tibble: 1,844 x 3 -#> date fullname root -#> <dttm> <chr> <chr> -#> 1 1978-10-01 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 2 1978-11-01 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 3 1978-11-01 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 4 1978-12-01 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 5 1978-12-01 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 6 1979-01-01 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 7 1979-01-01 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 8 1979-02-01 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 9 1979-02-01 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 10 1979-03-01 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> # … with 1,834 more rowsnsidc_south_daily_files()#> # A tibble: 13,167 x 3 -#> date fullname root -#> <dttm> <chr> <chr> -#> 1 1978-10-26 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 2 1978-10-28 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 3 1978-10-30 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 4 1978-11-01 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 5 1978-11-03 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 6 1978-11-05 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 7 1978-11-07 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 8 1978-11-09 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 9 1978-11-11 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 10 1978-11-13 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> # … with 13,157 more rowsnsidc_north_daily_files()#> # A tibble: 13,167 x 3 -#> date fullname root -#> <dttm> <chr> <chr> -#> 1 1978-10-26 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 2 1978-10-28 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 3 1978-10-30 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 4 1978-11-01 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 5 1978-11-03 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 6 1978-11-05 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 7 1978-11-07 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 8 1978-11-09 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 9 1978-11-11 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 10 1978-11-13 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> # … with 13,157 more rowsnsidc_daily_files()#> # A tibble: 28,042 x 3 -#> date fullname root -#> <dttm> <chr> <chr> -#> 1 1978-10-26 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 2 1978-10-28 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 3 1978-10-30 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 4 1978-11-01 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 5 1978-11-03 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 6 1978-11-05 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 7 1978-11-07 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 8 1978-11-09 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 9 1978-11-11 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> 10 1978-11-13 00:00:00 /rdsi/PUBLIC/raad/data/sidads.colorado.edu… /rdsi/PUBLIC… -#> # … with 28,032 more rows
oisst.Rd
Sea ice concentration files at 6.25 km resolution, southern hemisphere.
-Optimally Interpolated Sea Surface Temperature, from https://www.ncei.noaa.gov/. These files contain four -variables `sst`, `anom`, `err` and `ice` for sea surface temperature, sst anomaly, sst error and sea ice concentration on -a regular global longitude latitude grid, with dimensions 1440x720 grid (0.25 degree spatial resolution).
- -amsr_daily_files() - -oisst_daily_files() - -oisst_monthly_files()- -
tibble data frame of file names
-tibble data frame of file names, with columns `fullname` and `date`
- -At the time of writing (2018-02-22) the files are accessible at -https://www.ncei.noaa.gov/data/sea-surface-temperature-optimum-interpolation/access/avhrr-only/. See the -[bowerbird](https://github.com/AustralianAntarcticDivision/bowerbird) package for a convenient way to obtain this data set -named "NOAA OI 1/4 Degree Daily SST AVHRR" in the [blueant configuration](https://github.com/AustralianAntarcticDivision/blueant).
-These files can be accessed individually `raster` package function `raster` or as multiple layers with `brick` or `raster::stack`. Use -the `varname` argument to choose one of the four variables.
-To obtain full NetCDF header metadata use 'ncdf4::open.nc(file)' or 'RNetCDF::print.nc(RNetCDF::open.nc(file))' to see -the equivalent of 'ncdump -h' output.
-Optimally Interpolated version 2 SST moved from 'eclipse.ncdc.noaa.gov', to 'www.ncei.noaa.gov' at the end of 2017.
- - --amsr_daily_files()#> # A tibble: 5,874 x 3 -#> date fullname root -#> <dttm> <chr> <chr> -#> 1 2002-06-19 00:00:00 /rdsi/PUBLIC/raad/data/ftp-projects.cen.un… /rdsi/PUBLIC… -#> 2 2002-06-20 00:00:00 /rdsi/PUBLIC/raad/data/ftp-projects.cen.un… /rdsi/PUBLIC… -#> 3 2002-06-21 00:00:00 /rdsi/PUBLIC/raad/data/ftp-projects.cen.un… /rdsi/PUBLIC… -#> 4 2002-06-22 00:00:00 /rdsi/PUBLIC/raad/data/ftp-projects.cen.un… /rdsi/PUBLIC… -#> 5 2002-06-23 00:00:00 /rdsi/PUBLIC/raad/data/ftp-projects.cen.un… /rdsi/PUBLIC… -#> 6 2002-06-24 00:00:00 /rdsi/PUBLIC/raad/data/ftp-projects.cen.un… /rdsi/PUBLIC… -#> 7 2002-06-25 00:00:00 /rdsi/PUBLIC/raad/data/ftp-projects.cen.un… /rdsi/PUBLIC… -#> 8 2002-06-26 00:00:00 /rdsi/PUBLIC/raad/data/ftp-projects.cen.un… /rdsi/PUBLIC… -#> 9 2002-06-27 00:00:00 /rdsi/PUBLIC/raad/data/ftp-projects.cen.un… /rdsi/PUBLIC… -#> 10 2002-06-28 00:00:00 /rdsi/PUBLIC/raad/data/ftp-projects.cen.un… /rdsi/PUBLIC… -#> # … with 5,864 more rowsoisst_daily_files()#> # A tibble: 13,777 x 3 -#> date fullname root -#> <dttm> <chr> <chr> -#> 1 1981-09-01 00:00:00 /rdsi/PUBLIC/raad/data/www.ncei.noaa.gov/d… /rdsi/PUBLIC… -#> 2 1981-09-02 00:00:00 /rdsi/PUBLIC/raad/data/www.ncei.noaa.gov/d… /rdsi/PUBLIC… -#> 3 1981-09-03 00:00:00 /rdsi/PUBLIC/raad/data/www.ncei.noaa.gov/d… /rdsi/PUBLIC… -#> 4 1981-09-04 00:00:00 /rdsi/PUBLIC/raad/data/www.ncei.noaa.gov/d… /rdsi/PUBLIC… -#> 5 1981-09-05 00:00:00 /rdsi/PUBLIC/raad/data/www.ncei.noaa.gov/d… /rdsi/PUBLIC… -#> 6 1981-09-06 00:00:00 /rdsi/PUBLIC/raad/data/www.ncei.noaa.gov/d… /rdsi/PUBLIC… -#> 7 1981-09-07 00:00:00 /rdsi/PUBLIC/raad/data/www.ncei.noaa.gov/d… /rdsi/PUBLIC… -#> 8 1981-09-08 00:00:00 /rdsi/PUBLIC/raad/data/www.ncei.noaa.gov/d… /rdsi/PUBLIC… -#> 9 1981-09-09 00:00:00 /rdsi/PUBLIC/raad/data/www.ncei.noaa.gov/d… /rdsi/PUBLIC… -#> 10 1981-09-10 00:00:00 /rdsi/PUBLIC/raad/data/www.ncei.noaa.gov/d… /rdsi/PUBLIC… -#> # … with 13,767 more rows
raadfiles-admin.Rd
Administration tools for managing a data library.
- -get_raad_data_roots() - -get_raad_filenames() - -set_raad_data_roots(..., replace_existing = TRUE, - use_known_candidates = FALSE, verbose = TRUE) - -raad_filedb_path(...) - -set_raad_filenames(clobber = FALSE) - -run_build_raad_cache()- -
... | -input file paths to set |
-
---|---|
replace_existing | -replace existing paths, defaults to TRUE |
-
use_known_candidates | -apply internal logic for known candidates (for internal use at raad-hq), defaults to FALSE |
-
clobber | -by default do not ignore existing file cache, set to TRUE to ignore and set |
-
These management functions are aimed at raadtools users, but can be -used for any file collection. The administration tools consist of **data roots** and -control over the building, reading, and caching of the available file list. No -interpretation of the underlying files is provided in the administration tools.
-A typical user won't use these functions but may want to investigate the contents of the raw file list, with -`get_raad_filenames()`.
-A user setting up a raadfiles collection will typically set the root directory/directories with `set_raad_data_roots()`, -then run the file cache list builder with `run_build_raad_cache()`, and then `set_raad_filenames()` -to actually load the file cache into memory.
-In a new R session there is no need to run `set_raad_filenames()` directly as this -will be done as the package loads. To disable this automatic behaviour use `options(raadfiles.file.cache.disable = TRUE)` *before* the package is -used or loaded. This is typically done when calling `run_build_raad_cache()` in a cron task.
-Every raadfiles file collection function (e.g. `oisst_daily_files`) will run `get_raad_filenames` to obtain the full raw list of -available files from the global in-memory option `getOption("raadfiles.filename.database")` and there is a low threshold probability that -this will also trigger a re-read of the file listing from the root directories. To avoid this trigger either use `getOption("raadfiles.filename.database")` -directly to get the in-memory file list, or set `options(raadfiles.file.refresh.threshold = 0)` to prevent the trigger. (Set it to 1 to force it always -to be read, also controlled by `set_raad_filenames(clobber = TRUE)`).
-There is a family of functions and global options used for administration.
- -set_raad_data_roots | |
set data root paths, for normal use only one data root is needed | |
set_raad_filenames | |
runs the system to update the file listing and refresh it | |
get_raad_data_roots | |
returns the current list of visible root directories | |
get_raad_filenames | |
returns the entire list of all files found in visible root directories | |
run_build_raad_cache | |
scan all root directories and update the file listing in each | |
raadfiles.data.roots | |
the list of paths to root directories | |
raadfiles.file.cache.disable | |
disable on-load setting of the in-memory file cache (never set automatically by the package) | |
raadfiles.file.refresh.threshold | |
threshold probability of how often to refresh in-memory file cache (0 = never, 1 = every time `get_raad_filenames()` is called) |
Options used internally, and subject to control by adminstrator options and the running of admin functions (they may not be set).
-raadfiles.filename.database | |
the data frame of all file names from the data roots | |
raadfiles.database.status | |
a status record of the in-memory filename database (timestamp) | |
rema_8m_files.Rd
Return files for various products from REMA Release 1
- -rema_tile_files(all = FALSE, ...) - -rema_100m_files(filled = TRUE, ...) - -rema_200m_files() - -rema_1km_files(filled = TRUE, ...) - -rema_8m_files(...)- -
... | -- |
---|---|
filled | -return 'filled' variant if available |
-
data frame of file names
- -'rema_8m_files' returns the base level 8 GeoTIFF files, there are 1516 files at 8m resolution.
- -https://www.pgc.umn.edu/tag/rema/
- - --rema_8m_files()#> # A tibble: 1,516 x 2 -#> fullname root -#> <chr> <chr> -#> 1 /rdsi/PUBLIC/raad/data/ftp.data.pgc.umn.edu/elev/dem/setsm… /rdsi/PUBLIC/raa… -#> 2 /rdsi/PUBLIC/raad/data/ftp.data.pgc.umn.edu/elev/dem/setsm… /rdsi/PUBLIC/raa… -#> 3 /rdsi/PUBLIC/raad/data/ftp.data.pgc.umn.edu/elev/dem/setsm… /rdsi/PUBLIC/raa… -#> 4 /rdsi/PUBLIC/raad/data/ftp.data.pgc.umn.edu/elev/dem/setsm… /rdsi/PUBLIC/raa… -#> 5 /rdsi/PUBLIC/raad/data/ftp.data.pgc.umn.edu/elev/dem/setsm… /rdsi/PUBLIC/raa… -#> 6 /rdsi/PUBLIC/raad/data/ftp.data.pgc.umn.edu/elev/dem/setsm… /rdsi/PUBLIC/raa… -#> 7 /rdsi/PUBLIC/raad/data/ftp.data.pgc.umn.edu/elev/dem/setsm… /rdsi/PUBLIC/raa… -#> 8 /rdsi/PUBLIC/raad/data/ftp.data.pgc.umn.edu/elev/dem/setsm… /rdsi/PUBLIC/raa… -#> 9 /rdsi/PUBLIC/raad/data/ftp.data.pgc.umn.edu/elev/dem/setsm… /rdsi/PUBLIC/raa… -#> 10 /rdsi/PUBLIC/raad/data/ftp.data.pgc.umn.edu/elev/dem/setsm… /rdsi/PUBLIC/raa… -#> # … with 1,506 more rowsrema_100m_files(filled = TRUE)#> # A tibble: 1 x 2 -#> fullname root -#> <chr> <chr> -#> 1 /rdsi/PUBLIC/raad/data/ftp.data.pgc.umn.edu/elev/dem/setsm/… /rdsi/PUBLIC/raa…
smap.Rd
Remote Sensing Systems SMAP Level 3 Sea Surface Salinity Standard Mapped Image 8day running
- -smap_8day_files()
-
- tibble data frame of file names, with columns `fullname` and `date`
- - --smap_daily_files()#> Error in smap_daily_files(): could not find function "smap_daily_files"
srtm.Rd
SRTM 90m Digital Elevation Database v4.1
- -srtm_files()
-
- tibble data frame of file names, with columns `fullname`, `x`, `y` (tiles)
-data frame with `fullname` file path, `x`, `y` tile column and row indices, `lon`, `lat` -a longitude and latitude for each tile, `root` the data file root path
- -DOI: 0.1080/13658810601169899
- -[https://cgiarcsi.community/data/srtm-90m-digital-elevation-database-v4-1/]
- - --srtm_files()#> # A tibble: 378 x 6 -#> fullname x y lon lat root -#> <chr> <int> <int> <dbl> <dbl> <chr> -#> 1 /rdsi/PUBLIC/raad/data/srtm.csi.cgiar.o… 1 2 -178. 52.5 /rdsi/PUBLI… -#> 2 /rdsi/PUBLIC/raad/data/srtm.csi.cgiar.o… 1 7 -178. 27.5 /rdsi/PUBLI… -#> 3 /rdsi/PUBLIC/raad/data/srtm.csi.cgiar.o… 2 1 -172. 57.5 /rdsi/PUBLI… -#> 4 /rdsi/PUBLIC/raad/data/srtm.csi.cgiar.o… 2 2 -172. 52.5 /rdsi/PUBLI… -#> 5 /rdsi/PUBLIC/raad/data/srtm.csi.cgiar.o… 2 7 -172. 27.5 /rdsi/PUBLI… -#> 6 /rdsi/PUBLIC/raad/data/srtm.csi.cgiar.o… 3 1 -168. 57.5 /rdsi/PUBLI… -#> 7 /rdsi/PUBLIC/raad/data/srtm.csi.cgiar.o… 3 2 -168. 52.5 /rdsi/PUBLI… -#> 8 /rdsi/PUBLIC/raad/data/srtm.csi.cgiar.o… 3 8 -168. 22.5 /rdsi/PUBLI… -#> 9 /rdsi/PUBLIC/raad/data/srtm.csi.cgiar.o… 4 1 -162. 57.5 /rdsi/PUBLI… -#> 10 /rdsi/PUBLIC/raad/data/srtm.csi.cgiar.o… 4 2 -162. 52.5 /rdsi/PUBLI… -#> # … with 368 more rows
thelist.Rd
Local authority spatial data in Tasmania.
- -thelist_files(format = c("gdb", "tab", "shp", "asc"), pattern = NULL)- -
format | -is used to targe tspecific formats see Details |
-
---|---|
pattern | -is used to string match generally, if this is not NULL then format is ignored |
-
tibble data frame of file names
- -TheList.tas.gov.au is the standard local mapping authority in Tasmania, it was -recently upgraded and works very well, and most of the data including newish -LiDAR is available within the opendata tree. Also check out tasmap.org for an -alternative interface with access to the same services.
-These files are broken into sub-regions, administrative areas within the -state of Tasmania. At time of checking there were 19 sub-regions, and 544 or so -layers (type within format) and 37,616 total files. GDB detection is different to the other -more definite formats so the file sets won't be analogous atm. There are Climate -Futures Australia (CFA) layer indexes in here as well, it's on the todo list -to build a comprehensive index (or access one).
-The scheme uses the Map Grid of Australia 1994 (MGA94) on -the Geocentric Datum of Australia 1994 (GDA94), an implementation of UTM Zone -55. GDA94 was rolled out in Australia in the early 2000s, Tasmania kept the -old UTM scheme (it was AMG66, AGD66) but around the same time Victoria used -the opportunity to move to a single-projection for the entire state, to avoid -having to switch between zones. NSW took much longer to modernize and -standardize around GDA94 and they stumbled forward with their three UTM zones -(54, 55, 56), and while Tasmania did it quickly we only have the one zone (no -one thought much about Macquarie Island) and Victoria did it more cleverly. -I'm not sure how Queensland went, they were adding properties and roads at a -very scary rate so probably took much longer than us. The software back then -could only just handle an entire city worth of vector roads and cadastre, so -experience with higher abstractions was pretty rare. As a nation, we could -probably never have agreed on a national LCC projection given that the -states had so much mess to sort out themselves, but that's what you see in -the USA with its Albers family, and the elided Hawaii and and Alaskan -montsrosities . During the time GDA94 was being rolled out the addressing -system was being standardized for GPS and modern communication systems, the -P-NAF was the original project that took the data from Australia Post. State -of the art for address parsing in 2002 was Perl, Google Earth was but a -keyhole glimmering in the background in early West Wing episodes, and the -idea of "micro-services" was catching on among the venture capital elite. Today -the echoes of Oracle and ESRI and RP-Data and ENVI and are still with us.
-It was around this time that the large players made their mark in Australia -(mid-1990s-early 2000s), MapInfo had a tight hold on many local government -authorities (LGAs) because they had the best software, the best formats (TAB, -MIF and georeferenced tile TAB for imagery), and somehow got integrated into -many state departments. That's why these TAB and MIF formats are here still, -shp was the poor interchange cousin, limited to DBF, short field names, no -data above the 32-bit index limit, no mixed topologies in a single layer. -Aerial imagery was just starting to make an impact and the future business -and research interests being recognized. MrSID and ECW were used to integrate -large imagery collections into single files and services, while their parent -companies waged a furious legal battle around wavelet compression. LizardTech -has mostly faded from the scene, but NearMap continues today with "reality as -a service", they certainly had the long-game in mind this whole time.
-Manifold was in version 5.0 in 2002, and it could read all of these formats -as well as provide very accessible rendering, ability to create tiles with -links betweeen drawings and images for creating tile sets. ECW was absolutely -hot, and ERMapper (Nearmap) had a free viewer that is probably still the best -one around until leaflet happened. The point of this long story was to -explain that in the early 2000s these files were LARGE and no one had a hope -of reading a road line, cadastral parcel, or even address point shapefile for -an entire state. We read them in parts, and in pairs or more of parts while -we slowly rendered our way around the country building map tile sets -deprecated immediately when Google Earth arrived. These days it's a pain to -get the file list into one object so you lapply it with the latest R GIS i/o -package, but there's really no problem with memory.
-This function is here to make it easy to get the file list for Tasmania.
-tab, gdb, shp is sf/rgdal ready - gdb works with the directory name, it might -work with some of the individual files - I don't know how GDAL otherwise -resolves layer names in the same folder but you can give it the path name, -this is probably why gdb/, though note that for raster /anything-next-to.adf -does work
-tab is that glorious ancient format
-gdb is a newcomer format, recently reverse engineered by Even
-shp is the usual suspect
-dbf is the usual suspect's data (ggplot2 calls this metadata)
-asc is DEM e.g. list_dem_25m_break_o_day.asc (part of a statewide effort in the -early 2000s to build a DEM for Tasmania, it was used to build a networked drainage -and topography graph of the state's physical landscape, and this helped spur the -development of a powerful imagery orthorectification system and led to some -interesting commerical initiatives in general geospatial data)
-csv is something else e.g. list_fmp_data.csv
-txt is probably just xml, probably only relevant to GDAL and ESRI list_fmp_data_statewide.txt.xml
-Arguments are used to pattern match on different aspects of the file name so that anything can be pulled out.
- - --thelist_files()#> # A tibble: 834 x 2 -#> fullname root -#> <chr> <chr> -#> 1 /rdsi/PUBLIC/raad/data/listdata.thelist.tas.gov.au/opendat… /rdsi/PUBLIC/raa… -#> 2 /rdsi/PUBLIC/raad/data/listdata.thelist.tas.gov.au/opendat… /rdsi/PUBLIC/raa… -#> 3 /rdsi/PUBLIC/raad/data/listdata.thelist.tas.gov.au/opendat… /rdsi/PUBLIC/raa… -#> 4 /rdsi/PUBLIC/raad/data/listdata.thelist.tas.gov.au/opendat… /rdsi/PUBLIC/raa… -#> 5 /rdsi/PUBLIC/raad/data/listdata.thelist.tas.gov.au/opendat… /rdsi/PUBLIC/raa… -#> 6 /rdsi/PUBLIC/raad/data/listdata.thelist.tas.gov.au/opendat… /rdsi/PUBLIC/raa… -#> 7 /rdsi/PUBLIC/raad/data/listdata.thelist.tas.gov.au/opendat… /rdsi/PUBLIC/raa… -#> 8 /rdsi/PUBLIC/raad/data/listdata.thelist.tas.gov.au/opendat… /rdsi/PUBLIC/raa… -#> 9 /rdsi/PUBLIC/raad/data/listdata.thelist.tas.gov.au/opendat… /rdsi/PUBLIC/raa… -#> 10 /rdsi/PUBLIC/raad/data/listdata.thelist.tas.gov.au/opendat… /rdsi/PUBLIC/raa… -#> # … with 824 more rows-## to get statewide sets, find the individual groups first and pick one -grps <- raadfiles:::thelist_groups() -print(grps)#> [1] "10m_contours" -#> [2] "2d_building_polys" -#> [3] "5m_contours" -#> [4] "acid_sulfate_soil_sites_statewide" -#> [5] "address_points_statewide" -#> [6] "aerial_photo_centres_statewide" -#> [7] "aerial_photo_coverages_statewide" -#> [8] "authority_land" -#> [9] "boundary_segs" -#> [10] "building_pts" -#> [11] "coastal_acid_sulfate_soils_statewide" -#> [12] "coastal_vulnerability_clayey_shores_statewide" -#> [13] "coastal_vulnerability_rocky_shores_statewide" -#> [14] "coastal_vulnerability_soft_shores_statewide" -#> [15] "coastal_vulnerability_unclassified_statewide" -#> [16] "coastline_statewide" -#> [17] "community_facilities" -#> [18] "correlated_reconnaissance_soils_soil_types_statewide" -#> [19] "crown_leases_statewide" -#> [20] "crown_licences_statewide" -#> [21] "dhhs_ambulance_station_locations_statewide" -#> [22] "easements" -#> [23] "electoral_divs_statewide" -#> [24] "hydarea" -#> [25] "hydline" -#> [26] "hydpnt" -#> [27] "inland_acid_sulfate_soils_statewide" -#> [28] "irrigationia_dams_statewide" -#> [29] "irrigationia_hydropower_statewide" -#> [30] "irrigationia_irrigation_districts_statewide" -#> [31] "irrigationia_pipeline_statewide" -#> [32] "irrigationia_pumpstation_statewide" -#> [33] "irrigationia_trade_zone_statewide" -#> [34] "irrigationia_transmission_line_statewide" -#> [35] "land capability_statewide" -#> [36] "land_districts_statewide" -#> [37] "land_tenure_statewide" -#> [38] "land_use_2002_BRS_statewide" -#> [39] "land_use_2009_2010_BRS" -#> [40] "land_use_2009_2010_BRS_statewide" -#> [41] "land_use_2013_BRS" -#> [42] "land_use_2013_BRS_statewide" -#> [43] "land_use_2015_BRS" -#> [44] "land_use_2015_BRS_statewide" -#> [45] "legislative_council_divs_statewide" -#> [46] "liquor_licences_statewide" -#> [47] "listian_reserve_estate_statewide" -#> [48] "local_govt_areas_statewide" -#> [49] "local_govt_reserves_statewide" -#> [50] "locality_postcode" -#> [51] "marine_acid_sulfate_soils_statewide" -#> [52] "marine_farming_zones_statewide" -#> [53] "marine_leases_statewide" -#> [54] "marine_nature_reserves_statewide" -#> [55] "named_feature_extent_statewide" -#> [56] "nomenclature_csv_statewide" -#> [57] "nomenclature_statewide" -#> [58] "parcels" -#> [59] "parish_town_bdys_statewide" -#> [60] "private_reserves_statewide" -#> [61] "private_timber_reserves_statewide" -#> [62] "public_land_class" -#> [63] "ramsar_wetlands_statewide" -#> [64] "reconnaissance_soils_map_extents_100k_statewide" -#> [65] "scalefish_blocks_statewide" -#> [66] "soil_boundaries_statewide" -#> [67] "soil_sample_sites_statewide" -#> [68] "spot_heights_statewide" -#> [69] "survey_control_statewide" -#> [70] "tasveg_20" -#> [71] "tasveg_20_statewide" -#> [72] "tasveg_30" -#> [73] "tasveg_30_groups" -#> [74] "tasveg_30_groups_statewide" -#> [75] "tasveg_30_statewide" -#> [76] "threatened_native_vegetation_communities_statewide" -#> [77] "transport_nodes" -#> [78] "transport_segments" -#> [79] "water_districts_statewide" -#> [80] "water_management_area_statewide"#read_all <- function(pattern) { -#files <- thelist_files(format = "shp", pattern = pattern) -#do.call(rbind, lapply(files$fullname, sf::read_sf)) -#} -#x <- read_all(sample(grps, 1)) -
topography-files.Rd
Obtain file names for various topographic data.
- -gebco19_files(all = FALSE, ...) - -gebco08_files(all = FALSE, ...) - -ramp_files(all = FALSE, ...) - -ibcso_files(all = FALSE, ...) - -ibcso_background_files(all = FALSE, ...) - -ibcso_bed_files(all = FALSE, ...) - -ibcso_digital_chart_files(all = FALSE, ...) - -ibcso_sid_files(all = FALSE, ...) - -cryosat2_files(all = FALSE, ...) - -etopo1_files(all = FALSE, ...) - -etopo2_files(all = FALSE, ...) - -lakesuperior_files(all = FALSE, ...) - -kerguelen_files(all = FALSE, ...) - -george_v_terre_adelie_1000m_files(all = FALSE, ...) - -george_v_terre_adelie_500m_files(all = FALSE, ...) - -george_v_terre_adelie_250m_files(all = FALSE, ...) - -george_v_terre_adelie_100m_files(all = FALSE, ...) - -smith_sandwell_files(all = FALSE, ...) - -smith_sandwell_unpolished_files(all = FALSE, ...) - -smith_sandwell_lon180_files(all = FALSE, ...) - -smith_sandwell_unpolished_lon180_files(all = FALSE, ...) - -macquarie100m_57S_files(all = FALSE, ...) - -macquarie100m_58S_files(all = FALSE, ...)- -
all | -return a larger set of files (for exploratory use only) |
-
---|---|
... | -reserved |
-
data frame of `file` and `fullname` columns
- -Each function exists to match a specific data set, but the optional `all` argument may be used to -easily discover a broader set of files that ship with the data, or that represent older versions, documentation -and other metadata files.
-There's no single format, there are GeoTIFFs, ArcInfo binary, ERStorage, NetCDF, NetCDF GMT, (Geo) PDF, and some VRT -wrappers for handling raw binary files.
- -Two versions 2008 and 2014.
- -'is' ('is_PS71' tif, or grd), 'background_hq', 'bed' ('bed_PS71'), 'digital_chart', 'sid' ('sid_PS71')
- -Etopo1 and Etopo2, Lake Superior
- -Polished and unpolished, version 18.1 replaces 18.
- -Cryosat2
- -George V Terre Adelie, Kerguelen, Macquarie 100m
- - --gebco14_files()#> Error in gebco14_files(): could not find function "gebco14_files"