SnowpitData / AvscienceServer

Snow Pilot data services
0 stars 0 forks source link

Add support to render pit graphs on the server #1

Open mkahrl opened 8 years ago

mkahrl commented 8 years ago

Refactor code, add support for web based pit-graphs. Try using javax.imageio classes for headless rendering of pit graph.jpgs .

jimurl commented 8 years ago

This appears to be taken care of with this: http://www.kahrlconsulting.com:8084/avscience/PitServlet?TYPE=PITIMAGE&SERIAL=27785 the SERIAL parameter is the internal SERIAL number of the pit.

Creating a bunch of these in a row might create a problem, in terms of clearing an image buffer.

The snowpilot webapp, before calling this, will check a cache to see if the image has already been generated.

mkahrl commented 8 years ago

Keeping open to monitor, still need to verify that the image buffer clears in all cases, and that pit graphs aren't being rendered over written