-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
Labels
bugSomething isn't workingSomething isn't working