WIP satellite things (#337) #762
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/eoWm2/src/utilities/utilities.jl#L49
12 docstrings not included in the manual:
GeoMakie.GlobeTransform
GeoMakie.closest_multiple :: Tuple{Any, Any}
GeoMakie.meshimage!
GeoMakie.GeoTicks
Makie.tightlimits! :: Tuple{GeoAxis}
GeoMakie.geoticks :: NTuple{4, Any}
Makie.reset_limits! :: Tuple{GeoAxis}
GeoMakie.create_transform :: Tuple{String, String}
GeoMakie.GlobeAxis
GeoMakie.MeshImage
GeoMakie.gft2str
GeoMakie.icosphere :: Union{Tuple{}, Tuple{Int64}}
These are docstrings in the checked modules (configured with the modules keyword)
that are not included in canonical @docs or @autodocs blocks.
|
|
Run julia-actions/julia-docdeploy@v1:
../../../.julia/packages/Documenter/eoWm2/src/utilities/utilities.jl#L49
no docs found for 'GeoMakie.to_multipoly' in `@docs` block in docs/src/introduction.md:138-144
```@docs
GeoMakie.to_multipoly
GeoMakie.geo2basic
GeoMakie.GeoAxis
GeoMakie.geoformat_ticklabels
GeoMakie.meshimage
```
|
|
Run julia-actions/julia-docdeploy@v1:
../../../.julia/packages/OhMyCards/GcnYm/src/overview.jl#L83
The following pages were not found in the gallery:
geostationary_image
is_it_a_plane
projections
|
|
Run julia-actions/julia-docdeploy@v1:
../../../.julia/packages/OhMyCards/GcnYm/src/overview.jl#L83
The following pages were not found in the gallery:
rotating_earth
multiple_crs
|
|
Run julia-actions/julia-docdeploy@v1:
../../../.julia/packages/Documenter/eoWm2/src/utilities/utilities.jl#L49
failed to run `@example` block in docs/src/examples/cartopy/katrina.md:93-103
```@example katrina
leg = axislegend(
ga,
[PolyElement(color = first(direct_states.color)), PolyElement(color = first(affected_states.color)), LineElement(color = Makie.wong_colors()[1]), PolyElement(color = Makie.wong_colors(0.2)[1])],
["Directly affected", "Indirectly affected", "Hurricane path", "2° away from path"],
position = :lb,
framevisible = false
)
ga.title = "Hurricane Katrina"
fig
```
exception =
UndefVarError: `direct_states` not defined in `Main.__atexample__named__katrina`
Suggestion: add an appropriate import or assignment. This global was declared but not assigned.
Stacktrace:
[1] top-level scope
@ katrina.md:94
[2] eval(m::Module, e::Any)
@ Core ./boot.jl:489
[3] #61
@ ~/.julia/packages/Documenter/eoWm2/src/expander_pipeline.jl:856 [inlined]
[4] cd(f::Documenter.var"#61#62"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[5] (::Documenter.var"#59#60"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/eoWm2/src/expander_pipeline.jl:855
[6] (::IOCapture.var"#12#13"{Type{InterruptException}, Documenter.var"#59#60"{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
[7] with_logstate(f::IOCapture.var"#12#13"{Type{InterruptException}, Documenter.var"#59#60"{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:540
[8] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger)
@ Base.CoreLogging ./logging/logging.jl:651
[9] capture(f::Documenter.var"#59#60"{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
[10] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document)
@ Documenter ~/.julia/packages/Documenter/eoWm2/src/expander_pipeline.jl:854
|
|
Run julia-actions/julia-docdeploy@v1:
../../../.julia/packages/Documenter/eoWm2/src/utilities/utilities.jl#L49
failed to run `@example` block in docs/src/examples/cartopy/katrina.md:84-89
```@example katrina
lines!(ga, katrina_path; color = Makie.wong_colors()[1])
poly!(ga, buffered_katrina_path; color = Makie.wong_colors(0.2)[1])
fig
```
exception =
UndefVarError: `katrina_path` not defined in `Main.__atexample__named__katrina`
Suggestion: add an appropriate import or assignment. This global was declared but not assigned.
Stacktrace:
[1] top-level scope
@ katrina.md:85
[2] eval(m::Module, e::Any)
@ Core ./boot.jl:489
[3] #61
@ ~/.julia/packages/Documenter/eoWm2/src/expander_pipeline.jl:856 [inlined]
[4] cd(f::Documenter.var"#61#62"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[5] (::Documenter.var"#59#60"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/eoWm2/src/expander_pipeline.jl:855
[6] (::IOCapture.var"#12#13"{Type{InterruptException}, Documenter.var"#59#60"{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
[7] with_logstate(f::IOCapture.var"#12#13"{Type{InterruptException}, Documenter.var"#59#60"{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:540
[8] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger)
@ Base.CoreLogging ./logging/logging.jl:651
[9] capture(f::Documenter.var"#59#60"{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
[10] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document)
@ Documenter ~/.julia/packages/Documenter/eoWm2/src/expander_pipeline.jl:854
|
|
Run julia-actions/julia-docdeploy@v1:
../../../.julia/packages/Documenter/eoWm2/src/utilities/utilities.jl#L49
failed to run `@example` block in docs/src/examples/cartopy/katrina.md:64-67
```@example katrina
direct_states = view(states_df, GO.intersects.(states_df.geometry, (katrina_path,)), :)
direct_states.color .= Makie.wong_colors()[end-1]
```
exception =
UndefVarError: `katrina_path` not defined in `Main.__atexample__named__katrina`
Suggestion: add an appropriate import or assignment. This global was declared but not assigned.
Stacktrace:
[1] top-level scope
@ katrina.md:65
[2] eval(m::Module, e::Any)
@ Core ./boot.jl:489
[3] #61
@ ~/.julia/packages/Documenter/eoWm2/src/expander_pipeline.jl:856 [inlined]
[4] cd(f::Documenter.var"#61#62"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[5] (::Documenter.var"#59#60"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/eoWm2/src/expander_pipeline.jl:855
[6] (::IOCapture.var"#12#13"{Type{InterruptException}, Documenter.var"#59#60"{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
[7] with_logstate(f::IOCapture.var"#12#13"{Type{InterruptException}, Documenter.var"#59#60"{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:540
[8] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger)
@ Base.CoreLogging ./logging/logging.jl:651
[9] capture(f::Documenter.var"#59#60"{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
[10] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document)
@ Documenter ~/.julia/packages/Documenter/eoWm2/src/expander_pipeline.jl:854
|
|
Run julia-actions/julia-docdeploy@v1:
../../../.julia/packages/Documenter/eoWm2/src/utilities/utilities.jl#L49
failed to run `@example` block in docs/src/examples/cartopy/katrina.md:56-60
```@example katrina
buffered_katrina_path = LibGEOS.buffer(katrina_path, 2) # within 2 degrees of the path
affected_states = view(states_df, GO.intersects.(states_df.geometry, (buffered_katrina_path,)), :)
affected_states.color .= Makie.wong_colors()[end]
```
exception =
UndefVarError: `katrina_path` not defined in `Main.__atexample__named__katrina`
Suggestion: add an appropriate import or assignment. This global was declared but not assigned.
Stacktrace:
[1] top-level scope
@ katrina.md:57
[2] eval(m::Module, e::Any)
@ Core ./boot.jl:489
[3] #61
@ ~/.julia/packages/Documenter/eoWm2/src/expander_pipeline.jl:856 [inlined]
[4] cd(f::Documenter.var"#61#62"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[5] (::Documenter.var"#59#60"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/eoWm2/src/expander_pipeline.jl:855
[6] (::IOCapture.var"#12#13"{Type{InterruptException}, Documenter.var"#59#60"{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
[7] with_logstate(f::IOCapture.var"#12#13"{Type{InterruptException}, Documenter.var"#59#60"{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:540
[8] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger)
@ Base.CoreLogging ./logging/logging.jl:651
[9] capture(f::Documenter.var"#59#60"{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
[10] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document)
@ Documenter ~/.julia/packages/Documenter/eoWm2/src/expander_pipeline.jl:854
|
|
Run julia-actions/julia-docdeploy@v1:
../../../.julia/packages/Documenter/eoWm2/src/utilities/utilities.jl#L49
failed to run `@example` block in docs/src/examples/cartopy/katrina.md:23-36
```@example katrina
lons = [-75.1, -75.7, -76.2, -76.5, -76.9, -77.7, -78.4, -79.0,
-79.6, -80.1, -80.3, -81.3, -82.0, -82.6, -83.3, -84.0,
-84.7, -85.3, -85.9, -86.7, -87.7, -88.6, -89.2, -89.6,
-89.6, -89.6, -89.6, -89.6, -89.1, -88.6, -88.0, -87.0,
-85.3, -82.9]
lats = [23.1, 23.4, 23.8, 24.5, 25.4, 26.0, 26.1, 26.2, 26.2, 26.0,
25.9, 25.4, 25.1, 24.9, 24.6, 24.4, 24.4, 24.5, 24.8, 25.2,
25.7, 26.3, 27.2, 28.2, 29.3, 29.5, 30.2, 31.1, 32.6, 34.1,
35.6, 37.0, 38.6, 40.1]
katrina_path = GO.LineString(Point2.(lons, lats))
```
exception =
UndefVarError: `LineString` not defined in `GeometryOps`
Suggestion: check for spelling errors or missing imports.
Hint: a global variable of this name also exists in LibGEOS.
Hint: a global variable of this name also exists in GeometryBasics.
Stacktrace:
[1] getproperty(x::Module, f::Symbol)
@ Base ./Base_compiler.jl:47
[2] top-level scope
@ katrina.md:35
[3] eval(m::Module, e::Any)
@ Core ./boot.jl:489
[4] #61
@ ~/.julia/packages/Documenter/eoWm2/src/expander_pipeline.jl:856 [inlined]
[5] cd(f::Documenter.var"#61#62"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[6] (::Documenter.var"#59#60"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/eoWm2/src/expander_pipeline.jl:855
[7] (::IOCapture.var"#12#13"{Type{InterruptException}, Documenter.var"#59#60"{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
[8] with_logstate(f::IOCapture.var"#12#13"{Type{InterruptException}, Documenter.var"#59#60"{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:540
[9] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger)
@ Base.CoreLogging ./logging/logging.jl:651
[10] capture(f::Documenter.var"#59#60"{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
[11] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document)
@ Documenter ~/.julia/packages/Documenter/eoWm2/src/expander_pipeline.jl:854
|
|
Run julia-actions/julia-docdeploy@v1:
../../../.julia/packages/Documenter/eoWm2/src/utilities/utilities.jl#L49
failed to run `@example` block in docs/src/examples/contours.md:51-60
```@example contours
ax4 = GeoAxis(fig[2,2]; title = "Filled contour with labels")
cfp = contourf!(ax4, lons, lats, field)
clp = contour!(
ax4, lons, lats, field;
color = :black, labels = true,
levels = cfp._computed_levels
)
fig
```
exception =
KeyError: key :_computed_levels not found
Stacktrace:
[1] getindex(h::Dict{Symbol, ComputePipeline.Computed}, key::Symbol)
@ Base ./dict.jl:477
[2] getindex
@ ~/.julia/packages/ComputePipeline/03tW7/src/ComputePipeline.jl:559 [inlined]
[3] getproperty(plot::Contourf{Tuple{Vector{Float64}, Vector{Float64}, Matrix{Float32}}}, key::Symbol)
@ Makie ~/.julia/packages/Makie/4JW9B/src/compute-plots.jl:73
[4] top-level scope
@ contours.md:54
[5] eval(m::Module, e::Any)
@ Core ./boot.jl:489
[6] #61
@ ~/.julia/packages/Documenter/eoWm2/src/expander_pipeline.jl:856 [inlined]
[7] cd(f::Documenter.var"#61#62"{Module, Expr}, dir::String)
@ Base.Filesystem ./file.jl:112
[8] (::Documenter.var"#59#60"{Documenter.Page, Module, Expr})()
@ Documenter ~/.julia/packages/Documenter/eoWm2/src/expander_pipeline.jl:855
[9] (::IOCapture.var"#12#13"{Type{InterruptException}, Documenter.var"#59#60"{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"#12#13"{Type{InterruptException}, Documenter.var"#59#60"{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:540
[11] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger)
@ Base.CoreLogging ./logging/logging.jl:651
[12] capture(f::Documenter.var"#59#60"{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/eoWm2/src/expander_pipeline.jl:854
|
Loading