-
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
Virtual point #7
Conversation
from shapely.ops import linemerge | ||
|
||
|
||
def generate_points_along_skeleton(input_folder: str, file: str, distance_meters: float, crs: str) -> Point: |
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.
ça vaut le coup de créer dès maintenant un main qui fait la création de points virtuels, et qui pour le moment utilise juste generate_points_along_skeleton puis crée un fichier shapefile en sortie, puis de compléter ce main plus tard avec les étapes suivantes
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.
Ok je vais essayer de faire ca
Ajouter la première fonction "créer des points tous les 2 mètre le long du tronçon hydrographique" du traitement Z du squelette