Releases: ropensci/hydroscoper
Releases · ropensci/hydroscoper
Hydroscoper 1.4.1
Hydroscoper 1.2
fix URLs
hydroscoper 1.1.1
update R version in badge
hydroscoper 1.1.0
-
New functionality:
find_stations()
returns a tibble with the nearest hydroscope's stations' distances using a given point coordinates.
hydroscoper 1.0.0
hydroscoper
was transfered to ropensci
hydroscoper 0.2.4
- General
- Added the vignette "An introduction to
hydroscoper
" - changes based on comments/suggestions at ropensci/software-review#185
- Added the vignette "An introduction to
hydroscoper 0.2.3
- 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
Use tibbles
-
General
- This is a minor update. All functions return now a tibble.
Enhydris API
-
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 variablepoint
fromget_stations
function.hydro_translate()
translates various Greek terms to English.
-
Changes
get_coords
has been removed from the package. Please usehydro_coords
to convert Hydroscope's points` raw format to a tidy data frame.get_stations
andget_timeseries
use the Enhydris API and are considerably faster, because the older versions used web scrapping.