Package: grtsdb 0.2
grtsdb: Create a Sampling Frame Using GRTS
Create an SQLite database containing the sampling framework for different levels of resolution. Take a sample from this framework.
Authors:
grtsdb_0.2.tar.gz
grtsdb_0.2.zip(r-4.5)grtsdb_0.2.zip(r-4.4)grtsdb_0.2.zip(r-4.3)
grtsdb_0.2.tgz(r-4.4-any)grtsdb_0.2.tgz(r-4.3-any)
grtsdb_0.2.tar.gz(r-4.5-noble)grtsdb_0.2.tar.gz(r-4.4-noble)
grtsdb_0.2.tgz(r-4.4-emscripten)grtsdb_0.2.tgz(r-4.3-emscripten)
grtsdb.pdf |grtsdb.html✨
grtsdb/json (API)
NEWS
# Install 'grtsdb' in R: |
install.packages('grtsdb', repos = c('https://inbo.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/inbo/grtsdb/issues
grtssamplingsampling-methodssqlite
Last updated 3 years agofrom:efa9643c56. Checks:OK: 1 NOTE: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 29 2024 |
R-4.5-win | NOTE | Oct 29 2024 |
R-4.5-linux | NOTE | Oct 29 2024 |
R-4.4-win | NOTE | Oct 29 2024 |
R-4.4-mac | NOTE | Oct 29 2024 |
R-4.3-win | NOTE | Oct 29 2024 |
R-4.3-mac | NOTE | Oct 29 2024 |
Exports:add_legacy_sitesadd_levelcompact_dbconnect_dbcreate_indexdbDisconnectdrop_legacy_sitesextract_legacy_sampleextract_samplehas_indexis_grtsdbn_levelwhich_level
Dependencies:assertthatbitbit64blobcachemclicpp11DBIfastmapgluelifecyclememoisepkgconfigplogrrlangRSQLitevctrs
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Add legacy sites | add_legacy_sites |
Add a level to the grtsdb | add_level |
Compact the database by removing the lower levels and all indices | compact_db |
connect to or create an SQLite database | connect_db |
Add the index to the table | create_index |
Drop the table with legacy sites for a given level | drop_legacy_sites |
Extract the GRTS sample with legacy sites | extract_legacy_sample |
extract the grts sample | extract_sample |
has a table the required index | has_index |
Check is an object is a grtsdb | is_grtsdb |
Calculate the required level based on a bounding box and a cellsize | n_level |
Return a vector of level number which are available in the database | which_level |