Share

Happy Camel

Code

Programming Languages: Python

License: GNU General Public License (GPL)

Repositories

browse code, statistics, last commit on 2009-01-18 svn co https://happycamel.svn.sourceforge.net/svnroot/happycamel happycamel

Show:

What's happening?

  • Comment: Use Google Maps API for reverse geocoding

    Hmm...it seems that this use is not permitted by Google. According to the terms of service section 10.12: [Except as explicitly permitted in Section 7, you must not (nor may you permit anyone else to): "use or display the Content without a corresponding Google map, unless you are explicitly permitted to do so in the Maps APIs Documentation, the Street View API Documentation, or through written...

    2009-01-18 12:45:29 UTC by pedelman

  • Comment: append data to kmz files

    If --append is specified, but no input KMZ file is present, what should the action be? - Silently ignoring? - Throwing an error? - Throwing a warning?.

    2009-01-18 11:05:22 UTC by pedelman

  • Comment: Allow GPX files without tracks

    This issue is fixed in revision 78 => closing.

    2009-01-18 11:03:59 UTC by pedelman

  • Happy Camel

    pedelman committed revision 78 to the Happy Camel SVN repository, changing 4 files.

    2009-01-18 11:03:13 UTC by pedelman

  • Use Google Maps API for reverse geocoding

    Google recentyl added the option for reverse geocoding using its map API. This should be more accurate than the geonames service, because it's not based on point locations and can geocode right to the proper address. Although most of the API is written for Javascript, there's a HTTP API call, see http://code.google.com/apis/maps/documentation/services.html#Geocoding_Direct. If for q the...

    2009-01-18 08:44:09 UTC by pedelman

  • Allow GPX files without tracks

    At the moment Happy Camel rejects any GPX files that don't contain tracks, even if they might contain waypoints to write. The problem can be located in the __checkForTrackPoint__ method in the gpxhandler.GPXFile class. Happy Camel should only throw a warning when --waypints is not specified. Alternatively, it should check for waypoints in the specified track file.

    2009-01-16 18:08:57 UTC by pedelman

  • Comment: append data to kmz files

    I think the basic approach should be to become a guest within the existing KMZ file. Thus, if a different title is specified, this is discarded (maybe there even should be a conflict between --append and --title). Also, I think content should be added to a folder if it has the samen name, otherwise a new folder should be created.

    2009-01-16 17:06:27 UTC by pedelman

  • Comment: Unicode in KML files

    Revision 77 fixes this issue -> closing.

    2009-01-16 16:31:34 UTC by pedelman

  • Happy Camel

    pedelman committed revision 77 to the Happy Camel SVN repository, changing 1 files.

    2009-01-16 16:29:53 UTC by pedelman

  • Comment: Use proper file names in KMZ files

    Revision 76 renames base.kml to doc.kml.

    2009-01-16 16:27:12 UTC by pedelman

Our Numbers