Skip to content

Automatically exported from code.google.com/p/shpescape

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENSE
Apache-2.0
COPYING
Notifications You must be signed in to change notification settings

Jaden-J/shpescape

ShpEscape

ShpEscape allows users to upload shapefiles for import into Google Fusion Tables. It currently uses GeoDjango (you will want a spatially enabled db, and associated dependencies like GEOS, GDAL, Proj4).

A demo site can be found at http://www.shpescape.com

cd <installation-directory>
virtualenv env-shpescape
source env-shpescape/bin/activate
hg clone https://shpescape.googlecode.com/hg/ shpescape
cd shpescape
pip install -r requirements.txt

Create a local_settings.py, and add in the database settings and all the other local_settings parameters noted in the main settings.py. Then do:

python manage.py syncdb

python manage.py runserver

#also run the background task that processes uploads python shapeft/ft_insert.py . settings &

This application was written, in a hurry, by Josh Livni (jlivni@google.com). See the LICENSE file for information on the license.

About

Automatically exported from code.google.com/p/shpescape

Resources

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENSE
Apache-2.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published