Skip to content

All the scripts used for the processing of LiDAR data to make mapant.fr

License

Notifications You must be signed in to change notification settings

NicoRio42/mapant-scripts

Repository files navigation

MapAnt France scripts

All the scripts used for the processing of LiDAR data to make mapant.fr.

Table of Contents

  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. License
  6. Contact
  7. 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 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

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-scripts.git

Install requirements

pip install requirements.txt

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-scripts

Acknowledgements

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

About

All the scripts used for the processing of LiDAR data to make mapant.fr

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published