Today
This week
This month
Last month
Last 6 months
Last year
All time
No Date
As a developer advocate, I fall into the "show me" camp. That means I like to show code when writing about a service or feature. In articles, code is presented as copy and paste blocks, such as this: If I was doing a live demo, I could use a REPL if…
December 21, 2022
Article at DEV Community
Slides from a 4 minute lightning talk at FOSS4G2022 in Firenze, IT. HERE Traffic Analytics provide the data for this presentation. Data is collected from multiple GPS sensors globally. The traffic data was aggregated from hourly counts aggregated by…
August 25, 2022
Article at DEV Community
When I read an article about earthquakes caused by fracking in west Texas, I wanted to map the data. Additional research referenced a report published in Science. Titled "High-rate injection is associated with the increase in U.S. mid-continent…
February 17, 2022
Article at DEV Community
When we work with APIs, we typically work with a request-response pattern or a streaming pattern. However, another API pattern calls an out of process function initiating a long transaction. I worked with a service that acted like a request-response…
January 20, 2022
Article at DEV Community
Github is a great way to collaborate on code. However, I use Gitlab as a CI/CD to deploy application to AWS. Gitlab conveniently supports importing external git repositories. This post demonstrates how to deploy a Github repository of a static web…
January 07, 2022
Article at DEV Community
Previously, on speeding up geodata processing... In this post, I compare the read and write performance of the feather file format against the pickle file format. From Hadley Wickham's blog: What is Feather? Feather is a fast, lightweight, and…
December 27, 2021
Article at DEV Community
I've been using the excellent geopandas for working with largish geodata sets and CSV files. While geopandas has been great for working with data, it is slow to ingest geodata. I ran a simple test to time reading a 1.2GB line shapefile into a…
December 24, 2021
Article at DEV Community