-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add gh-action to create a release on v*.*.* tags #13
Conversation
d2adaf7
to
309822a
Compare
|
||
|
||
def test_main(): | ||
ini_las = "test/data/4_6.las" | ||
dsm_dimension = "dsm_marker" | ||
dtm_dimension = "dtm_marker" | ||
with tempfile.NamedTemporaryFile(suffix="_mark_points_output.las") as las_output: | ||
main(ini_las, las_output.name, dsm_dimension, dtm_dimension, "", "") | ||
mark_points_to_use_for_digital_models_with_new_dimension( | ||
ini_las, las_output.name, dsm_dimension, dtm_dimension, "", "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
niveau lecture, on sait pas trop à quoi ça correspond "", ""
ce serait plus lisible avec les noms des parametres
output_dsm=""
output_dtm=""
@@ -1,13 +1,19 @@ | |||
[project] | |||
name = "pdal_ign_macro" | |||
dynamic = ["version"] | |||
readme = "README.md" | |||
description = "Macros and pipelines for Pdal based on the https://github.com/IGNF/pdal-ign-plugin plugin" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comme c'est la description du package python, j'aurai mis un truc qui fait la difference entre le python et le c++, comme ça :
"Python examples to use C++ PDAL plugin https://github.com/IGNF/pdal-ign-plugin"
Enfin c'est qu'une suggestion, c'est comme tu préfères.
Create github release