SnowGuestimator is a software to estimate snow heights for natural as well as artificial snow. Currently it's available for the command line ans as Java Applet.
Although SnowGuestimator can approximate snow heights depending on weather data and the potential of artificial snow production it can't replace a detailed investigation. Nevertheless its results may offer you a hint on whether it's worth to hire experienced people who evaluate either of an area has potential to be uses as ski resort or if your existing ski resort would profit from artificial snow production.
This software is published under Apache License, Version 2.0.
This means in short you may use software and source code for free even commercially but you have to attribute me.
SnowGuestimator can be completely configured by a configuration file which needs to be named as properties.txt. Weather data has to be given in an approproatly formatted csv file.
The basic parameters are already set in the example properties file. Simply store the files on your computer and edit the data set path.
...
Enter the path to your properties.csv in the depending field of the applet and click the "Simulate!" button.
Go to http://xxlray.bplaced.net/snowguestimator_en.php
Download the SnowGuestimatorGui.jar file from the files section, sign it and copy it to your webserver on the same level as your homepage. Finally add the following html code to your homepage:
<applet code="snowguestimator/gui/SnowGuestimatorGui.class" archive="SnowGuestimatorGui.jar" width=550 height=350></applet>
Properties are stored in an XML file.
Data needs to be stored in a csv file.
Just play around with SnowGuestimator and tell us which problems you encounter or which features you miss.
Feel free to tell us what is missing in the documentation, send us text passages or edit the Wiki yourself. If you are a programmer add comments to the source code and enhance the java doc.
Use the tool for your own data sets and compare the simulation results to reality. Send us any test data set you have.
We haven't set up anything for donations yet. Maybe in future we will have something like a PayPal donation button or a crowd funding campaign.
Feel free to contact us if you want to contribute to the source code. We appreciate any help be it implementing new features, fixing bugs, improving performance or GUI design.