Giter Site home page Giter Site logo

dms-to-lat-lon-converter's Introduction

DMS-to-lat-lon-converter

Convert for exmaple coorinates in DMS (Degree Minutes Seconds) like: 52°05'48''N 015°32'06''E to LON, LAT, like: 15.535, 52.096667

This simple script reads CVS file with coordinates in new line and print coordinates in the format which you can use for example in GeoJSON file.

dms.csv - example:

52°05'48''N 015°32'06''E
52°08'38''N 015°38'18''E
52°13'11''N 015°53'26''E
52°13'52''N 015°58'52''E
52°11'08''N 016°01'16''E
52°09'08''N 015°57'27''E
52°04'09''N 015°41'03''E
52°03'05''N 015°34'45''E
52°05'48''N 015°32'06''E

Result:

[15.535, 52.096667], [15.638333, 52.143889], [15.890556, 52.219722], [15.981111, 52.231111], [16.021111, 52.185556], [15.9575, 52.152222], [15.684167, 52.069167], [15.579167, 52.051389], [15.535, 52.096667],

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.