Skip to content

Releases: scarnecchia/scrape_oryx

v1.2.0

27 Mar 18:35
Compare
Choose a tag to compare

What's Changed

Dev 9 by @scarnecchia in #13

Revamps output in a number of ways:

  • Revamps totals_by_system output. Output no longer has date appended to output. Instead, the run date is appended to the dataset in the column date_recorded. Data is checked against previous runs (stored as an inputfile) and only new observations are appended to the dataset.
  • Creates output dataset daily_count.csv, using function daily_count. This appends the run date to the total_by_type dataset and accrues only new observations
    • Graphs output
  • Revamped the ID variable system to create surrogate keys for trouble shooting:
    • SysID is a unique variable keyed to distinct observations in the column system
    • ImageID is a unique variable keyed to distinct observations in the column url
    • MatID concatenates SysID and ImageID
    • statusID assigns a unique variable to distinct combinations of MatID and status

Full Changelog: v1.1.0...v1.2.0

v1.1.0

20 Mar 02:15
559987d
Compare
Choose a tag to compare

What's Changed

  • DEV-5: Fixed missing logr namespace by @scarnecchia in #6
  • DEV-6: Code is abstracted more so we can add functions to the scrape_oryx.R file without it getting too cluttered.
  • DEV-6 Added @ajnafa's totals_by_system_type code by @scarnecchia in #7
  • DEV-6: fixed typo by @scarnecchia in #10
  • Dev 8: Restructured how the table handles entries with multiple event_types. Creates a unique ID variable MatID for each piece of equipment. Users can use this to determine when equipment appears twice in the long output. by @scarnecchia in #11
  • DEV-8: Now outputs a table EVENT_[STATUS].csv where [STATUS] is each unique observation found in the long data status column. by @scarnecchia in #11

Full Changelog: v1.0.1...v1.1.0

v1.0.1

13 Mar 15:17
de5f380
Compare
Choose a tag to compare

What's Changed

  • Fix for bug in extraction loop by @Finnja in #4

New Contributors

  • @Finnja made their first contribution in #4

Full Changelog: v1.0.0...v1.0.1

v1.0.0

13 Mar 13:37
Compare
Choose a tag to compare

What's Changed

  • Temporary fix to add country by @scarnecchia in #2
  • Make a more permanent fix for the country identifier by @ajnafa in #3

New Contributors

Full Changelog: https://github.com/scarnecchia/scrape_oryx/commits/v1.0.0