CityName

Given a latitude and longitude, return the name of the nearest city
284 download
Aggiornato 3 mag 2016

Visualizza la licenza

Nota dell'editore: This file was selected as MATLAB Central Pick of the Week

This uses a list of 5000 world cities from the GeoNames data set. Currently, it returns the name of the city with the closest latitude and longitude. An improvement that would better handle high latitude cases would use ground distance.

Cita come

Richard Moore (2024). CityName (https://www.mathworks.com/matlabcentral/fileexchange/56878-cityname), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2013a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

CityName/

Versione Pubblicato Note della release
1.1.0.0

Updated to use ground distance. Also adds options to: return region name, apply a population threshold, return the distance between the user-provided coordinates and the returned city.

1.0.0.0