Logótipo do OpenStreetMap OpenStreetMap

Python Tile Expiration Class

Criada por asciipip a 10 junho 2012 em English

I have periodically needed a memory-efficient way to track tile expirations, so I wrote something to do it. Here, I make it available in case it can be useful to others.

The code is tileexpire; to use it, you just need to import the module, instantiate an OSMTileExpire object, call its expire() method for each expired tile, and then use its expiredAt() method for each zoom level you want to process.

It should be reasonably memory-efficient because it uses a quad tree that collapses it branches as they fill up, so it can handle a lot of tiles as long as they’re reasonably dense (in my experience, that’s a reasonable assumption for OSM tile expiration data).

It’s under a CC0 waiver, so you’re free to use it for anything you want, but if you make improvements, I’d love to hear about them.

Ícone de e-mail Ícone Bluesky Ícone do Facebook Ícone do LinkedIn Ícone do Mastodon Ícone do Telegram Ícone do X

Discussão

Iniciar sessão para deixar um comentário