NicoRio42 / mapant-website

Source code of the Flask application that is running mapant.fr

Home Page:http://mapant.fr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MapAnt France website

Source code of the mapant.fr website.

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

About The Project

Inspired by mapant.fi, mapant.no, omap.nz, and recently mapant.es and mapant.ch, this website is a first attempt (as far as I know) to generate an orienteering map from a large amount of LiDAR data in France. This pilot project was made with territoire français du Grand Genève LiDAR data from 2014, and the BD TOPO database from the French Geographic Institute. I also used OpenStreetMap data for residential areas. This project was a way to get used with the LiDAR to map server workflow, while waiting for the full coverage of France.

I used the LAStools library of Martin Isenburg to manipulate the LiDAR files, and the awesome karttapullautin software of Jarkko Ryyppö to generate the orienteering map. I wrote Python scripts to orchestrate the processes, and to generate the tile pyramid.

This repository contains the source code of the mapant.fr website. To see the scripts that I wrote to generate the maps from the LiDAR data and made the tile pyramid, visit the MapAnt France scripts repository.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Upgrade pip

pip install --upgrade pip

Download virtualenv

pip install virtualenv --upgrade

Set up a virtual environment

python -m virtualenv env

Activate the virtual environment

env\Scripts\activate.bat

Installation

Clone the repo

git clone https://github.com/NicoRio42/mapant-website.git

Install requirements

pip install requirements.txt

Usage

Run development server for the application

python app.py

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Nicolas Rio - nicolas.rio42@gmail.com

Project Link: https://github.com/NicoRio42/mapant-website

Acknowledgements

  • Jarkko Ryyppö for the awesome karttapullautin software
  • Olivier Blanc-Tranchant for turning his room into a computing center for almost a week

About

Source code of the Flask application that is running mapant.fr

http://mapant.fr/

License:MIT License


Languages

Language:HTML 69.1%Language:Python 30.9%