Skip to content
View dillten's full-sized avatar
💚
💚

Organizations

@homedepot
Block or Report

Block or report dillten

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. flight-map-generator flight-map-generator Public

    Generates kepler.gl readbale CSV from a ForeFlight or Garmin Pilot logbook export

    JavaScript 6 1

  2. Quick and dirty JS for processing Fo... Quick and dirty JS for processing ForeFlight KML/GeoJSON properties into timestamps for kepler.gl
    1
    const fs = require('fs');
    2
    
                  
    3
    fs.readFile("input.geojson", function(err, data) { 
    4
        if (err) throw err; 
    5
        let track = JSON.parse(data); 
  3. worldcup-events-bot worldcup-events-bot Public

    JavaScript 1