All the scripts used for the processing of LiDAR data to make mapant.fr.
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 all the scripts used for the processing of LiDAR data. Below are all the steps of the workflow:
- downloading the files with lidar_download
- thining and indexing the files with lidar_thin_index
- generating PNG files with karttapullautin
- sorting the PNG files with lidar_sort
- generating the tile pyramid for the web portal with pullautin_to_tiles
To see the source code of mapant.fr website, visit MapAnt France website
To get a local copy up and running follow these simple steps.
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
Clone the repo
git clone https://github.com/NicoRio42/mapant-scripts.git
Install requirements
pip install requirements.txt
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Nicolas Rio - nicolas.rio42@gmail.com
Project Link: https://github.com/NicoRio42/mapant-scripts
- Jarkko Ryyppö for the awesome karttapullautin software
- Olivier Blanc-Tranchant for turning his room into a computing center for almost a week