Skip to content

edd34/Mayotte-Geo-Data-Mining

Repository files navigation

Mayotte Geo Data Mining

This project implement Open Street Map package, binding and API in order to find point of interest near a geographical point in Mayotte.

Configure the virtual environment

Create a new environment virtualenv

Create a virutal environment using virtualenv.

python3 -m venv venv

Entering the environment

source venv/bin/activate

Installation of package listed in requirement.txt

Use the package manager pip to install the dependencies.

pip3 install -r requirements.txt

Steps when running the program for the first time.

In order to run the backend program, you should follow the steps described below. All commands are run from the root folder.

Refresh the geodata

python download_geojson.py

running the server app

python server

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published