PEcAn R Package
PEcAn.DB functions
Like using the R dplyr package, the PEcAn.DB package requires the user to have read access to a PostgreSQL server running BETYdb. Unlike the dplyr package, the PEcAn.DB package is less secure, more difficult to install. The primary reason to use this package is if you are using the PEcAn ecosystem modeling framework. The easiest way to install the BETYdb server and run these queries is to use the PEcAn virtual machine. This can be done on your computer or through Amazon Web Services.
Here is some of the basic functionality:
Installing a PEcAn Virtual Machine (BETYdb sandbox)
If you want
full access to the public content of BETYdb
the easiest way to get started using PEcAn tools to access BETYdb
to develop BETYdb
have full access to the server and database
You may want to install a PEcAn Virtual Machine
These are the steps
Setting up the virtual machine:
Download PEcAn virtual machine (.ova file) from here.
Download and install VirtualBox.
Open VirtualBox. If you want, go to the preferences and change your default machine folder. This will be about 14–15 GB, so make sure you select a drive with plenty of space.
go to File > Import Appliance, and select the .ova file you downloaded. Continue.
Check "Reinitialize the MAC address of all network cards" and press Import.
Using the virtual machine:
In the VirtualBox Manager window, select the PEcAn VM and press Start.
A new window will pop up and boot Linux, eventually prompting you for a username. Enter "carya" (no quotes) and then "illinois" (again no quotes) for the password. You're now at the Linux command line.
Open up Safari and go to localhost:6480/rstudio. Log in with the same username and password as above.
You're in RStudio! Now you can start accessing BETYdb from here, for example by using dplyr.
See also tutorials on pecanproject.org
Note:
Any changes or additions to the database not be synced back to other BETYdb databases
please report errors and updates to github.com/pecanproject/bety/issues/new
If you want to run a production instance of BETYdb and / or add sync your database with others, see the BETYdb documentation section on distributed databases. (this will not be covered here)
Last updated