Skip to content

Commit

Permalink
Increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
efcaguab committed Mar 23, 2021
1 parent 28d4f3e commit ca1086e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: peskas.timor.data.pipeline
Title: Functions to Implement the Timor Small Scale Fisheries
Data Pipeline
Version: 0.0.0.9000
Version: 0.1.0
Authors@R:
c(person(given = "Fernando",
family = "Cagua",
Expand Down
16 changes: 16 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# peskas.timor.data.pipeline 0.1.0

Adds infrastructure to download survey data and upload it to cloud storage providers and implements the ingestion of East Timor landings.

## New features

* The ingestion of East Timor Landings is implemented in `ingest_timor_landings()`.
* The functions `download_survey_data()` and `download_survey_metadata()` which download data and metadata for an electronic survey hosted by *kobo*, *kobohr*, or *ona*.
* `download_survey()` can be used as a wrapper to download data and metadata in a single call.
* `upload_cloud_file()` can be used to upload a set of files to a cloud storage bucket. Currently only Google Cloud Services (GCS) is supported.
* `add_version()` is an utility function that appends date-time and sha information to a string and is used to version file names.
* `get_host_url()` is an utility function that gets the host url of an electronic survey provider API.

## Pipeline

The data pipeline is implemented and run in GitHub Actions on a schedule.

0 comments on commit ca1086e

Please sign in to comment.