URL: https://linuxfr.org/forums/linux-debutant/posts/incomprehension-de-mise-en-place-programme Title: incompréhension de mise en place programme Authors: ROCKYTROIS Date: 2023年12月18日T11:33:24+01:00 License: CC By-SA Tags: Score: 2 Bonjour je débute totalement sur linux : je cherche à mettre en place une routine pour élaborer des cartes géographique style : https://mapant.es/ pour ce faire j'ai un programme qui explique comment faire : > Rusty Kartta Pullautin : https://github.com/rphlo/rusty-pullauta/releases/tag/20231214b le readme suivant explique comment faire : j'ai téléchargé le protocole mais je n'arrive pas à faire démarrer le programme. mon terminal : f6@f6-ThinkPad-L430:~$ le fichier exemple que je veux faire tourner : essai.laz ma question comment adapter l'exemple sur mon terminal et comment faire tourner ce logiciel Si il y a un passionné de cartographie et de linux je suis preneur !!! MERCI! ## Rusty-Pullauta is a application that is designed to generate highly accurate maps out of LIDAR data input files. With Rusty-Pullauta, users can expect to achieve up to 10 times faster results compared to the previous software. This is achieved through the use of Rust's ability to compile to efficient, low-level code. Rusty-Pullauta supports a wide range of LIDAR data input file formats, including LAS, LAZ, and XYZ. The software also includes advanced algorithms for filtering, classification, and feature extraction, ensuring that users can generate highly accurate maps with ease. In addition to its performance and accuracy, With its powerful features and fast results, Rusty-Pullauta is a must-have tool for anyone working with LIDAR data to generate orienteering maps. ### Warning: The original perl script hasnt been completly ported to rust and few steps are still executed with the old perl script, however you will be able to use this program to to generate maps from start to finish. ## Usage You can download latest binary for rust-pullauta for your platform from the latest tags. https://github.com/rphlo/rusty-pullauta/releases/latest ## Linux & Mac For the script to work you may need to install the perl script dependencies: `sudo cpan install GD POSIX Config::Tiny Geo::ShapeFile` Finally you'll also need the las2txt binary that you'll have to compile: ```sh git clone https://github.com/LAStools/LAStools cd LAStools make cp bin/las2txt /usr/local/bin/ ``` Finally run the perl script as you would run the pullautin.exe, it will invoke the rust binary when posible, eg: `perl pullauta L3323H3.laz` ## Windows On windows, you can use the pullauta.exe file as you where using the original pullauta.exe file. ## Development Make your changes, if you modify the rust script you must run: `cargo build --release` Then add the new binary to your $PATH, for example: `cp target/release/rusty-pullauta /usr/local/bin/`

AltStyle によって変換されたページ (->オリジナル) /