I recently had a small visualization that I wanted to do: Given a 3D stack of images, plot them with the ability to interactively flip through the stack. Also, I wanted to have it work on a static site like Github Pages (e.g. this site). (more…)
Read more »
Recently, I was working with MapBox’s Route Optimization API. Basically, it tries to solve the traveling salesman problem where you provide the API with coordinates of multiple places and it returns a duration-optimized route between those locations. This... (more…)
Read more »
Learn to perform the basics of geospatial analysis using Python along with the GeoJSON and GeoPandas libraries. (more…)
Read more »
Python is a programming language that has close relationship with C. Calling C functions from Python is straightforward via ctypes. (more…)
Read more »