Skip to content
MBoustani edited this page Dec 10, 2014 · 40 revisions

#Welcome to the GISCube wiki!

#Easy installation (vagrant)

1- Install Vagrant

2- Download vagrant.zip

3- Unzip vagrant.zip

4- cd vagrant

5- vagrant up

6- vagrant ssh

7- git clone https://github.com/MBoustani/GISCube.git GISCube

8- cd GISCube

9- python manage.py runserver 0.0.0.0:5050

10- open localhost:5050 in browser and enjoy.

#Manual installation ##Requirements:

##Steps to use GISCube:

  • install git
  • install pip or easy_install
  • install numpy
  • install GDAL with netCDF integration
  • install Django 1.7
  • install django-dajaxice
  • install hdf5
  • install netCDF4
  • mkdir <project folder>
  • git clone https://github.com/MBoustani/GISCube.git <project folder>
  • cd <project folder>
  • python manage.py runserver
  • open localhost:8000 at browser

#Example: Here a example of using GISCube capabilities to do GeoSpatial processing. Example

Clone this wiki locally