Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
I ICOADS R HOSTACE
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 7
    • Issues 7
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • brivas
  • ICOADS R HOSTACE
  • Issues
  • #30

Closed
Open
Created Sep 03, 2020 by Elizabeth Kent@eckMaintainer

update to split_by_type.R

Replace line 38 with: fn<-paste0(config$ICOADS_data_path, year, "_", cmo[imo],".Rda")

Replace line 187 with: if ( year >= 1936 & year <= 1947 ) {

Replace lines 238-244 with:

for ( ty in names(sp) ) {
ty2<-gsub('ship','TMP',ty) # write ship output to temp. dir
op <- sp[[ty]]
if ( nrow(op) == 0 ) {next}
fn.out <- paste0(paste0(config$output_dir, "MFILES_"), toupper(ty2), "/", year, "", imo, ".Rda")
if (!dir.exists(paste0(paste0(config$output_dir, "MFILES
"), toupper(ty2))))
dir.create(paste0(paste0(config$output_dir, "MFILES_"), toupper(ty2)))

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking