Skip to content

jmbangate/webandgis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webandgis

A sample project to learn to build web based gis systems.


Installation instructions

In the root of the project, do:

 sudo pip install -e .

Inasafe workaround

If you have inasafe already installed in qgis, you can do the following to enable it's use from python scripts:

sudo ln -s ~/.qgis/python/plugins/inasafe/safe /usr/lib/python2.7/dist-packages/safe
sudo ln -s ~/.qgis/python/plugins/inasafe/third_party /usr/lib/python2.7/dist-packages/third_party

Note: If you run those commands twice, an extra folder may be created and you will get import errors.


Optional softwares to install

  1. Sublime-text : Makes editing of codes/files easier

sudo add-apt-repository ppa:webupd8team/sublime-text-2 sudo apt-get update sudo apt-get install sublime-text-2-dev

  1. Git-gui

sudo apt get install git-gui

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%