STAC it up – A STAC tutorial
In this post we describe the process of taking a federal Canadian dataset and creating a SpatioTemporal Asset Catalog (STAC) using python.
In this post we describe the process of taking a federal Canadian dataset and creating a SpatioTemporal Asset Catalog (STAC) using python.
Building automated tests is the liver and onions of the programming world. Everyone agrees that it’s good for you, but no one really wants to get into it. I find this is takes place for three reasons: First, we often aren’t sure what to test when building new features. Second, setting up the testing environments …
Fast and Furious E2E: Using Testcafe for Easy End-to-End Testing Read More »
It is not uncommon for raster data to be large and unruly. Creating tiles is one way to deal with these large datasets and speed up rendering. This post introduces a few handy tools for dealing with raster data while walking through the process of combining multiple raster files to create tiles for a super-overlay […]