README.md

bandaidr

Description of package Initiated: Nov. 8, 2019 at the BC gov R-hackathon in Prince George

Features

  1. Read in Satellite data

  2. needs a function to get the data

  3. Name and Store the names of the bands (e.g. RGB, nIR, swir(?))

  4. add names

  5. satellites supported
  6. look-up table of the bands

  7. Provide information about the bands. This could be vignette-popups with a short description and links to further information.

Sentinel Bands
(10m)

Resources for Group

resources and items to consider

LandSat Products

Naming Convensions

Accounts needed

Installation

library(remotes)
install_github("bcgov-datasci-labs/bandaidr")

Usage


library(bomrang)
bom <- get_satellite_imagery("IDE00420.201911080500.tif")

band_label(bom)

Summarise Rasters by Satellite

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~

Project Status

Initiated

Getting Help or Reporting an Issue

To report bugs/issues/feature requests, please file an issue.

How to Contribute

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.

License

Copyright 2019 Province of British Columbia

Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
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 &quot;AS IS&quot; 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.



bcgov-datasci-labs/bandaidr documentation built on Nov. 9, 2019, 12:42 a.m.