Skip to content

An AWS Lambda function to convert MapShare KML feeds to GeoJSON

Notifications You must be signed in to change notification settings

mauroveron/inreach-kml-to-geojson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InReach KML to GeoJson lambda

This is a simple AWS Lambda function that converts InReach KML feed to GeoJson and filters out sensitive data. It's useful if you want to just use this GeoJSON on a public map.

Secrets

The values for the lambda function's env vars are fetched from SSM, so you'll need to create three secrets on the SSM parameter store:

  • /inreach-feed-geojson/garmin_mapshare_url - the url to the MapShare KML feed
  • /inreach-feed-geojson/garmin_mapshare_username - the username of your MapShare (it's your e-mail)
  • /inreach-feed-geojson/garmin_mapshare_password - the password you set for your mapshare

About

An AWS Lambda function to convert MapShare KML feeds to GeoJSON

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published