Skip to content

Instantly share code, notes, and snippets.

View jalessio's full-sized avatar

Jamie Alessio jalessio

  • Berkeley, CA
  • 12:54 (UTC -07:00)
View GitHub Profile
@jalessio
jalessio / build.sh
Created March 7, 2017 01:45 — forked from sgillies/build.sh
Building GDAL and friends for inclusion in Rasterio binary wheels
#!/bin/bash
export MACOSX_DEPLOYMENT_TARGET=10.6
export ARCHFLAGS="-arch i386 -arch x86_64"
# GEOS from source.
cd ~/work/geos-3.4.2
./configure CFLAGS="-Os -arch i386 -arch x86_64" CXXFLAGS="-Os -arch i386 -arch x86_64" LDFLAGS="-arch i386 -arch x86_64"
make clean
make
@jalessio
jalessio / Dockerfile
Last active March 8, 2017 00:53
mapbox-vector-tiles shapely "speedups" test
FROM python:3.5.2
RUN apt-get update && apt-get install -y \
build-essential \
libgeos-dev && \
rm -rf /var/lib/apt/lists/*
# Install Shapely 1.5.x b/c Shapely 1.6.x appears to
# have "speedups" enabled by default
RUN pip install shapely==1.5.17
@jalessio
jalessio / pull-request-template.md
Created April 13, 2017 18:38 — forked from Lordnibbler/pull-request-template.md
Sample Pull Request Template

Status

READY/IN DEVELOPMENT/HOLD

Migrations

YES | NO

Description

A few sentences describing the overall goals of the pull request's commits.

Related PRs

@jalessio
jalessio / waylens-notes.md
Created February 14, 2019 16:11
Rough notes while trying to figure out how to create geotagged images created by Waylens Horizon camera

Waylens Studio Exports Exploration

I see in the CSV file with have a "PlayTime(s)" column. I suspect that is the time in the video where I should grab a still and then the data in that CSV row will be valid for it.

I found some info on extracting a still image at a specific time here: https://trac.ffmpeg.org/wiki/Seeking

But maybe I don't want that? Maybe I want to use the "Frame Index" column instead? https://stackoverflow.com/a/20411464

Keybase proof

I hereby claim:

  • I am jalessio on github.
  • I am jalessio (https://keybase.io/jalessio) on keybase.
  • I have a public key ASBTmlwmIcgNY4wRM9KALsHJLNnV8uYtfWbRs2DR0O6PNQo

To claim this, I am signing this object: