Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: polygon Clear Filter

Computing simplified coverage polygons

A somewhat recurring problem I encounter in things I work on is the need to compute simplified geographic polygons, or more specifically, simplified hulls of geographic polygons. Here’s an overview on the currently used approach, maybe someone has pointers to better algorithms for this. Coverage polygons Geographic polygons are used in a few different places: The Transport API Repository and consumers of it like KPublicTransport use them for describing areas covered by a public transport rout

Reloading Classes in Python

For some housekeeping, if you are not signed up, also make sure to sign up for the RSS feed of my crime de-coder blog. I have not been cross posting here consistently. For the last few posts: For ASEBP, conference submissions for 2026 are open. (I will actually be going to this in 2026, submitted a 15 minute talk on planning experiments.) Today will just be a quick post on two pieces of code I thought might be useful to share. The first is useful for humans, when testing code in functions, you