Git Product home page Git Product logo

xls-geoconverter's Introduction

XLS GeoConverter

This is a Django web interface for converting data collected with GeoODK Collect/ODK Collect to a geographical format. In the XLSForm there are three main geographical formats

To learn about XLSForms visit http://xlsform.org/

Spatial Data Type:

  • geopoint (point)
  • geoshape (polygon)
  • geotrace (polyline)

This tool is for assisting with the โ€œ.csvโ€ export formats of ODK Aggregate, Formhub and Ona.io. Once the data has been collected you can use this tool to convert your data into a ESRI shapefile.

Try it out:

http://converter.geoodk.com/

Question

Geoodk Community

Geoodk Developers

For question

Install

If you are using Vagrant for testing, pull the repo and run

vagrant up

In the Vagrant file you will notice that it runs the install.sh

config.vm.provision :shell, path: "install.sh"

Run Django setup

python manage.py syncdb --noinput

python manage.py migrate

python manage.py runserver

If you are installing directly on your a server check out the install.sh. The install.sh script includes:

sudo apt-get update
sudo apt-get install -y python-software-properties
sudo add-apt-repository -y ppa:ubuntugis/ppa
sudo apt-get update
sudo apt-get install -y python-dev

sudo apt-get install -y libgdal1-dev
sudo apt-get install -y libgdal-dev
sudo apt-get install -y g++
sudo apt-get install -y python-gdal
sudo apt-get install -y python-pip
sudo apt-get update

sudo pip install shapely
sudo pip install six
sudo pip install cligj
sudo pip install argparse
sudo pip install ordereddict
sudo pip install fiona
sudo pip install Django==1.8

Windows users might find the file requirements_win64.pip helpful. Follow the commented instructions inside it and use this to install packages:

pip install -r requirements_win64.pip

Notes

The Django app use shapely and Fiona, to learn more about these see:

Shapely:
https://pypi.python.org/pypi/Shapely

Fiona:
https://github.com/Toblerity/Fiona

View them used together http://www.macwright.org/2012/10/31/gis-with-python-shapely-fiona.html

xls-geoconverter's People

Contributors

jnordling avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.