The JAMstack generally has become ubiquitous as a solid and reliable architecture for building applications for the web. As much as we didn’t know it, the JAMstack has been part of E84’s blood before the term was coined, as we worked through application challenges focusing on serving static applications and websites using AWS S3 and…
The JAMstack generally has become ubiquitous as a solid and reliable architecture for building applications for the web. As much as we didn’t know it, the JAMstack has been part of E84’s blood before the term was coined, as we worked through application challenges focusing on serving static applications and websites using AWS S3 and…
As a 10% time project, we replicated a small piece of the Raster Foundry backend code in Haskell, using servant for the REST interface and postgresql-simple for database interaction.

Merge requests (or pull requests) are a huge part of a teamโs development process. Itโs the main gatekeeper preventing developers from throwing whatever they want into the default branch. It’s also a reference to the history and understanding of the changes someone is making to an application, giving code reviewers and testers more confidence in…
Cloud-Optimized GeoTIFFs (COGs) are geoTIFFs hosted on a cloud or file server, and are optimized for remote reads. They proved useful in a recent project.

If you are working with geospatial data visualizations you have probably heard of Cloud Optimized GeoTIFFs and may also have heard of the Meta Raster Format. These formats both provide efficient access to visualization data and have similar goals. The popular GDAL library supports both. So what are the differences, and when would you choose…
This release of Raster Vision includes bug fixes, an easier setup, improved performance, and the ability to train models off of labels in OSM.

Aster Vision is an open source machine learning library for analyzing huge troves of astrospatial data and finding habitable planets around nearby stars.

We are excited to announce the launch of the Open Apparel Registry, an open source global map of garment producing facilities.

โThe world is one big data problem.โ Andrew McAfee Small satellites are becoming cheaper to launch and operate, and their data is changing how we view the earth. As more commodity satellites enter orbit and begin sending data, the need for smart applications to ingest, archive, process, transform, and distribute that data become more important.…
Idris is a pure, statically-typed functional language with a powerful type system. Let’s explore writing code in Idris using type-driven development and interactive editing.
