Is OpenStreetMap.jl package still maintained? Pkg.add("OpenStreetMap") gives an Error "OpenStreetMap not found in project, manifest or registry"

Hi

when I try to add this package within Julia using Pkg.add("OpenStreetMap") it gives the following error. why this is the case? Is OpenStreetMap.jl package still maintained?

Thanks

julia> using Pkg

julia> Pkg.add("OpenStreetMap")
ERROR: The following package names could not be resolved:
 * OpenStreetMap (not found in project, manifest or registry)

Stacktrace:
  [1] pkgerror(msg::String)
    @ Pkg.Types C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.6\Pkg\src\Types.jl:55
  [2] ensure_resolved(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; registry::Bool)
    @ Pkg.Types C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.6\Pkg\src\Types.jl:883
  [3] add(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; preserve::Pkg.Types.PreserveLevel, platform::Base.BinaryPlatforms.Platform, kwargs::Base.Iterators.Pairs{Symbol, Base.TTY, Tuple{Symbol}, NamedTuple{(:io,), Tuple{Base.TTY}}})
    @ Pkg.API C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.6\Pkg\src\API.jl:193
  [4] add(pkgs::Vector{Pkg.Types.PackageSpec}; io::Base.TTY, kwargs::Base.Iterators.Pairs{Union{}, Union{}, Tuple{}, NamedTuple{(), Tuple{}}})
    @ Pkg.API C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.6\Pkg\src\API.jl:80
  [5] add(pkgs::Vector{Pkg.Types.PackageSpec})
    @ Pkg.API C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.6\Pkg\src\API.jl:78
  [6] #add#23
    @ C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.6\Pkg\src\API.jl:76 [inlined]
  [7] add
    @ C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.6\Pkg\src\API.jl:76 [inlined]
  [8] #add#22
    @ C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.6\Pkg\src\API.jl:75 [inlined]
  [9] add(pkg::String)
    @ Pkg.API C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.6\Pkg\src\API.jl:75
 [10] top-level scope
    @ REPL[11]:1

No, but https://github.com/pszufe/OpenStreetMapX.jl looks like it is.

2 Likes

Hi Odow, Thank you. So, it is no longer supported.
No, I guess some of the functions are not available in OpenStreetMapX.jl. For instance, if I want to use Drive Time Regions (Road Network Analysis — OpenStreetMap.jl 0.3.0 documentation) Is there any similar command available in OpenStreetMapX.jl?

Thanks

Not sure what your exact use case is but feel free to check out LightOSM.jl