Giter Site home page Giter Site logo

stantoxt / indrz Goto Github PK

View Code? Open in Web Editor NEW

This project forked from indrz/indrz-be

0.0 1.0 0.0 3.09 MB

Indoor mapping, routing system for orientation and wayfinding or facility management

Home Page: https://www.indrz.com

License: GNU General Public License v3.0

Python 26.93% HTML 13.37% JavaScript 26.62% CSS 9.31% QML 21.44% PLpgSQL 2.33%

indrz's Introduction

indrz open source indoor maps, routing and data API

Project homepage [www.indrz.com] (http://www.indrz.com)

If you want detailed instructions on how to build a demo indoor routing application check out this book (shameless self plug) Python Geospatial Analysis Cookbook The book source code is on Github https://github.com/mdiener21/python-geospatial-analysis-cookbook digital wayfinding indoors, maps, orientation and indoor routing for buildings large or small, app or webpage.

Sponsors

Browserstack is awesome and they provide the great service to test if everythings works in the wild browser world, check them out at https://www.browserstack.com

GitHub stars GitHub Issues GitHub release license Twitter

StackShare

Licence

indrz is under GNU General Public License v3.0. The name "indrz" is not allowed to be used by third parties and is a trademark. Other than that you can do what you want accordingly

Documentation

You can find our documentation project here [indrz Docs] (https://github.com/indrz/indrz-doc) in the folder content

Our documentation structure and build environment is built upon the [mapbox docbox] (https://github.com/mapbox/docbox) nodejs static documentation generator. The main content is found under the (content) folder.

[indrz Installation details] (https://github.com/indrz/indrz-doc/blob/master/content/installation.md)

[indrz introduction to API] (https://github.com/indrz/indrz-doc/blob/master/content/introduction.md)

[indrz Directions API] (https://github.com/indrz/indrz-doc/blob/master/content/directions.md)

[indrz Buildings API] (https://github.com/indrz/indrz-doc/blob/master/content/buildings.md)

indrz Working with GeoData

Quick start installation for developers

Create indrz Ubuntu system user

adduser indrz
usermod --home /opt/indrz -m indrz #-m moves files too
su indrz

if you get a python error on logging into the new user, run:

dpkg-reconfigure virtualenvwrapper

checkout indrz from github

cd ~
git clone https://github.com/indrz/indrz.git indrz
cd indrz
git checkout master

Create postgres user

sudo -u postgres createuser indrz # answer no, no, no
sudo -u postgres createdb indrz -O indrz

Create virtualenv with python 3.4

cd indrz
mkvirtualenv -p /usr/bin/python3.4 indrz

install the requirements using pip. If you have problems, make sure you have the right version of pip installed you may need to use pip3

pip install -r requirements/local.txt

load the demo campus, building, space data

python manage.py migrate --noinput
python manage.py loaddata initial_ltspacetype_data
python manage.py loaddata initial_poi_categories
python manage.py loaddata buildings

Configure your settings

cp settings/local.py.example settings/local.py
nano settings/local.py

Start indrz server locally with Django built in server

workon indrz
python manage.py runserver

Test if it is running

lynx http://localhost:8000/api/v1/ 

Building blocks Libraries we use

Supported and built by:

Contact: Michael Diener

Email: [email protected]

[www.gomogi.com] (http://www.gomogi.com)

indrz's People

Contributors

mdiener21 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.