Skip to content

Commit

Permalink
version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
josesamos authored and cran-robot committed Jan 9, 2024
1 parent 312d632 commit 1df3b25
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 17 deletions.
25 changes: 14 additions & 11 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
Package: satres
Title: Grouping Satellite Bands by Spectral and Spatial Resolution
Version: 1.1.0
Authors@R:
person("Jose", "Samos", , "jsamos@ugr.es", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-4457-3439"))
Description: Given raster files directly downloaded from various websites, it
generates a raster structure where it merges them if they are tiles of the
same scene and classifies them according to their spectral and spatial
resolution for easy access by name.
Version: 1.1.1
Authors@R: c(
person("Jose", "Samos", , "jsamos@ugr.es", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4457-3439")),
person("Universidad de Granada", role = "cph")
)
Description: Given raster files directly downloaded from various websites,
it generates a raster structure where it merges them if they are tiles
of the same scene and classifies them according to their spectral and
spatial resolution for easy access by name.
License: MIT + file LICENSE
URL: https://josesamos.github.io/satres/,
https://github.com/josesamos/satres
Expand All @@ -22,8 +24,9 @@ Language: en-GB
LazyData: true
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-10-30 12:06:43 UTC; joses
Author: Jose Samos [aut, cre, cph] (<https://orcid.org/0000-0002-4457-3439>)
Packaged: 2024-01-08 18:28:07 UTC; joses
Author: Jose Samos [aut, cre] (<https://orcid.org/0000-0002-4457-3439>),
Universidad de Granada [cph]
Maintainer: Jose Samos <jsamos@ugr.es>
Repository: CRAN
Date/Publication: 2023-10-30 12:20:02 UTC
Date/Publication: 2024-01-09 01:00:02 UTC
8 changes: 4 additions & 4 deletions MD5
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
f81a3f221af3a43690077fc114172b3f *DESCRIPTION
45969e04bd51e2dd7d193bde4030090b *DESCRIPTION
3956fcaed814752dd60f81280e874d19 *LICENSE
c9f155d03af44bbe70dde86e48d39fb8 *NAMESPACE
5d21a0a2b31cac6aa9b6fbc6a605dd57 *NEWS.md
1f27cad0cace5dadefa8a21c8e81e05b *NEWS.md
101f965892a4eab639497b05dae81265 *R/data.R
8d8858988faee89acc52907fffaadff0 *R/export.R
7a4851c19ef6db8c38b3c889ec5faf55 *R/misc.R
c4ecf134c0632ff2faeec19c6b7fb732 *R/prev.R
4c859539934bdc57b8ecdb307b7b9694 *R/satres.R
d79fbbd1725fd3f38852f79e32c3c46c *R/sbands.R
6d554691a00443d770a559f2a8e3044d *R/transf.R
8501dda3795009c832446761d07f102b *README.md
ca649f4ec84d73c899d8d60b09132223 *build/vignette.rds
49415db53eba4169f99dcf6630aed683 *README.md
180c16dc50ffe3f37173a5f55a6d13af *build/vignette.rds
069c700fe114e7fd447309b2bc2f334f *data/sat_band.rda
1f52310d7a8efa21c5c339785e04fd13 *data/sat_rest.rda
53ee6c797acf860e7e80ee42e14333b0 *data/sat_rest_msk.rda
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# satres 1.1.1
* Modify the cph field of the description.
* Update the readme file.

# satres 1.1.0
* Transformation vignette.
* Functions to transform an object: `clip_bands()`, `select_bands()`, `merge_tiles()`.
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ status](https://www.r-pkg.org/badges/version/satres)](https://CRAN.R-project.org
[![R-CMD-check](https://github.com/josesamos/satres/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/josesamos/satres/actions/workflows/R-CMD-check.yaml)
[![Codecov test
coverage](https://codecov.io/gh/josesamos/satres/branch/main/graph/badge.svg)](https://app.codecov.io/gh/josesamos/satres?branch=main)
[![Downloads](http://cranlogs.r-pkg.org/badges/grand-total/satres?color=brightgreen)](https://www.r-pkg.org:443/pkg/satres)
<!-- badges: end -->

<!-- [![Downloads](http://cranlogs.r-pkg.org/badges/satres?color=brightgreen)](https://www.r-pkg.org:443/pkg/satres) -->

We frequently download files with satellite bands from the
[*ESA*](https://dataspace.copernicus.eu/) and
[*USGS*](https://glovis.usgs.gov/) websites to perform data analysis,
Expand Down
Binary file modified build/vignette.rds
Binary file not shown.

0 comments on commit 1df3b25

Please sign in to comment.