I have the Python SDK v1.3.5 installed. In the SDK, when I click
Deploy with my app selected, it asks for an email and password, and
then gives the following messages:
2010-08-10 22:59:23,584 WARNING appengine_rpc.py:399 ssl module not
found.
Without the ssl module, the identity of the remote hos
I have a similar need, to read SRTM files. Here's how I did it:
try:
da = open( "./SRTM/" + fn + ".hgt", "rb"
).read()
# print "Opened data file: ./SRTM/%s.hgt" % fn
if da:
display signal profile data. I already have a
working page here:
http://www.macfh.co.uk/JavaJive/AudioVisualTV/TerrestrialTV/TerrestrialCalculator.html
However, that page reads elevation data from a GAE set up by a friend
in the Ordnance Survey forum, and has some existing and potential