prashantchhabra89 / Alternate-Power-Source-Property-Mapper

A web application that puts the power into people's hands for finding sites for sustainable electricity generation.
http://power-planner.appspot.com/
Apache License 2.0
0 stars 1 forks source link

Heatmaps display real data using data point interpolation #56

Closed maxentropic closed 9 years ago

maxentropic commented 9 years ago

This update completes the basic functionality of heatmaps displaying real data (wind and solar). The visible map is populated with points interpolated between the real data available.

Also deleted the code in the servlet for fetching fake data as that is no longer needed, and limited the solar queries to only returning annual values.

prashantchhabra89 commented 9 years ago

nice