# \[ANN\] WeatherReport.jl - A simple weather app for the Julia REPL

**URL:** https://discourse.julialang.org/t/ann-weatherreport-jl-a-simple-weather-app-for-the-julia-repl/108298
**Category:** Package Announcements
**Tags:** package, announcement, plotting, unicodeplots
**Created:** [January 3, 2024, 12:37pm UTC](https://discourse.julialang.org/t/ann-weatherreport-jl-a-simple-weather-app-for-the-julia-repl/108298 "2024-01-03T12:37:35Z")
**Posts on this page:** 2
**Page:** 2

<div class="post-metadata">

### Author: ![healyp](https://avatars.discourse-cdn.com/v4/letter/h/67e7ee/32.png) [@healyp](https://discourse.julialang.org/u/healyp)
#### Post date: [September 14, 2024, 12:50pm UTC](https://discourse.julialang.org/t/ann-weatherreport-jl-a-simple-weather-app-for-the-julia-repl/108298/21 "2024-09-14T12:50:29Z")

</div>

Would it be possible to expand or enlarge your database of cities? Some of us are feeling left out 🙂

---

<div class="post-metadata">

### Author: ![vnegi10](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/vnegi10/32/205882_2.png) [@vnegi10](https://discourse.julialang.org/u/vnegi10)
#### Post date: [December 2, 2024, 12:08pm UTC](https://discourse.julialang.org/t/ann-weatherreport-jl-a-simple-weather-app-for-the-julia-repl/108298/22 "2024-12-02T12:08:49Z")

</div>

Yes, that’s definitely possible.

Current logic in the package is to map city names to lat/long based on an input [CSV file](https://github.com/vnegi10/WeatherReport.jl/blob/main/database/cities500_lat_long.csv), which contains cities with a population \> 500 [source](https://download.geonames.org/export/dump/).

Which ones do you want to add? You can also make a simple PR for this. 😃

[Previous page](https://discourse.julialang.org/t/ann-weatherreport-jl-a-simple-weather-app-for-the-julia-repl/108298.md?page=1)
