Skip to content

Transport Oriented Modeling for urban denSification Analysis.

Notifications You must be signed in to change notification settings

mvanegas10/TOMSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TOMSA

TOMSA stands for Transport Oriented Modeling for urban denSification Analysis. Visual analytics tool to represent urban simulations using PostgreSQL, PostGIS, NodeJS, JavaScript, HTML and CSS.

Getting Started

Entire implementation developed using NodeJS. See deployment for notes on how to deploy the project on a live system.

Prerequisites

### Create project folder
mkdir -p [pathToProjectFolder]
cd [pathToProjectFolder]
### Install NodeJS Modules
npm install geotabuladb express socket.io

You can use the npm '-g' option if you want to install NodeJS modules globally so it is set up for all projects.

npm install -g geotabuladb express socket.io

Then, you can link specific modules to your project or define the NODE_PATH environment variable:

# To link specific modules:
npm link geotabuladb express socket.io

# To set the NODE_PATH environment variable for the current user:
export NODE_PATH='/usr/local/lib/node_modules'

# To permanently set the NODE_PATH environment variable:
echo "export NODE_PATH='/usr/local/lib/node_modules'" >> ~/.bashrc

Project Screenshot

screenshot

Author

Meili Vanegas
Meili Vanegas

About

Transport Oriented Modeling for urban denSification Analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published