dfo-mar-odis / shinySpatialApp

Spatial Reproducible Reporting
MIT License
9 stars 6 forks source link

Update NARWC Dataset #136

Closed gomezcatalina closed 1 year ago

gomezcatalina commented 1 year ago

Proposed activity

Updating NARWC

Why this is important

Updating tools as much as possible before end of 2022

Action items

stoyelq commented 1 year ago

So it looks like narwcExcel <- readxl::read_excel(file.path(fileLoadPath, "NaturalResources/Species/Cetaceans/NARWC/NARWC_02-23-2022.xlsx")) will do the trick of importing the file, but there also seem to be a couple of new column headers that might make a mess of things.

There is not a ton of processing that happens for this dataset, mainly merges with the species names and cetLegend table which should still work.

So @PJCoates, time permitting:

Effort:

5? Once your comfortable with the process this should be a 2-3

PJCoates commented 1 year ago

Changes between new and old files:

1) .xlsx vs csv format 2) IDSOURCE column added 3) Changes to header formats: DATE TYPE vs DATATYPE, ID_RELIABILITY vs ID

stoyelq commented 1 year ago

Jake and Catalina to discuss updating options in the spring.