Skip to content

Unable to access cities database #70

@vnegi10

Description

@vnegi10

The following error has been appearing since last few days. It seems the CSV file is not accessible anymore via the GeoNames_analysis repository.

julia> @time using WeatherReport
ERROR: LoadError: Unable to load cities database, check if https://raw.githubusercontent.com/vnegi10/GeoNames_analysis/master/cities500_lat_long.csv is accessible!
Stacktrace:
  [1] error(s::String)
    @ Base ./error.jl:35
  [2] url_to_df(url::String)
    @ WeatherReport ~/.julia/packages/WeatherReport/4QTIq/src/helpers.jl:38

Possible solutions:

  • Make the CSV file part of WeatherReport.jl if it's not too big
  • Host the file on Storj
  • Fetch the city based on a given lat/long also via the OpenMeteo API

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions