Skip to main content
Version: Streamsheets 3.0

OPENWEATHER.GEO.COORDINATES.ZIP

Premium

Converts a location specified by name or zip/post code into geographical coordinates. Please refer to geocoding API for more information about available options (as of 2021-05-17).

Syntax

=OPENWEATHER.GEO.COORDINATES.ZIP(Zip, [Country], [ResponseTarget])

Arguments

NameTypeDescription
ZipStringZip code of the location to get geographical coordinates for
Country (optional)StringCountry code in ISO 3166 format
ResponseTarget (optional)TargetSpecify inbox, outbox, cell or cell-range to write response to

Return

TypeDescription
Boolean,Result,ErrorRequest result if no target is specified or TRUE. In case of an error the corresponding error-code is returned.

Examples

AB
1cityCologne
2limit2
3
4zipE14
5countryGB
FormulaResultComment
=OPENWEATHER.GEO.COORDINATES(B4,B5)
Resolve geo coordinates by providing a zip code and country