Skip to content

pombredanne/lizard-kml

 
 

Repository files navigation

lizard-kml

Keyhole Markup Language support for Lizard using the Google Earth plugin.

Running the application

Install the dependencies:

$> aptitude install python-psycopg2 python-imaging python-matplotlib python-pyproj

$> easy_install netCDF4 pandas # or pip

Initialize the Python interpreter paths:

$> python bootstrap.py

Download and build the dependencies:

$> bin/buildout

The following command creates the tables in a local SQLite DB:

$> bin/django syncdb

Update the tables:

$> bin/django migrate

Load some testdata (fixture):

$> bin/django loaddata lizard_kml

Run the internal webserver:

$> bin/django runserver host:port

All set, point your browser to http://host:port/viewer/

About

Keyhole Markup Language support for Lizard using the Google Earth plugin.

Resources

License

Stars

Watchers

Forks

Packages

No packages published