Skip to content

Commit

Permalink
Release v0.7 - temporary removed TRMM
Browse files Browse the repository at this point in the history
  • Loading branch information
cvitolo committed Apr 2, 2017
1 parent e5cd8a4 commit 0cf4072
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 314 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ docs
_pkgdown.yml
figure$
cache$
inst/blog
inst/tmp
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: hddtools
Title: Hydrological Data Discovery Tools
Version: 0.6
Version: 0.7
Authors@R: c(person("Claudia", "Vitolo", email = "cvitolodev@gmail.com", role = c("aut", "cre")),
person("Wouter", "Buytaert", role = c("ctb"), comment = "This package was developed during Claudia's PhD at Imperial College London and Wouter was the PhD supervisor."),
person("Erin", "Le Dell", role = c("ctb"), comment = "Erin reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/73"),
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Generated by roxygen2: do not edit by hand

export(KGClimateClass)
export(TRMM)
export(bboxSpatialPolygon)
export(catalogueData60UK)
export(catalogueGRDC)
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# hddtools 0.7

* TRMM function: this function has been temporarily removed from hddtools v0.7 as the ftp at NASA containing the data has been migrated. A new function is under development and will be avalable at the next release (v0.8).

# hddtools 0.6

* TRMM function: set method for download.file to "auto" and added to arguments
Expand Down
171 changes: 0 additions & 171 deletions R/TRMM.R

This file was deleted.

2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The package contains functions to interact with the data providers listed below.

* [GRDC](http://www.bafg.de/GRDC/EN/Home/homepage_node.html): The Global Runoff Data Centre (GRDC) provides datasets for all the major rivers in the world.

* [TRMM](http://trmm.gsfc.nasa.gov/): The NASA's Tropical Rainfall Measuring Mission records global historical rainfall estimation in a gridded format since 1998 with a daily temporal resolution and a spatial resolution of 0.25 degrees.
* [TRMM](http://trmm.gsfc.nasa.gov/): The NASA's Tropical Rainfall Measuring Mission records global historical rainfall estimation in a gridded format since 1998 with a daily temporal resolution and a spatial resolution of 0.25 degrees. __Please note the TRMM function has been temporarily removed from hddtools v0.7 as the ftp at NASA containing the data has been migrated. A new function is under development and will be avalable at the next release (v0.8).__

* [Data60UK](http://tdwg.catchment.org/datasets.html): The Data60UK initiative collated datasets of areal precipitation and streamflow discharge across 61 gauging sites in England and Wales (UK).

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The package contains functions to interact with the data providers listed below.

- [GRDC](http://www.bafg.de/GRDC/EN/Home/homepage_node.html): The Global Runoff Data Centre (GRDC) provides datasets for all the major rivers in the world.

- [TRMM](http://trmm.gsfc.nasa.gov/): The NASA's Tropical Rainfall Measuring Mission records global historical rainfall estimation in a gridded format since 1998 with a daily temporal resolution and a spatial resolution of 0.25 degrees.
- [TRMM](http://trmm.gsfc.nasa.gov/): The NASA's Tropical Rainfall Measuring Mission records global historical rainfall estimation in a gridded format since 1998 with a daily temporal resolution and a spatial resolution of 0.25 degrees. **Please note the TRMM function has been temporarily removed from hddtools v0.7 as the ftp at NASA containing the data has been migrated. A new function is under development and will be avalable at the next release (v0.8).**

- [Data60UK](http://tdwg.catchment.org/datasets.html): The Data60UK initiative collated datasets of areal precipitation and streamflow discharge across 61 gauging sites in England and Wales (UK).

Expand Down
10 changes: 5 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
This is a resubmission after the rOpenSci review.
This is a new release (hddtools v0.7).

---------------------------------

## Release Summary

In this new release, we added the following:
In this new release, we removed the follwoing function because the ftp at NASA containing the data has been migrated:

* a vignette
* Fixed bug with the TRMM function (for Windows users)
* Updated all the links to show the new repository (rOpenSci)
* TRMM()

A new function is under development and will be avalable at the next release (v0.8).

## Test environment
* Ubuntu 14.04, R 3.3.1
Expand Down
62 changes: 0 additions & 62 deletions man/TRMM.Rd

This file was deleted.

68 changes: 0 additions & 68 deletions tests/testthat/test-TRMM.R

This file was deleted.

5 changes: 4 additions & 1 deletion vignettes/hddtools_vignette.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,10 @@ WolfeToneBridge <- tsGRDC(stationID = catalogueGRDC()$grdc_no[7126],

![](tsGRDC.png)

### NASA's Tropical Rainfall Measuring Mission (TRMM, only available for github version)
### NASA's Tropical Rainfall Measuring Mission

__IMPORTANT NOTE: The TRMM function has been temporarily removed from hddtools v0.7 as the ftp at NASA containing the data has been migrated. A new function is under development and will be avalable at the next release (v0.8).__

The Tropical Rainfall Measuring Mission (TRMM) is a joint mission between NASA and the Japan Aerospace Exploration Agency (JAXA) that uses a research satellite to measure precipitation within the tropics in order to improve our understanding of climate and its variability.

The TRMM satellite records global historical rainfall estimation in a gridded format since 1998 with a daily temporal resolution and a spatial resolution of 0.25 degrees. This information is openly available for educational purposes and downloadable from an FTP server.
Expand Down
4 changes: 3 additions & 1 deletion vignettes/hddtools_vignette.html

Large diffs are not rendered by default.

0 comments on commit 0cf4072

Please sign in to comment.