GithubHelp home page GithubHelp logo

saelsa / anyway Goto Github PK

View Code? Open in Web Editor NEW

This project forked from data-for-change/anyway

0.0 1.0 0.0 23.85 MB

ANYWAY - Car accidents map

Home Page: http://www.anyway.co.il

License: Other

Dockerfile 0.06% Python 41.18% Mako 0.04% PLpgSQL 0.18% Shell 0.01% CSS 15.12% JavaScript 34.63% HTML 8.78%

anyway's Introduction

ANYWAY Build Status Build status

anyway.co.il - Crowd-sourced road hazard reporting website.
Also available at oway.org.il.

Feel free to contribute to the project.

To report bugs and feature requests, please open an issue on GitHub.

See also our Android app and iOS app on GitHub.

The datasets Anyway uses are documented here:

See Code Directory Tree Structure.

About

Anyway's main goal is raising awareness of road accidents and act to avoid them, by showing road accidents with casualties over map.
The shown data based on reports supplied by the Israeli Central Bureau of Statistics (CBS) and real time reports from United Hatzalah of Israel.
Anyway is an open source project, sponsored by The Public Knowledge Workshop (“Hasadna”).

Contributing

  • We try to follow the process of other Hasadna projects, e.g. Open-Knesset.
  • Please take a moment to read our "Contributing to ANYWAY" manifest.
  • To see our GitHub issues in a nicer interface, take a look at HuBoard. Check out the Ready list to find a task to work on. The Backlog list there contains issues that are still not ready to be started. The Working list contains issues already started by developers (make sure to move your issue there once you start working on it), and the Done list contains completed issues that are waiting to be confirmed done and closed.

Getting the code and Adding CI to your forked repository

  1. Fork this repository on GitHub
  2. Add Travis CI to your forked repository - in your github forked repository: Settings -> Integrations & services -> Add service -> Travis CI
  3. Add AppVeyor to your forked repository - Login with your GitHub account -> New Project -> GitHub -> anyway
  4. git clone https://github.com/*you*/anyway
  5. Add the main repository as your upstream remote: git remote add upstream https://github.com/hasadna/anyway
  • Get updates whenever you start working: git pull upstream dev
  • Push to your fork when you've committed your changes and tested them: git push. Now make sure CI tests are passing (Travis CI and AppVeyor) and make a pull request from your fork on GitHub

Local Developement: Installing dependencies

You should be familiar with setting up Python in your computer. You can consult the wiki for platform specific tutorials. Developing by using a virtual environment is highly recommended.

Choosing a Python Version

The project is currently transitioning to Python 3. Both Python 2 and 3 are supported at the moment, and the code is tested in Travis against both versions. If you are setting a new environment, it is recommended that you choose Python 3 for future compatibility. The instructions below are relevant for Python 2.

Ubuntu

  1. sudo apt-get install python2-pip python2-dev libpq-dev rabbitmq-server

Fedora

  1. sudo dnf upgrade python-setuptools

OS X

  1. sudo easy_install pip setuptools

For all platforms:

  1. Activate your virtualenv (in case of using one): source *env-name*/bin/activate
  2. Run pip install -r requirements.txt -r test_requirements.txt

Windows

See the Wiki.

Local Developement: Local first run (all platforms)

  1. Set up a PostgreSQL server and create a database for anyway. The instructions for doing that depend on your operating system
  2. Define connection string (needs to be defined whenever you start working):
  1. First time, create tables: alembic upgrade head
  2. Optionally, get the complete accidents file after sending a permission request, and extract it into /static/data/cbs. Otherwise, you'll use the example accidents files that you already got with the code.
  3. Populate the data (markers etc.): python main.py process cbs: this will take a few minutes if you're using the example files (default), but if you have the complete data it may take several hours.
  4. Populate United Hatzalah sample data: python main.py process united --light for the complete, or more recent data please contact the Anyway team.
  5. Populate CBS registered vehicles in cities : python main.py process registered_vehicles: this will take less than an hour
  6. Get the RSA file from rsa file and extract the file into /static/data/rsa. To Populate RSA data: python main.py process rsa <rsa_file_name>
  7. Run the app: python main.py testserver: do this whenever you start working and want to try out your code.
  8. Navigate to http://127.0.0.1:5000 in your browser.
  9. If the site fails to load properly, make sure you have JDK installed on your machine
  10. If you wish to share your app on the local network, you can expose flask by running python main.py testserver --open (Please note that this would expose your machine on port 5000 to all local nodes)

It is useful to add the following to your ~/.bashrc (fixing for the correct path):

alias anyway='cd *path*/anyway && workon anyway && export DATABASE_URL=postgresql://postgres@localhost/anyway'

Then you can simply start working by running the anyway command.

Testing

To run tests: pylint -j $(nproc) anyway tests && pytest -m "not browser" ./tests

If you also wish to run the real browser tests, replace-m "not browser" with --driver Chrome or specify the browser of your choice. To learn more, read about pytest-selenium.

Altering the database schema

When creating a patch that alters the database schema, you should use generate the appropriate Alembic revision by running:

alembic revision --autogenerate -m "Description of the change"

Make sure to commit your revision together with the code.

Docker

See DOCKER

Translation and Localization

See TRANSLATE

anyway's People

Contributors

danielhers avatar atalyaalon avatar omerxx avatar aviklai avatar r-darwish avatar sagism avatar robi-y avatar lironrs avatar yosiat avatar ronreiter avatar omerschechter avatar hamutalcohen3 avatar njenia avatar ephraimberkovitch avatar simonaho avatar esegal avatar uda avatar odedlaz avatar bren avatar szabgab avatar erezrokah avatar chaospredictor avatar maxvrn avatar omribahumi avatar eladkarakuli avatar yosefrow avatar agamaloni avatar sleviim avatar galraij avatar akorets avatar

Watchers

James Cloos 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.