https://github.com/rspatial/luna
satellite remote sensing tools
https://github.com/rspatial/luna
Last synced: about 1 year ago
JSON representation
satellite remote sensing tools
- Host: GitHub
- URL: https://github.com/rspatial/luna
- Owner: rspatial
- License: gpl-3.0
- Created: 2019-06-10T15:29:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-23T07:18:11.000Z (over 1 year ago)
- Last Synced: 2024-12-23T08:24:20.917Z (over 1 year ago)
- Language: R
- Size: 1.14 MB
- Stars: 30
- Watchers: 5
- Forks: 4
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# luna
luna is a R package with satellite remote sensing functions.
You can install it like this:
```
install.packages('luna', repos='https://rspatial.r-universe.dev')
```
Or like this:
```
remotes::install_github("rspatial/luna")
```