HSec plots using basemap are slow to generate

Issue #173 resolved
Joern Ungermann created an issue

Generating plots with coast lines etc. take several seconds. Partially this is due to the Basemap class being instantiated fresh for each plot, which necessitates the reading and processing of all shape files.

Improving this would reduce the server load, increase response time for users, and reduce the time needed for py.test.

Comments (3)

  1. Log in to comment