BCCN-Prog / weather_2016

For the BCCN 2016 advanced programming project
3 stars 1 forks source link

Visualisation: generate basic map of Germany only once #41

Closed daveh19 closed 8 years ago

daveh19 commented 8 years ago

Map generation is slow, whereas everything else is fast. We can generate a single Basemap in memory with Germany and any other permanent information plotted on it. This can then be stored as an object in memory which any figures produced can then just copy and plot data on top of. (Obviously this won't work if we need some of the basemap data to be visible on top of the data, but it should work for the outline of Germany at least)

clauslang commented 8 years ago

Did you end up implementing this, @denisalevi ?

denisalevi commented 8 years ago

i haven't, no, @MaxKirstein @akresnia did any of you look into it?

clauslang commented 8 years ago

We have no resources for this