Skip to content

mpio-be/NZ_FIELDWORKER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NZ_FIELDWORKER

Fieldworker is a modular application for organizing fieldwork.

Directory structure

📦NZ_FIELDWORKER
 ┣ 📂Admin
 ┃ ┗ 📜db_structure.SQL
 ┣ 📂DataEntry
 ┃ ┣ 📂OBSERVERS
 ┃ ┣ 📂CAPTURES
 ┃ ┣ 📂EGGS
 ┃ ┣ 📂NESTS
 ┃ ┗ 📂RESIGHTINGS
 ┣ 📂gpxui
 ┃ ┣ 📜global.R
 ┃ ┣ 📜server.R
 ┃ ┗ 📜ui.R
 ┣ 📂main
 ┃ ┣ 📂R
 ┃ ┣ 📂www

The interface in \main is both :

  • a landing page that links to the DataEntry, gpxui interfaces and some other web apps.
  • a mapping, viewing and reporting interface. The interfaces outside of \main are self-contained and can be run independently if needed.

How to install and run.

  1. Clone this repo locally.
  2. Get access to a database (MySQL or MariaDB).
  3. Open your DB and run Admin/db_structure.SQL. If this has been created for you, go to 4.
  4. Install the required R packages in the ./global.R files.
  5. Load the dbo package and then run my.cnf() to store your db credentials locally. Make sure the SERVER variable in all./global.R files reflect your my.cnf().
  6. Within \main, run shiny::runApp('main') to load the interface.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published