Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2023 weather data updates #22

Closed
wants to merge 16 commits into from
Closed

2023 weather data updates #22

wants to merge 16 commits into from

Conversation

Janewyx
Copy link
Contributor

@Janewyx Janewyx commented Mar 27, 2023

  • Removed duplicate files from data/ directory (already updated the R/shiny/data folder
  • Keeping intermediate files necessary for each year's update in data folder
  • Tested all functionalities - did not experience bugs on windrose

- Deleted duplicated files to `R/Shiny/data/`, only keep updated files as intermediate files as a part of each year's data update
- All `hourly_****.csv` files must be kept a record of as the they are needed to generate each year's windrose plots (summarised from hourly data)
- Need to unzip the zipfile for next year's run
@Janewyx
Copy link
Contributor Author

Janewyx commented Mar 27, 2023

Please accept incoming changes with the data updates in R/shiny/data/ folder

@bevingtona
Copy link
Collaborator

Hmm, lot's of data conflicts when I pull this :

R/shiny/data/NBCClimateStns_VF.xlsx
R/shiny/data/annual_sum.csv
R/shiny/data/gseason_sum.csv
R/shiny/data/month_year_sum.csv
R/shiny/data/monthly_sum.csv
R/shiny/data/real_time_stn.csv
R/shiny/data/seasonal_sum.csv
R/shiny/data/wind_df.csv
R/shiny/data/wxstn_df.csv
R/shiny/data/wxstn_sites.csv

$ git pull https://github.com/Janewyx/nbcclim.git master
remote: Enumerating objects: 70, done.
remote: Counting objects: 100% (70/70), done.
remote: Compressing objects: 100% (53/53), done.
remote: Total 59 (delta 27), reused 24 (delta 6), pack-reused 0
Unpacking objects: 100% (59/59), 11.25 MiB | 2.35 MiB/s, done.
From https://github.com/Janewyx/nbcclim

  • branch master -> FETCH_HEAD
    warning: Cannot merge binary files: R/shiny/data/NBCClimateStns_VF.xlsx (HEAD vs. 37a6b9b)
    Auto-merging R/shiny/data/NBCClimateStns_VF.xlsx
    CONFLICT (add/add): Merge conflict in R/shiny/data/NBCClimateStns_VF.xlsx
    Auto-merging R/shiny/data/annual_sum.csv
    CONFLICT (add/add): Merge conflict in R/shiny/data/annual_sum.csv
    Auto-merging R/shiny/data/gseason_sum.csv
    CONFLICT (add/add): Merge conflict in R/shiny/data/gseason_sum.csv
    Auto-merging R/shiny/data/month_year_sum.csv
    CONFLICT (add/add): Merge conflict in R/shiny/data/month_year_sum.csv
    Auto-merging R/shiny/data/monthly_sum.csv
    CONFLICT (add/add): Merge conflict in R/shiny/data/monthly_sum.csv
    Auto-merging R/shiny/data/real_time_stn.csv
    CONFLICT (add/add): Merge conflict in R/shiny/data/real_time_stn.csv
    Auto-merging R/shiny/data/seasonal_sum.csv
    CONFLICT (add/add): Merge conflict in R/shiny/data/seasonal_sum.csv
    Auto-merging R/shiny/data/wind_df.csv
    CONFLICT (add/add): Merge conflict in R/shiny/data/wind_df.csv
    Auto-merging R/shiny/data/wxstn_df.csv
    CONFLICT (add/add): Merge conflict in R/shiny/data/wxstn_df.csv
    Auto-merging R/shiny/data/wxstn_sites.csv
    CONFLICT (add/add): Merge conflict in R/shiny/data/wxstn_sites.csv
    Auto-merging R/shiny/global.R
    Automatic merge failed; fix co

@bevingtona bevingtona closed this Mar 27, 2023
@bevingtona bevingtona reopened this Mar 27, 2023
@Janewyx
Copy link
Contributor Author

Janewyx commented Mar 27, 2023 via email

@bevingtona
Copy link
Collaborator

We manually removed the files from the app and replaced with the PR code

@bevingtona bevingtona closed this Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants