Skip to content
Vaclav Petras edited this page Feb 7, 2015 · 40 revisions

#Welcome to the GISCube wiki!

#Easy installation (vagrant)

1- Install Vagrant (you need version 1.5 or higher)

2- Install VirtualBox

3- Download vagrant.zip

4- Unzip vagrant.zip

5- cd vagrant

6- vagrant up

7- vagrant ssh

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
  • install Pydap
  • 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