The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
R package for connecting and retreive data from OpenBioMaps servers
For shiny data exploration, see the OBM Insight R-Shiny app: http://computation.openbiomaps.org
library(“devtools”)
install_github(‘OpenBioMaps/obm.r’)
library(obm)
obm_init(‘dead_animals’)
obm_init(‘dead_animals’,‘https://somewhere.something’)
obm_init()
obm_auth()
data <- obm_get(‘get_data’,‘39980:39988’)
data <- obm_get(‘get_data’,’*’)
data <- obm_get(‘get_data’,’*‘,table=’buildings’)
data <- obm_get(‘get_data’,‘filter=species=Parus palustris’)
form_list <- obm_get(‘get_form_list’)
form_data <- obm_get(‘get_form_data’,73)
obm_form_fill(form_data)
obm_put(…)
trl <- ‘{“trackLogId”:“…”,“trackLogArray”:[{…}], … }’ res <- obm_put(scope=“tracklog”, tracklog=trl)
last label points an SQL query which stored on the server.
These queries connected with the users.obm_get(‘get_report’,‘last’)
create_table(file=‘foo.csv’,[data=, sep=‘,’ , quote=“‘“, create-table=F, project=F, table=’’]
Example:
create_table(file=‘database_example_rows.csv’,quote=‘“’,table=‘butterfly’)
obm_repo(‘get|put’,params=list())
library(obm)
mark_transform(file=‘Urhanya2017.csv’)
…answer questions…
look for output files in you working folder:
-rw-r--r-- 1 banm banm 1157626 febr 8 19.11 Urhanya2017.csv
-rw-r--r-- 1 banm banm 16733 febr 8 19.15 errors.txt
-rw-r--r-- 1 banm banm 90986 febr 8 19.15 nau_results.csv
-rw-r--r-- 1 banm banm 29187 febr 8 19.15 nau_input.inp
-rw-r--r-- 1 banm banm 80159 febr 8 19.15 tel_results.csv
-rw-r--r-- 1 banm banm 25645 febr 8 19.15 tel_input.inp
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.