← Back to home

Free • No signup • Fast

GPS Coordinate Converter

Import and export

Paste coordinates, CSV rows, JSON arrays or GeoJSON. You can also drop a file into the text area.

Result

Import or paste coordinates to generate GeoJSON output.

How it works

Convert decimal latitude and longitude to DMS, generate GeoJSON Point and LineString data, open coordinates in Google Maps or OpenStreetMap, and import coordinate lists from CSV, JSON or GeoJSON.

Practical examples

FAQ

What coordinate order does GeoJSON use?

GeoJSON stores coordinates as longitude, latitude. This tool lets you enter latitude and longitude in the usual human-readable order, then exports GeoJSON using the correct longitude-latitude order.

Can I import a GeoJSON file?

Yes. You can paste or drop GeoJSON containing Point, MultiPoint, LineString, Feature or FeatureCollection geometries. The tool will extract the coordinate points when possible.

Is the distance exact?

The path distance is an approximate great-circle distance based on the Haversine formula. It is useful for estimation, but it is not a road distance and does not follow streets or terrain.

Try these tools