Skip to content

Releases: ropensci/hydroscoper

Hydroscoper 1.4.1

21 Mar 16:33
Compare
Choose a tag to compare

Fail gracefully in vignettes

Hydroscoper 1.2

05 Jun 10:39
Compare
Choose a tag to compare
fix URLs

hydroscoper 1.1.1

25 Aug 15:21
Compare
Choose a tag to compare
update R version in badge

hydroscoper 1.1.0

06 Jul 20:17
Compare
Choose a tag to compare
  • New functionality:

    • find_stations() returns a tibble with the nearest hydroscope's stations' distances using a given point coordinates.

hydroscoper 1.0.0

12 Mar 17:13
Compare
Choose a tag to compare

hydroscoper was transfered to ropensci

hydroscoper 0.2.4

21 Feb 23:00
Compare
Choose a tag to compare

hydroscoper 0.2.3

11 Feb 21:16
Compare
Choose a tag to compare
  • General
    • tidy up enhydris API related code
    • rewrite enhydris API related tests
    • rewrite vignette
    • achieve 100% coverage
    • simplify get_data function
    • add greece_borders data-set
    • save all files in ASCII
    • using goodpractice::gp() returns clear result

use pingr

12 Jan 14:26
Compare
Choose a tag to compare
  • General

    • This is a minor update. Added conditionaly evaluation in vignette "Getting Hydroscope's data".
    • Use ping function to check if a sub-domain is alive.

Use tibbles

10 Jan 13:27
Compare
Choose a tag to compare
  • General

    • This is a minor update. All functions return now a tibble.

Enhydris API

09 Jan 12:21
Compare
Choose a tag to compare
  • General

    • This is a major update. All the functions were rewritten utilizing the Enhydris API.
    • The included data in the package cover all Hydroscope's databases.
    • Added vignettes "Getting Hydroscope's data" and "Hydroscope's stations with available data". Removed the vignette "Using hydroscoper to get stations' and time-series' data".
    • Added package documentation page.
  • New functionality:

    • get_instruments() returns a data frame with the instruments' data.
    • get_water_basins() returns a data frame with the Water Basins' data.
    • get_water_divisions() returns a data frame with the Water Divisions' data.
    • get_political_divisions() returns a data frame with the Political Divisions' data.
    • get_variables() returns a data frame with the Variables' data.
    • get_units_of_measurement() returns a data frame with the Units' data.
    • get_time_steps() returns a data frame with the Time Steps' data.
    • get_owners() returns a data frame with the Owners' data.
    • get_instruments_type()returns a data frame with the Instruments' type data.
    • get_station_type() returns a data frame with the Water Basins data.
    • get_database() returns a data frame with the Water Basins data.
    • hydro_coords returns a data frame with the stations' longitudes and latitudes using as input the variable point from get_stations function.
    • hydro_translate() translates various Greek terms to English.
  • Changes

    • get_coords has been removed from the package. Please use hydro_coords to convert Hydroscope's points` raw format to a tidy data frame.
    • get_stations and get_timeseries use the Enhydris API and are considerably faster, because the older versions used web scrapping.