Skip to main content
Question

Comment réaliser une interpolation de points kilométriques ?

  • October 4, 2017
  • 1 reply
  • 23 views

Bonjour,

Je cherche à caler des points kilométriques le long d'un réseau linéaire. Pour réaliser ce calage, je dispose de plusieurs fichiers shapefile (shp).

• Un fichier réseau qui dispose d'un simple attribut de longueur ;

• Un fichier balises qui comprend des points kilométriques déjà calés ;

• Un fichier de balises qui comprend des points kilométriques que je souhaite caler par rapport aux autres points.

 

Pouvez-vous m'aider à trouver une chaîne ou des transformers qui me permettrait de caler mes points kilométriques par rapport à ceux déjà caler sur un réseau linéaire ?

Merci par avance,

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Celebrity
  • 2077 replies
  • October 4, 2017

Hi @m_p42,

To find points along the line you can use the transformer NeighborFinder.

This transformer has a Output Port ( Matched ) and you will have many attributes. The new attribute _closest_candidate_x and _closest_candidate_y.

After you can use the transformer VertexCreator to move theses points respecting the attribute generated before.

Thanks,

Danilo