https://github.com/carlos-alberto-silva/icesat2vegr

rICESat2VegR: An R Package for NASA's Ice, Cloud, and Elevation Satellite (ICESat-2) Data Processing and Visualization for Terrestrial Applications

https://github.com/carlos-alberto-silva/icesat2vegr

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 3 committers (33.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.1%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

rICESat2VegR: An R Package for NASA's Ice, Cloud, and Elevation Satellite (ICESat-2) Data Processing and Visualization for Terrestrial Applications

Basic Info
  • Host: GitHub
  • Owner: carlos-alberto-silva
  • License: other
  • Language: Jupyter Notebook
  • Default Branch: master
  • Homepage:
  • Size: 65.1 MB
Statistics
  • Stars: 5
  • Watchers: 3
  • Forks: 1
  • Open Issues: 1
  • Releases: 1
Created over 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License

README.Rmd

---
output: github_document
---

![](https://github.com/carlos-alberto-silva/ICESat2VegR/blob/master/readme/cover.png)
[![ICESat2VegR status badge](https://carlos-alberto-silva.r-universe.dev/badges/ICESat2VegR)](https://carlos-alberto-silva.r-universe.dev/ICESat2VegR) [![R-hub](https://github.com/carlos-alberto-silva/ICESat2VegR/actions/workflows/rhub.yaml/badge.svg)](https://github.com/carlos-alberto-silva/ICESat2VegR/actions/workflows/rhub.yaml) [![CRAN](https://www.r-pkg.org/badges/version/ICESat2VegR)](https://cran.r-project.org/package=ICESat2VegR) ![licence](https://img.shields.io/badge/Licence-GPL--3-blue.svg) ![Downloads](https://cranlogs.r-pkg.org/badges/grand-total/ICESat2VegR) **ICESat2VegR: An R Package for NASA's Ice, Cloud, and Elevation Satellite (ICESat-2) Data Processing and Visualization for Land and Vegetation Applications.** Authors: Carlos Alberto Silva and Caio Hamamura The ICESat2VegR package provides functions for downloading, reading, visualizing, processing and exporting NASA's ICESat-2 ATL03 (Global Geolocated Photon Data) and ATL08 (Land and Vegetation Height) products for Land and Vegetation Applications in R environment. # Getting started ```{r include=FALSE} vignettes_path <- ".." kable_defined <- TRUE is_readme <- TRUE print.data.frame <- function(x, ...) print(knitr::kable(x)) print.data.table <- function(x, ...) print(knitr::kable(x)) print.icesat2.atl03_seg_dt <- function(x, ...) print(knitr::kable(x)) print.icesat2.atl08_dt <- function(x, ...) print(knitr::kable(x)) print.icesat2.atl03_dt <- function(x, ...) print(knitr::kable(x)) print.icesat2.atl03atl08_dt <- function(x, ...) print(knitr::kable(x)) hide_close03 <- TRUE hide_close08 <- TRUE do_close <- FALSE ``` ```{r child="vignettes/basic/02print_mapview.Rmd"} ``` ```{r child="vignettes/v01_Installation.Rmd"} ``` ```{r child="vignettes/intermediate/02find_and_download.Rmd"} ``` # Working with segments attributes form ATL03 and ATL08 ```{r child="vignettes/intermediate/03segment_attributes.Rmd"} ``` # Clipping ATL03 and ATL08 data ```{r child="vignettes/intermediate/04clipping_data.Rmd"} ``` # Joining ATL03 and ATL08 data ```{r child="vignettes/intermediate/05joining_photons.Rmd"} ``` # Calculating ATL08 metrics for different size segments other than 100m and 20m ```{r child="vignettes/intermediate/06differentSizeSegments.Rmd"} ``` # Predicting and rasterizing ATL08 h_canopy data using machine learning models ```{r child="vignettes/intermediate/07predict_h5.Rmd"} ``` # Upscalling ATL08 h_canopy data using Harmonized Landsat-Sentinel-2 (HLS) data ```{r child="vignettes/intermediate/08gee_modelling.Rmd"} ``` ```{r include=FALSE} do_close <- TRUE hide_close03 <- FALSE hide_close08 <- FALSE ``` ```{r child="vignettes/basic/01close.Rmd"} ``` # Acknowledgements We gratefully acknowledge funding from NASA’s ICESat-2 (ICESat-2, grant 22-ICESat2_22-0006), Carbon Monitoring System (CMS, grant 22-CMS22-0015) and Commercial Smallsat Data Scientific Analysis(CSDSA, grant 22-CSDSA22_2-0080). # Reporting Issues Please report any issue regarding the ICESat2VegR package to Dr. Silva (c.silva@ufl.edu) or Caio Hamamura (hamamura.caio@ifsp.edu). # Citing ICESat2VegR Silva,C.A; Hamamura,C. ICESat2VegR: An R Package for NASA's Ice, Cloud, and Elevation Satellite (ICESat-2) Data Processing and Visualization for Terrestrial Applications.version 0.0.1, accessed on Jun. 13 2024, available at: # Disclaimer **ICESat2VegR package comes with no guarantee, expressed or implied, and the authors hold no responsibility for its use or reliability of its outputs.**

Owner

  • Name: Carlos Alberto Silva
  • Login: carlos-alberto-silva
  • Kind: user
  • Company: University of Florida

GitHub Events

Total
  • Watch event: 7
  • Fork event: 3
Last Year
  • Watch event: 7
  • Fork event: 3

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 276
  • Total Committers: 3
  • Avg Commits per committer: 92.0
  • Development Distribution Score (DDS): 0.199
Past Year
  • Commits: 276
  • Committers: 3
  • Avg Commits per committer: 92.0
  • Development Distribution Score (DDS): 0.199
Top Committers
Name Email Commits
caiohamamura c****a@g****m 221
carlos-alberto-silva c****l@o****m 48
Silva c****a@u****u 7
Committer Domains (Top 20 + Academic)
ufl.edu: 1

Issues and Pull Requests

Last synced: about 2 years ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • chenbadan (2)
  • atkinsjeff (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

DESCRIPTION cran
  • Rdpack * imports
  • gdalBindings * imports
  • hdf5r * imports