https://github.com/environmentalinformatics-marburg/rsdb
Remote Sensing Database
https://github.com/environmentalinformatics-marburg/rsdb
database point-cloud raster remote-sensing rsdb
Last synced: 4 months ago
JSON representation
Remote Sensing Database
- Host: GitHub
- URL: https://github.com/environmentalinformatics-marburg/rsdb
- Owner: environmentalinformatics-marburg
- License: gpl-3.0
- Created: 2019-03-26T08:14:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2026-01-23T13:02:35.000Z (4 months ago)
- Last Synced: 2026-01-24T05:18:19.070Z (4 months ago)
- Topics: database, point-cloud, raster, remote-sensing, rsdb
- Language: Java
- Homepage: https://environmentalinformatics-marburg.github.io/rsdb
- Size: 11.2 MB
- Stars: 31
- Watchers: 13
- Forks: 11
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Remote Sensing Database (RSDB)
Manage remote sensing raster, point-cloud and vector data online.
* **[RSDB homepage](https://environmentalinformatics-marburg.github.io/rsdb)**
* **[RSDB paper](https://doi.org/10.1111/ecog.05266)**
* **[Wiki](https://github.com/environmentalinformatics-marburg/rsdb/wiki)** with technical documentation, [point cloud indices details](https://github.com/environmentalinformatics-marburg/rsdb/wiki/Point-cloud-indices) and [troubleshooting](https://github.com/environmentalinformatics-marburg/rsdb/wiki/Troubleshooting)
* **[Example](https://github.com/environmentalinformatics-marburg/rsdb-data/blob/master/README.md)** with datasets, web interface and [R-script](https://github.com/environmentalinformatics-marburg/rsdb-data/blob/master/processing.md) based processing
* **[Issues](https://github.com/environmentalinformatics-marburg/rsdb/issues)** are managed on GitHub
---------------------------------------
A ready to use RSDB distribution is located at:
[https://github.com/environmentalinformatics-marburg/rsdb-data](https://github.com/environmentalinformatics-marburg/rsdb-data)
---------------------------------------
### Install R Package
```R
if(!require("remotes")) install.packages("remotes")
remotes::install_github("environmentalinformatics-marburg/rsdb/r-package")
library(RSDB)
??RSDB
```
The RSDB R-package connects to a running RSDB server.