Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mosaic to fail in the example #341

Closed
luraess opened this issue Nov 30, 2022 · 4 comments
Closed

mosaic to fail in the example #341

luraess opened this issue Nov 30, 2022 · 4 comments

Comments

@luraess
Copy link

luraess commented Nov 30, 2022

Trying to run the example from https://rafaqz.github.io/Rasters.jl/stable/, I am getting the attached error upon executing following step (in the https://rafaqz.github.io/Rasters.jl/stable/#Plotting section)

scandinavia = mosaic(first, denmark, norway, sweden)

The error is here error.txt

julia> versioninfo()
Julia Version 1.8.2
Commit 36034abf260 (2022-09-29 15:21 UTC)
Platform Info:
  OS: macOS (arm64-apple-darwin21.3.0)
  CPU: 8 × Apple M2
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, apple-m1)
  Threads: 4 on 4 virtual cores
Environment:
  JULIA_NUM_THREADS = 4
@luraess luraess changed the title mosaic to fai mosaic to fail in the example Nov 30, 2022
@rafaqz
Copy link
Owner

rafaqz commented Nov 30, 2022

Is this the latest Rasters.jl and DimensionalData.jl?

@luraess
Copy link
Author

luraess commented Nov 30, 2022

It is

(tmp_rasters) pkg> st
Status `~/Desktop/tmp_rasters/Project.toml`
  [91a5bcdd] Plots v1.36.6
  [a3a2b9e3] Rasters v0.4.1
  [8e980c4a] Shapefile v0.8.0

and

[[deps.DimensionalData]]
deps = ["Adapt", "ArrayInterfaceCore", "ConstructionBase", "Dates", "Extents", "IntervalSets", "IteratorInterfaceExtensions", "LinearAlgebra", "Random", "RecipesBase", "SparseArrays", "Statistics", "TableTraits", "Tables"]
git-tree-sha1 = "c26d8608fc71d81f20092d39a931b4dcc82e51bf"
uuid = "0703355e-b756-11e9-17c0-8b28908087d0"
version = "0.21.3"

@rafaqz
Copy link
Owner

rafaqz commented Nov 30, 2022

Oh sorry I have forgotten to register the patch version for this. It should be working in half hour or so.

@luraess
Copy link
Author

luraess commented Dec 1, 2022

Thanks for your fast fix! That works fine now.

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

No branches or pull requests

2 participants