Code Monkey home page Code Monkey logo

geotag's Introduction

GeoTag

Read and write exif geotags from JPEG images

Dependencies

Functions

  • coord_dec_to_dms(coord)
    • Convert decimal lat/lon to degrees, minutes, seconds (dms)
  • lat_dms_to_dec(lat, lat_ref)
    • Convert dms lat to decimal form
    • lat_ref specifies N or S
  • lon_dms_to_dec(lon, lon_ref)
    • Convert dms lon to decimal form
    • lon_ref specifies E or W
  • write_geo_tag(img_path, lat, lon, alt_abs, hdg=None)
    • write exif geo tags (lat, lon, absolute alt, optional heading) to image
  • read_geo_tag(img_path)
    • read exif geo tags from an image in the form (lat, lon, abs alt, hdg)

geotag's People

Contributors

wchang22 avatar rainerino avatar

Watchers

James Cloos avatar  avatar

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.