You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for searching by administration area or country
The input string "name" is split by comma character (","), first part is used for the original search, seconds part is used for separate search for administration areas and countries.
This can be used for example to search for city Queenstown in New Zealand with query "/v1/search?name=Queenstown,New Zealand".
If the input string doesn't contain comma, it works as previously.
Geonames data are parsed and processed during the first start, which requires some times and memor. At least 6GB RAM is required and it takes about 25 minutes on a CPU with 2 Skylake cores. Database loading takes about 5 minutes after that.
38
+
39
+
Additionally, nginx proxy should be used.
38
40
39
41
## Terms & Privacy
40
42
Open-Meteo APIs are free for open-source developer and non-commercial use. We do not restrict access, but ask for fair use.
0 commit comments