-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
I try to follow the example here, but I get errors:
GMT.mk_codes_valuesexpects aVector{String}, howeverpaises[!, 2]is aVector{String3}. Perhaps one solution would be to makeGMT.mk_codes_valuesexpect aVector{AbstractString}? Converting it to aVector{String}makes that call work.- The call to
plot()a bit below fails:
ERROR: MethodError: no method matching palette_init(::Ptr{Nothing}, ::Vector{GMTdataset{Float64, 2}})
The function `palette_init` exists, but no method is defined for this combination of argument types.
Closest candidates are:
palette_init(::Ptr{Nothing}, ::GMTcpt)
@ GMT ~/.julia/packages/GMT/3I1CI/src/gmt_main.jl:1245
- Further down, the call
countries = gmtread("/vsicurl/https://github.com/datasets/geo-countries/raw/master/data/countries.geojson")fails, because themasterbranch on that repository was renamed tomain(this is an easy fix, just substitutemasterwithmainin the URL and it works).
Metadata
Metadata
Assignees
Labels
No labels