samangel93 / gheat

Automatically exported from code.google.com/p/gheat
0 stars 0 forks source link

separate tile generation from web service #23

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Maybe this is possible already, but I can't tell from what I'm seeing online.

Suppose I don't have/want sophisticated web hosting options that will allow 
installation of python libraries.

I want to generate the entire heatmap tile cache on my desktop computer, then 
upload the results as static files to some plain static file hosting service.

Can gHeat generate the entire tile cache in advance, instead of producing each 
tile on demand?

Maybe the solution here is a utility that crawls a gHeat service, extracting 
all the tiles and saving them to a file folder tree. Has anyone written such a 
thing?

Original issue reported on code.google.com by hutt...@gmail.com on 27 Jan 2012 at 6:26