Description of package Initiated: Nov. 8, 2019 at the BC gov R-hackathon in Prince George
Read in Satellite data
needs a function to get the data
Name and Store the names of the bands (e.g. RGB, nIR, swir(?))
add names
look-up table of the bands
Provide information about the bands. This could be vignette-popups with a short description and links to further information.
resources and items to consider
library(remotes)
install_github("bcgov-datasci-labs/bandaidr")
library(bomrang)
bom <- get_satellite_imagery("IDE00420.201911080500.tif")
band_label(bom)
library(bandaidr)
summarize_imagery()
#> Warning: Column `band_short`/`Name` joining character vector and factor,
#> coercing into character vector
#> # A tibble: 10 x 7
#> value band_short Resolution Wavelength Description Code rasters
#> <chr> <chr> <fct> <fct> <fct> <fct> <list>
#> 1 data/LE07_L~ B1 30 meters 0.45 - 0.~ Blue B <Rastr~
#> 2 data/LE07_L~ B2 30 meters 0.52 - 0.~ Green G <Rastr~
#> 3 data/LE07_L~ B3 30 meters 0.63 - 0.~ Red R <Rastr~
#> 4 data/LE07_L~ B4 30 meters 0.77 - 0.~ Near infrar~ NIR <Rastr~
#> 5 data/LE07_L~ B5 30 meters 1.55 - 1.~ Shortwave i~ SWIR1 <Rastr~
#> 6 data/LE07_L~ B6 <NA> <NA> <NA> <NA> <Rastr~
#> 7 data/LE07_L~ B6 <NA> <NA> <NA> <NA> <Rastr~
#> 8 data/LE07_L~ B7 30 meters 2.08 - 2.~ Shortwave i~ SWIR2 <Rastr~
#> 9 data/LE07_L~ B8 15 meters 0.52 - 0.~ Panchromatic PAN <Rastr~
#> 10 data/LE07_L~ BQ <NA> <NA> <NA> <NA> <Rastr~
Initiated
To report bugs/issues/feature requests, please file an issue.
If you would like to contribute to the package, please see our CONTRIBUTING guidelines.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Copyright 2019 Province of British Columbia
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.
This project was created using the bcgovr package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.