[WIP] Globe axis #665
Annotations
1 error and 10 warnings
Run julia-actions/julia-docdeploy@v1
Process completed with exit code 1.
|
Run julia-actions/julia-docdeploy@v1:
../../../.julia/packages/Documenter/Bs999/src/utilities/utilities.jl#L46
failed to run `@example` block in src/examples/healpix.md:30-32
```@example healpix
meshimage(-180..180, -90..90, reverse(img; dims = 1); npoints = 200, axis = (; type = GeoAxis, dest = "+proj=moll"))
```
exception =
UndefVarError: `Transformation` not defined in `GeoMakie`
Hint: It looks like two or more modules export different bindings with this name, resulting in ambiguity. Try explicitly importing it from a particular module, or qualifying the name with the module it should come from.
Hint: a global variable of this name may be made accessible by importing CoordinateTransformations in the current active module Main
Hint: a global variable of this name also exists in Makie.
Hint: a global variable of this name also exists in CairoMakie.
Stacktrace:
[1] plot!(axis::GeoAxis, plot::Plot{GeoMakie.meshimage, Tuple{MakieCore.EndPoints{Float64}, MakieCore.EndPoints{Float64}, Matrix{Float32}}})
@ GeoMakie ~/.julia/packages/GeoMakie/pLXeo/src/geoaxis.jl:828
[2] plot!(fa::Makie.FigureAxis, plot::Plot{GeoMakie.meshimage, Tuple{MakieCore.EndPoints{Float64}, MakieCore.EndPoints{Float64}, Matrix{Float32}}})
@ Makie ~/.julia/packages/Makie/pFPBw/src/figureplotting.jl:407
[3] _create_plot(::Function, ::Dict{Symbol, Any}, ::IntervalSets.ClosedInterval{Int64}, ::Vararg{Any})
@ Makie ~/.julia/packages/Makie/pFPBw/src/figureplotting.jl:318
[4] meshimage(::IntervalSets.ClosedInterval{Int64}, ::Vararg{Any}; kw::@kwargs{npoints::Int64, axis::@NamedTuple{type::DataType, dest::String}})
@ GeoMakie ~/.julia/packages/MakieCore/zO6H4/src/recipes.jl:501
[5] top-level scope
@ healpix.md:31
[6] eval
@ ./boot.jl:430 [inlined]
[7] #60
@ ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:803 [inlined]
[8] cd(f::Documenter.var"#60#62"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[9] (::Documenter.var"#59#61"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:802
[10] (::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})()
@ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:170
[11] with_logstate(f::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}}, logstate::Base.CoreLogging.LogState)
@ Base.CoreLogging ./logging/logging.jl:522
[12] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger)
@ Base.CoreLogging ./logging/logging.jl:632
[13] capture(f::Documenter.var"#59#61"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any})
@ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:167
[14] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document)
@ Documenter ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:801
|
Run julia-actions/julia-docdeploy@v1:
../../../.julia/packages/Documenter/Bs999/src/utilities/utilities.jl#L46
failed to run `@example` block in src/examples/healpix.md:50-56
```@example healpix
mini = minimum(hp_bbox)
maxi = maximum(hp_bbox)
meshimage!(ax, mini[1]..maxi[1], mini[2]..maxi[2], reverse(img; dims = 1); npoints = 200, source = "+proj=moll")
lines!(ax, GeoMakie.coastlines(); color = :black, xautolimits = false, yautolimits = false)
fig
```
exception =
UndefVarError: `Transformation` not defined in `GeoMakie`
Hint: It looks like two or more modules export different bindings with this name, resulting in ambiguity. Try explicitly importing it from a particular module, or qualifying the name with the module it should come from.
Hint: a global variable of this name may be made accessible by importing CoordinateTransformations in the current active module Main
Hint: a global variable of this name also exists in Makie.
Hint: a global variable of this name also exists in CairoMakie.
Stacktrace:
[1] plot!(axis::GeoAxis, plot::Plot{GeoMakie.meshimage, Tuple{MakieCore.EndPoints{Float32}, MakieCore.EndPoints{Float32}, Matrix{Float32}}})
@ GeoMakie ~/.julia/packages/GeoMakie/pLXeo/src/geoaxis.jl:828
[2] _create_plot!(::Function, ::Dict{Symbol, Any}, ::GeoAxis, ::IntervalSets.ClosedInterval{Float32}, ::Vararg{Any})
@ GeoMakie ~/.julia/packages/GeoMakie/pLXeo/src/geoaxis.jl:846
[3] meshimage!(::GeoAxis, ::Vararg{Any}; kw::@kwargs{npoints::Int64, source::String})
@ GeoMakie ~/.julia/packages/MakieCore/zO6H4/src/recipes.jl:505
[4] top-level scope
@ healpix.md:53
[5] eval
@ ./boot.jl:430 [inlined]
[6] #60
@ ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:803 [inlined]
[7] cd(f::Documenter.var"#60#62"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[8] (::Documenter.var"#59#61"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:802
[9] (::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})()
@ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:170
[10] with_logstate(f::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}}, logstate::Base.CoreLogging.LogState)
@ Base.CoreLogging ./logging/logging.jl:522
[11] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger)
@ Base.CoreLogging ./logging/logging.jl:632
[12] capture(f::Documenter.var"#59#61"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any})
@ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:167
[13] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document)
@ Documenter ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:801
|
Run julia-actions/julia-docdeploy@v1:
../../../.julia/packages/Documenter/Bs999/src/utilities/utilities.jl#L46
failed to run `@example` block in src/examples/histogram.md:46-48
```@example histogram
plot(h; axis = (; type = GeoAxis))
```
exception =
UndefVarError: `Transformation` not defined in `GeoMakie`
Hint: It looks like two or more modules export different bindings with this name, resulting in ambiguity. Try explicitly importing it from a particular module, or qualifying the name with the module it should come from.
Hint: a global variable of this name may be made accessible by importing CoordinateTransformations in the current active module Main
Hint: a global variable of this name also exists in Makie.
Hint: a global variable of this name also exists in CairoMakie.
Stacktrace:
[1] plot!(axis::GeoAxis, plot::Heatmap{Tuple{FHist.BinEdges, FHist.BinEdges, Matrix{Float32}}})
@ GeoMakie ~/.julia/packages/GeoMakie/pLXeo/src/geoaxis.jl:828
[2] plot!(fa::Makie.FigureAxis, plot::Heatmap{Tuple{FHist.BinEdges, FHist.BinEdges, Matrix{Float32}}})
@ Makie ~/.julia/packages/Makie/pFPBw/src/figureplotting.jl:407
[3] _create_plot(F::Function, attributes::Dict{Symbol, Any}, args::Hist2D{Float64})
@ Makie ~/.julia/packages/Makie/pFPBw/src/figureplotting.jl:318
[4] plot(args::Hist2D{Float64}; kw::@kwargs{axis::@NamedTuple{type::DataType}})
@ MakieCore ~/.julia/packages/MakieCore/zO6H4/src/recipes.jl:52
[5] top-level scope
@ histogram.md:47
[6] eval
@ ./boot.jl:430 [inlined]
[7] #60
@ ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:803 [inlined]
[8] cd(f::Documenter.var"#60#62"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[9] (::Documenter.var"#59#61"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:802
[10] (::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})()
@ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:170
[11] with_logstate(f::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}}, logstate::Base.CoreLogging.LogState)
@ Base.CoreLogging ./logging/logging.jl:522
[12] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger)
@ Base.CoreLogging ./logging/logging.jl:632
[13] capture(f::Documenter.var"#59#61"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any})
@ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:167
[14] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document)
@ Documenter ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:801
|
Run julia-actions/julia-docdeploy@v1:
../../../.julia/packages/Documenter/Bs999/src/utilities/utilities.jl#L46
failed to run `@example` block in src/examples/histogram.md:52-54
```@example histogram
plot(h; axis = (; type = GeoAxis, dest = "+proj=tissot +lat_1=60 +lat_2=65"))
```
exception =
UndefVarError: `Transformation` not defined in `GeoMakie`
Hint: It looks like two or more modules export different bindings with this name, resulting in ambiguity. Try explicitly importing it from a particular module, or qualifying the name with the module it should come from.
Hint: a global variable of this name may be made accessible by importing CoordinateTransformations in the current active module Main
Hint: a global variable of this name also exists in Makie.
Hint: a global variable of this name also exists in CairoMakie.
Stacktrace:
[1] plot!(axis::GeoAxis, plot::Heatmap{Tuple{FHist.BinEdges, FHist.BinEdges, Matrix{Float32}}})
@ GeoMakie ~/.julia/packages/GeoMakie/pLXeo/src/geoaxis.jl:828
[2] plot!(fa::Makie.FigureAxis, plot::Heatmap{Tuple{FHist.BinEdges, FHist.BinEdges, Matrix{Float32}}})
@ Makie ~/.julia/packages/Makie/pFPBw/src/figureplotting.jl:407
[3] _create_plot(F::Function, attributes::Dict{Symbol, Any}, args::Hist2D{Float64})
@ Makie ~/.julia/packages/Makie/pFPBw/src/figureplotting.jl:318
[4] plot(args::Hist2D{Float64}; kw::@kwargs{axis::@NamedTuple{type::DataType, dest::String}})
@ MakieCore ~/.julia/packages/MakieCore/zO6H4/src/recipes.jl:52
[5] top-level scope
@ histogram.md:53
[6] eval
@ ./boot.jl:430 [inlined]
[7] #60
@ ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:803 [inlined]
[8] cd(f::Documenter.var"#60#62"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[9] (::Documenter.var"#59#61"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:802
[10] (::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})()
@ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:170
[11] with_logstate(f::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}}, logstate::Base.CoreLogging.LogState)
@ Base.CoreLogging ./logging/logging.jl:522
[12] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger)
@ Base.CoreLogging ./logging/logging.jl:632
[13] capture(f::Documenter.var"#59#61"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any})
@ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:167
[14] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document)
@ Documenter ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:801
|
Run julia-actions/julia-docdeploy@v1:
../../../.julia/packages/Documenter/Bs999/src/utilities/utilities.jl#L46
failed to evaluate `Cover = plot(h; axis = (; type = GeoAxis, dest = "+proj=tissot +lat_1=60 +lat_2=65"))` in `@cardmeta` block in src/examples/histogram.md:56-60
```@cardmeta
Title = "Histogram"
Description = "Plotting histograms of points on a GeoAxis"
Cover = plot(h; axis = (; type = GeoAxis, dest = "+proj=tissot +lat_1=60 +lat_2=65"))
```
exception =
UndefVarError: `Transformation` not defined in `GeoMakie`
Hint: It looks like two or more modules export different bindings with this name, resulting in ambiguity. Try explicitly importing it from a particular module, or qualifying the name with the module it should come from.
Hint: a global variable of this name may be made accessible by importing CoordinateTransformations in the current active module Main
Hint: a global variable of this name also exists in Makie.
Hint: a global variable of this name also exists in CairoMakie.
|
Run julia-actions/julia-docdeploy@v1:
../../../.julia/packages/Documenter/Bs999/src/utilities/utilities.jl#L46
failed to run `@example` block in src/examples/field_and_countries.md:21-53
```@example field_and_countries
path = GeoMakie.assetpath("vector", "countries.geo.json")
json_str = read(path, String)
worldCountries = GeoJSON.read(json_str)
n = length(worldCountries)
lons = -180:180
lats = -90:90
field = [exp(cosd(l)) + 3(y/90) for l in lons, y in lats]
fig = Figure(size = (1200,800), fontsize = 22)
ax = GeoAxis(
fig[1,1];
dest="+proj=wintri",
title = "World Countries",
tellheight = true,
)
hm1 = surface!(ax, lons, lats, field; shading = NoShading)
translate!(hm1, 0, 0, -10)
hm2 = poly!(
ax, GeoMakie.to_multipoly(worldCountries.geometry);
color= 1:n,
colormap = Reverse(:plasma),
strokecolor = :black,
strokewidth = 0.25
)
cb = Colorbar(fig[1,2]; colorrange = (1, n), colormap = Reverse(:plasma), label = "variable, color code", height = Relative(0.65))
fig
```
exception =
UndefVarError: `Transformation` not defined in `GeoMakie`
Hint: It looks like two or more modules export different bindings with this name, resulting in ambiguity. Try explicitly importing it from a particular module, or qualifying the name with the module it should come from.
Hint: a global variable of this name may be made accessible by importing CoordinateTransformations in the current active module Main
Hint: a global variable of this name also exists in Makie.
Hint: a global variable of this name also exists in CairoMakie.
Stacktrace:
[1] plot!(axis::GeoAxis, plot::Surface{Tuple{Vector{Float64}, Vector{Float64}, Matrix{Float32}}})
@ GeoMakie ~/.julia/packages/GeoMakie/pLXeo/src/geoaxis.jl:828
[2] _create_plot!(::Function, ::Dict{Symbol, Any}, ::GeoAxis, ::UnitRange{Int64}, ::Vararg{Any})
@ GeoMakie ~/.julia/packages/GeoMakie/pLXeo/src/geoaxis.jl:846
[3] surface!(::GeoAxis, ::Vararg{Any}; kw::@kwargs{shading::MakieCore.ShadingAlgorithm})
@ MakieCore ~/.julia/packages/MakieCore/zO6H4/src/recipes.jl:505
[4] top-level scope
@ field_and_countries.md:39
[5] eval
@ ./boot.jl:430 [inlined]
[6] #60
@ ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:803 [inlined]
[7] cd(f::Documenter.var"#60#62"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[8] (::Documenter.var"#59#61"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:802
[9] (::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})()
@ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:170
[10] with_logstate(f::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}}, logstate::Base.CoreLogging.LogState)
@ Base.CoreLogging ./logging/logging.jl:522
[11] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger)
@ Base.CoreLogging ./logging/logging.jl:632
[12] capture(f::Documenter.var"#59#61"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any})
@ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:167
[13] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document)
@ Documenter ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:801
|
Run julia-actions/julia-docdeploy@v1:
../../../.julia/packages/Documenter/Bs999/src/utilities/utilities.jl#L46
failed to run `@example` block in src/examples/cartopy/annotation.md:8-22
```@example annotation
using CairoMakie, GeoMakie, Makie
using Makie: GeometryBasics
using NaturalEarth
states_fc = naturalearth("admin_1_states_provinces_lines", 50)
fig = Figure()
ga = GeoAxis(fig[1, 1]; limits = ((80, 170), (-45, 30)), dest = "+proj=longlat +datum=WGS84")
image!(ga, -180..180, -90..90, GeoMakie.earth() |> rotr90; interpolate = false)
poly!(ga, GeoMakie.land(); color = :lightyellow, strokecolor = :black, strokewidth = 1)
lines!(ga, GeoMakie.to_multilinestring.(states_fc.geometry); color = :gray)
fig
```
exception =
UndefVarError: `Transformation` not defined in `GeoMakie`
Hint: It looks like two or more modules export different bindings with this name, resulting in ambiguity. Try explicitly importing it from a particular module, or qualifying the name with the module it should come from.
Hint: a global variable of this name may be made accessible by importing CoordinateTransformations in the current active module Main
Hint: a global variable of this name also exists in Makie.
Hint: a global variable of this name also exists in CairoMakie.
Stacktrace:
[1] plot!(axis::GeoAxis, plot::Image{Tuple{MakieCore.EndPoints{Float64}, MakieCore.EndPoints{Float64}, Matrix{RGB{FixedPointNumbers.N0f8}}}})
@ GeoMakie ~/.julia/packages/GeoMakie/pLXeo/src/geoaxis.jl:828
[2] _create_plot!(::Function, ::Dict{Symbol, Any}, ::GeoAxis, ::IntervalSets.ClosedInterval{Int64}, ::Vararg{Any})
@ GeoMakie ~/.julia/packages/GeoMakie/pLXeo/src/geoaxis.jl:846
[3] image!(::GeoAxis, ::Vararg{Any}; kw::@kwargs{interpolate::Bool})
@ MakieCore ~/.julia/packages/MakieCore/zO6H4/src/recipes.jl:505
[4] top-level scope
@ annotation.md:18
[5] eval
@ ./boot.jl:430 [inlined]
[6] #60
@ ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:803 [inlined]
[7] cd(f::Documenter.var"#60#62"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[8] (::Documenter.var"#59#61"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:802
[9] (::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})()
@ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:170
[10] with_logstate(f::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}}, logstate::Base.CoreLogging.LogState)
@ Base.CoreLogging ./logging/logging.jl:522
[11] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger)
@ Base.CoreLogging ./logging/logging.jl:632
[12] capture(f::Documenter.var"#59#61"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any})
@ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:167
[13] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document)
@ Documenter ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:801
|
Run julia-actions/julia-docdeploy@v1:
../../../.julia/packages/Documenter/Bs999/src/utilities/utilities.jl#L46
failed to run `@example` block in src/examples/graph_on_usa.md:87-94
```@example graph_on_usa
poly!(
ga, admin_1_df.geometry;
color = 1:n, colormap = (:viridis, 0.25),
strokecolor = :black, strokewidth = 1
)
fig
```
exception =
UndefVarError: `Transformation` not defined in `GeoMakie`
Hint: It looks like two or more modules export different bindings with this name, resulting in ambiguity. Try explicitly importing it from a particular module, or qualifying the name with the module it should come from.
Hint: a global variable of this name may be made accessible by importing CoordinateTransformations in the current active module Main
Hint: a global variable of this name also exists in Makie.
Hint: a global variable of this name also exists in CairoMakie.
Stacktrace:
[1] plot!(axis::GeoAxis, plot::Poly{Tuple{Vector{GeometryBasics.MultiPolygon{2, Float32, GeometryBasics.Polygon{2, Float32, GeometryBasics.Point{2, Float32}, GeometryBasics.LineString{2, Float32, GeometryBasics.Point{2, Float32}, Base.ReinterpretArray{GeometryBasics.Line{2, Float32}, 1, Tuple{GeometryBasics.Point{2, Float32}, GeometryBasics.Point{2, Float32}}, GeometryBasics.TupleView{Tuple{GeometryBasics.Point{2, Float32}, GeometryBasics.Point{2, Float32}}, 2, 1, Vector{GeometryBasics.Point{2, Float32}}}, false}}, Vector{GeometryBasics.LineString{2, Float32, GeometryBasics.Point{2, Float32}, Base.ReinterpretArray{GeometryBasics.Line{2, Float32}, 1, Tuple{GeometryBasics.Point{2, Float32}, GeometryBasics.Point{2, Float32}}, GeometryBasics.TupleView{Tuple{GeometryBasics.Point{2, Float32}, GeometryBasics.Point{2, Float32}}, 2, 1, Vector{GeometryBasics.Point{2, Float32}}}, false}}}}, Vector{GeometryBasics.Polygon{2, Float32, GeometryBasics.Point{2, Float32}, GeometryBasics.LineString{2, Float32, GeometryBasics.Point{2, Float32}, Base.ReinterpretArray{GeometryBasics.Line{2, Float32}, 1, Tuple{GeometryBasics.Point{2, Float32}, GeometryBasics.Point{2, Float32}}, GeometryBasics.TupleView{Tuple{GeometryBasics.Point{2, Float32}, GeometryBasics.Point{2, Float32}}, 2, 1, Vector{GeometryBasics.Point{2, Float32}}}, false}}, Vector{GeometryBasics.LineString{2, Float32, GeometryBasics.Point{2, Float32}, Base.ReinterpretArray{GeometryBasics.Line{2, Float32}, 1, Tuple{GeometryBasics.Point{2, Float32}, GeometryBasics.Point{2, Float32}}, GeometryBasics.TupleView{Tuple{GeometryBasics.Point{2, Float32}, GeometryBasics.Point{2, Float32}}, 2, 1, Vector{GeometryBasics.Point{2, Float32}}}, false}}}}}}}}})
@ GeoMakie ~/.julia/packages/GeoMakie/pLXeo/src/geoaxis.jl:828
[2] _create_plot!(F::Function, attributes::Dict{Symbol, Any}, ax::GeoAxis, args::Vector{GeometryBasics.MultiPolygon{2, Float32, GeometryBasics.Polygon{2, Float32, GeometryBasics.Point{2, Float32}, GeometryBasics.LineString{2, Float32, GeometryBasics.Point{2, Float32}, Base.ReinterpretArray{GeometryBasics.Line{2, Float32}, 1, Tuple{GeometryBasics.Point{2, Float32}, GeometryBasics.Point{2, Float32}}, GeometryBasics.TupleView{Tuple{GeometryBasics.Point{2, Float32}, GeometryBasics.Point{2, Float32}}, 2, 1, Vector{GeometryBasics.Point{2, Float32}}}, false}}, Vector{GeometryBasics.LineString{2, Float32, GeometryBasics.Point{2, Float32}, Base.ReinterpretArray{GeometryBasics.Line{2, Float32}, 1, Tuple{GeometryBasics.Point{2, Float32}, GeometryBasics.Point{2, Float32}}, GeometryBasics.TupleView{Tuple{GeometryBasics.Point{2, Float32}, GeometryBasics.Point{2, Float32}}, 2, 1, Vector{GeometryBasics.Point{2, Float32}}}, false}}}}, Vector{GeometryBasics.Polygon{2, Float32, GeometryBasics.Point{2, Float32}, GeometryBasics.LineString{2, Float32, GeometryBasics.Point{2, Float32}, Base.ReinterpretArray{GeometryBasics.Line{2, Float32}, 1, Tuple{GeometryBasics.Point{2, Float32}, GeometryBasics.Point{2, Float32}}, GeometryBasics.TupleView{Tuple{GeometryBasics.Point{2, Float32}, GeometryBasics.Point{2, Float32}}, 2, 1, Vector{GeometryBasics.Point{2, Float32}}}, false}}, Vector{GeometryBasics.LineString{2, Float32, GeometryBasics.Point{2, Float32}, Base.ReinterpretArray{GeometryBasics.Lin
|
Run julia-actions/julia-docdeploy@v1:
../../../.julia/packages/Documenter/Bs999/src/utilities/utilities.jl#L46
failed to run `@example` block in src/examples/graph_on_usa.md:98-107
```@example graph_on_usa
graphplot!(
ga, g;
layout = _ -> positions, node_size = 1,
edge_color = cgrad(:plasma)[LinRange(0, 1, 66)],
node_color = cgrad(:plasma)[LinRange(0, 1, length(keys(gpos)))]
)
fig
```
exception =
UndefVarError: `Transformation` not defined in `GeoMakie`
Hint: It looks like two or more modules export different bindings with this name, resulting in ambiguity. Try explicitly importing it from a particular module, or qualifying the name with the module it should come from.
Hint: a global variable of this name may be made accessible by importing CoordinateTransformations in the current active module Main
Hint: a global variable of this name also exists in Makie.
Hint: a global variable of this name also exists in CairoMakie.
Stacktrace:
[1] plot!(axis::GeoAxis, plot::Plot{GraphMakie.graphplot, Tuple{Graphs.SimpleGraphs.SimpleGraph{Int64}}})
@ GeoMakie ~/.julia/packages/GeoMakie/pLXeo/src/geoaxis.jl:828
[2] _create_plot!(F::Function, attributes::Dict{Symbol, Any}, ax::GeoAxis, args::Graphs.SimpleGraphs.SimpleGraph{Int64})
@ GeoMakie ~/.julia/packages/GeoMakie/pLXeo/src/geoaxis.jl:846
[3] graphplot!(::GeoAxis, ::Vararg{Any}; kw::@kwargs{layout::Main.__atexample__named__graph_on_usa.var"#1#2", node_size::Int64, edge_color::Vector{RGBA{Float64}}, node_color::Vector{RGBA{Float64}}})
@ GraphMakie ~/.julia/packages/MakieCore/zO6H4/src/recipes.jl:189
[4] top-level scope
@ graph_on_usa.md:99
[5] eval
@ ./boot.jl:430 [inlined]
[6] #60
@ ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:803 [inlined]
[7] cd(f::Documenter.var"#60#62"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[8] (::Documenter.var"#59#61"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:802
[9] (::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})()
@ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:170
[10] with_logstate(f::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}}, logstate::Base.CoreLogging.LogState)
@ Base.CoreLogging ./logging/logging.jl:522
[11] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger)
@ Base.CoreLogging ./logging/logging.jl:632
[12] capture(f::Documenter.var"#59#61"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any})
@ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:167
[13] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document)
@ Documenter ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:801
|
Run julia-actions/julia-docdeploy@v1:
../../../.julia/packages/Documenter/Bs999/src/utilities/utilities.jl#L46
failed to run `@example` block in src/examples/basic.md:30-35
```@example basic
fig = Figure()
ax = GeoAxis(fig[1,1])
sp = surface!(ax, lons, lats, field; shading = NoShading)
fig
```
exception =
UndefVarError: `Transformation` not defined in `GeoMakie`
Hint: It looks like two or more modules export different bindings with this name, resulting in ambiguity. Try explicitly importing it from a particular module, or qualifying the name with the module it should come from.
Hint: a global variable of this name may be made accessible by importing CoordinateTransformations in the current active module Main
Hint: a global variable of this name also exists in Makie.
Hint: a global variable of this name also exists in CairoMakie.
Stacktrace:
[1] plot!(axis::GeoAxis, plot::Surface{Tuple{Vector{Float64}, Vector{Float64}, Matrix{Float32}}})
@ GeoMakie ~/.julia/packages/GeoMakie/pLXeo/src/geoaxis.jl:828
[2] _create_plot!(::Function, ::Dict{Symbol, Any}, ::GeoAxis, ::UnitRange{Int64}, ::Vararg{Any})
@ GeoMakie ~/.julia/packages/GeoMakie/pLXeo/src/geoaxis.jl:846
[3] surface!(::GeoAxis, ::Vararg{Any}; kw::@kwargs{shading::MakieCore.ShadingAlgorithm})
@ MakieCore ~/.julia/packages/MakieCore/zO6H4/src/recipes.jl:505
[4] top-level scope
@ basic.md:33
[5] eval
@ ./boot.jl:430 [inlined]
[6] #60
@ ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:803 [inlined]
[7] cd(f::Documenter.var"#60#62"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[8] (::Documenter.var"#59#61"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:802
[9] (::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})()
@ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:170
[10] with_logstate(f::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}}, logstate::Base.CoreLogging.LogState)
@ Base.CoreLogging ./logging/logging.jl:522
[11] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger)
@ Base.CoreLogging ./logging/logging.jl:632
[12] capture(f::Documenter.var"#59#61"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any})
@ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:167
[13] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document)
@ Documenter ~/.julia/packages/Documenter/Bs999/src/expander_pipeline.jl:801
|
Loading