Skip to content

Fix case of file name when reading "bathy_geb" shapefile - #1

Open
davidcurrie2001 wants to merge 4 commits into
Franvgls:masterfrom
davidcurrie2001:master
Open

Fix case of file name when reading "bathy_geb" shapefile#1
davidcurrie2001 wants to merge 4 commits into
Franvgls:masterfrom
davidcurrie2001:master

Conversation

@davidcurrie2001

Copy link
Copy Markdown

Hi Fran,

Currently your code tries to read the Bathy_geb shapefile using:
bathy_geb_sf <- read_shp("bathy_geb")
The shapefile is actually called "Bathy_geb". Having the wrong case for the file name still works ok on Windows but not when you run it in Linux. It should be
bathy_geb_sf <- read_shp("Bathy_geb") # Fix capitalisation to match file name

I also added a shpdir parameter to the qcHaulsPosit(...) function

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.

1 participant