Blog
Filtering all posts with topic Algorithms
- Exploring Parity in PythonTesting out a fault tolerant storage algorithm with code.
- Writing a Parser for Blog PostsUsing grammar to reformat my blog posts.
- Introducing AudioJPEGBuilding the worst audio compression algorithm.
- Chasing SummerHow far would you need to travel every day to experience the same number of daylight hours year-round?
- Python on Punched CardsWrite Python like it's 1959 by encoding it onto IBM 1401 punched cards.
- Patch Metrics in Earth EngineImplementing common patch metrics from Fragstats, cloud-native style.
- Terrain Algorithms from ScratchSlope, aspect, and hillshading are ubiquitous in spatial analysis, but how are they made? Let's implement them from scratch in Python to figure out.
- Dithering in Earth EngineDithering is an image processing technique used in retro video games to simulate shading with a single color. Let's apply it to Landsat imagery in Earth Engine.