diff --git a/src/brickLSL.jl b/src/brickLSL.jl index c4822a1..dc9fd0b 100644 --- a/src/brickLSL.jl +++ b/src/brickLSL.jl @@ -34,7 +34,7 @@ end # Get CIAM lonlat tuples for specified segIDs # segID order does not matter; will sort tuples alphabetically by segment name function get_lonlat(segIDs) - ciamlonlat = joinpath(@__DIR__,"..","data","diva_segment_latlon.csv") + ciamlonlat = CSV.read(joinpath(@__DIR__,"..","data","diva_segment_latlon.csv")) if segIDs==false filt = DataFrame(ciamlonlat)