Best Regards,
Hani
1- Input .gpx file in the inspector
2- The workbench
3- Inspecting each feature class after splitting them using testers
4- The Track and Track Points are not translated!
Best Regards,
Hani
1- Input .gpx file in the inspector
2- The workbench
3- Inspecting each feature class after splitting them using testers
4- The Track and Track Points are not translated!
You are writing to a file_gdb.
Yuo have set it to accept points. So it stops when you feed it lines (your track).
If you remove the linewriting connection, your trackpoints will be written.
Thank you very much, that’s right!
Usually, when I create a writer I use a static schema, but this time I used a dynamic schema. The difference here is when using a static schema, it asks me to define the attributes type, but with dynamic schema, I can’t define the attributes type. I can’t figure out why it behaves like this, do you have an idea why it behaves like this?
This is shown with screenshots:
1-
2-
3-
4-
5-