Posts from FL

Appveyor and mingwpy to Create Python Wheels on Windows

TLDR; After many trials figured out how to compile FORTRAN/C libraries on Windows to be used in Python, using Appveyor, a cloud base Continuous Integration Service for Windows and mingwpy. Wish that I could say that I am a genius, but no, just persistent.

Read more ...


Testing Images

TLDR; I use matplotlib.testing.compare.compare_images instead of matplotlib.testing.decorators.image_comparison

Read more ...


Docker to Create Hybrid Linux Distributions

TLDR; Run Ubuntu available dpkg on Centos through Docker

Read more ...


Virtual Format for GDAL/OGR

TLDR; I use VRTs for everything that I can.

Read more ...


Docker - Almost Everything I Could Want, But Not What I Need

TLDR; I ended up not using Docker.

Read more ...