{"id":14036260,"url":"https://github.com/compwright/exif-geojson","last_synced_at":"2025-04-14T00:26:26.887Z","repository":{"id":32793530,"uuid":"142784461","full_name":"compwright/exif-geojson","owner":"compwright","description":"Generate a GeoJSON Point from EXIF GPS data","archived":false,"fork":false,"pushed_at":"2024-06-16T12:55:38.000Z","size":500,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T18:11:04.892Z","etag":null,"topics":["exif","geojson"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/exif-geojson","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/compwright.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"compwright"}},"created_at":"2018-07-29T18:17:48.000Z","updated_at":"2024-06-16T12:55:36.000Z","dependencies_parsed_at":"2024-04-16T06:37:47.813Z","dependency_job_id":"ada6c899-2db5-4536-9553-168ffe771e05","html_url":"https://github.com/compwright/exif-geojson","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compwright%2Fexif-geojson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compwright%2Fexif-geojson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compwright%2Fexif-geojson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compwright%2Fexif-geojson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/compwright","download_url":"https://codeload.github.com/compwright/exif-geojson/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248800112,"owners_count":21163404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["exif","geojson"],"created_at":"2024-08-12T03:01:53.711Z","updated_at":"2025-04-14T00:26:26.864Z","avatar_url":"https://github.com/compwright.png","language":"JavaScript","funding_links":["https://github.com/sponsors/compwright"],"categories":["JavaScript"],"sub_categories":[],"readme":"# exif-geojson\n\n[![Build Status](https://travis-ci.org/compwright/exif-geojson.svg?branch=master)](https://travis-ci.org/compwright/exif-geojson)\n[![Dependency Status](https://img.shields.io/david/compwright/exif-geojson.svg?style=flat-square)](https://david-dm.org/compwright/exif-geojson)\n[![Download Status](https://img.shields.io/npm/dm/exif-geojson.svg?style=flat-square)](https://www.npmjs.com/package/exif-geojson)\n[![Sponsor on GitHub](https://img.shields.io/static/v1?label=Sponsor\u0026message=❤\u0026logo=GitHub\u0026link=https://github.com/sponsors/compwright)](https://github.com/sponsors/compwright)\n\nA ES2017 function to generate a [GeoJSON Point](https://tools.ietf.org/html/rfc7946#appendix-A.1) from [EXIF GPS data](https://sno.phy.queensu.ca/~phil/exiftool/TagNames/GPS.html).\n\nThis function is meant to be used with [exif](https://github.com/gomfunkel/node-exif) or [exif-async](https://github.com/jacekwasowski/exif-async).\n\n## Installation\n\n```\nnpm install --save exif-geojson exif-async\n```\n\n## Usage\n\n```javascript\nconst exifGeojson = require('exif-geojson');\nconst getExif = require('exif-async');\n\n(async function() {\n    try {\n        const exif = await getExif('./photo_exif.jpg');\n        const point = exifGeojson(exif);\n        console.log(point);\n    } catch {\n        console.log('No location data found');\n    }\n})();\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompwright%2Fexif-geojson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcompwright%2Fexif-geojson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompwright%2Fexif-geojson/lists"}