Skip to contents

euroaq 0.1.3

Breaking Changes

  • get_eea_ddb_extension_info() and get_eea_ddb_vars() have been removed as these are no longer endpoints available from the EEA API.

New Features

  • Added the .endpoint argument to import_eea_monitoring(). This allows users to access data via get_eea_parquet_urls(), which allows for a greater amount of data to be obtained in a single call in exchange for not respecting the userโ€™s date range selection.

  • Many functions now pass on the error returned in the body of the API over a generic R httr2 error, for easier debugging.

  • get_eea_parquet_files() and family now use dynamic = TRUE by default. When dynamic = FALSE the API calls will route to the โ€˜classicโ€™ endpoints.

Bug Fixes

euroaq 0.1.2

  • import_eea_monitoring() now forces date and date_end to have the timezone timezone.

  • import_eea_monitoring() will now fail more elegantly if no data is returned.

  • Providing an integer to the datetime_end of any function will now extend to the last day of the year.

euroaq 0.1.1

  • euroaq now uses arrow over nanoparquet, as the latter appears to fail to read data correctly.

  • import_eea_monitoring() will now stop duplicating rows of data for certain sites.

euroaq 0.1.0

  • Initial public, non-CRAN release of euroaq.