Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

GBIF-Dataset-Explorer (gde)

R Package to explore datasets from the biodivesity aggregator GBIF.

Once a DwC dataset is loaded, you can explore the issues and data values using a Shiny UI.

Load data from a DwC download

  1. Install the package:
    • Install devtools, if needed: install.packages("devtools")
    • Install from Github: devtools::install_github('Smithsonian/GBIF-Dataset-Explorer')
  2. Download a DarwinCore zip from GBIF
  3. Setup a database, currently only for Postgres
  4. Copy the file inst/shinyApp/gde_settings.R.template to gde_settings.R in the working directory and edit the values
  5. Run the function gde::load_gbif_dwc(zipfile = "000000.zip", tmpdir = "/tmp/"), editing the values as needed

Run the app locally

After loading the data to the database:

  1. Copy the file inst/shinyApp/gde_settings.R.template to gde_settings.R in the working directory and edit the values.
  2. Run using: gde::launchApp()

Serve the shiny app on a server

  1. Install the package in the server: devtools::install_github('Smithsonian/GBIF-Dataset-Explorer')
  2. Copy the files in inst/shinyApp to the server.
  3. Rename the file gde_settings.R.template to gde_settings.R and edit the values.

About

R Package to explore datasets from the biodivesity aggregator GBIF. Digitization Program Office, OCIO

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.