mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-10 06:51:13 +00:00
Medium Syndication Data
This commit is contained in:
parent
e8c9b33f2d
commit
79329aae66
13 changed files with 85 additions and 61 deletions
|
@ -1,10 +1,12 @@
|
|||
---
|
||||
title: "Retreiving GPS data in decimal format from EXIF data in photos"
|
||||
date: 2022-06-19T19:01:35-04:00
|
||||
date: 2022-06-19 19:01:35-04:00
|
||||
draft: false
|
||||
tags: ["GPS"]
|
||||
math: false
|
||||
medium_enabled: true
|
||||
medium_post_id: 45193055c22d
|
||||
tags:
|
||||
- GPS
|
||||
title: Retreiving GPS data in decimal format from EXIF data in photos
|
||||
---
|
||||
|
||||
For a new feature that I'm cooking up for my website, I need to grab the GPS information from the EXIF data stored in my images. Luckily, `imagemagick`
|
||||
|
@ -109,4 +111,4 @@ LON_PREFIX=$([ $LON_DIR == "W" ] && echo "-" || echo "")
|
|||
echo "$LAT_PREFIX$LAT_DEC"
|
||||
echo "$LON_PREFIX$LON_DEC"
|
||||
echo "$ALT_DEC"
|
||||
```
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue