Questions in topic: "route" https://knowledge.亚搏在线safe.com/questions/topics/single/47276.html The latest questions for the topic "route" Split a line using distances from a table https://knowledge.亚搏在线safe.com/questions/85292/split-a-line-using-distances-from-a-table.html

I want to split a line using distances along that line that are from a separate data table:


start end category length
0 2.3 Cat 2 2.3
2.3 15.1 Cat 3 12.8
15.1 26.6 Cat 2 11.5
26.6 27.3 Cat 5 0.7
27.3 29.9 Cat 2 2.6
29.9 31 Cat 5 1.1
31 33.3 Cat 2 2.3
33.3 34.3 Cat 5 1
34.3 39.7 Cat 3 5.4


I am probably just tired,but I can't seem to work this out.

route Mon,14 Jan 2019 09:56:08 GMT ottadini
Start and end Road for manoeuvres along a route https://knowledge.亚搏在线safe.com/questions/74996/start-and-end-road-for-manoeuvres-along-a-route.html

I have the following data;a road network for a city,a number for routes through the city and a point file for each junction where a manoeuvre is required.

What I want to identify are the start and end road segments for each manoeuvre along the routes and in the direction the route is.

For example,if the route makes a "right turn" I want to identify the road element before the turn and the road element after the turn is made.This order should be in the digitisation direction of the route.I then want to use the information to tag the road elements as "from" and "to" and grouped by the junction ID.

At the moment I have been able to select the road elements that make up the manoeuvre but I am struggling to sort them into the correct order of sequence (i.e.in the direction of the route).Any ideas on how I can achieve my desired results?

route route event roads Tue,24 Jul 2018 10:38:04 GMT jedimule
How to create routes based on break attribute/value? https://knowledge.亚搏在线safe.com/questions/70361/how-to-create-routes-based-on-break-attributevalue.html

Hi,I would like to convert a dataset with GPS tracking points to routes using the the LineBuilder transformer.My challenge is that I want to create separate routes based on break values/attributes.Each route start with zero (value) and ends with one (value).Based on break values/attributes I would like to add an unique routeID to each route (collection of points) and use this as connection break attribute in the LineBuilder.See attached example of attribute table.

Any idea how to acomplish this?

Thanks in advance,

Morten

points linebuilder route Tue,15 May 2018 14:03:07 GMT mortentj
Increase the width of the ROUTE FEATURE accordingly based on the NO_OF_WAYS ATTRIBUTE https://knowledge.亚搏在线safe.com/questions/62385/increase-the-width-of-the-route-feature-accordingl.html

Hi@mark_1spatial

I'm using Template.DWG file to define the Linetype for the ROUTE feature,i will need to increase the width of the ROUTE based on the NO_OF_WAYS Attribute(Below is the table mapping).Please let me know how i could achieve this in FME Desktop 2016.In attachedroute-dwg-file.jpgfile i should have the ROUTE feature width to be increased to0.8mmso that the 5 cables(4 Low Voltage Cables-Orange color,1 High Voltage cable-Red color) should be shown as going inside the ROUTE.

NO_OF_WAYS Width (meters on the ground)
1 0.3
2,3 0.55
4,5 0.8
6,7 1.05
8 1.3

Any help would be much appreciated.

Regards,Anil Kumar K B

route Tue,23 Jan 2018 16:00:48 GMT anilkb1105
Creating an LRS Alias Table https://knowledge.亚搏在线safe.com/questions/54637/creating-an-lrs-alias-table.html

Hi All,


I have been trying to create an alias/staging table for an LRS.I have a local routes layer that has been broken down into sections by county,municipalities,and street names.I am looking to create measures for these sections by placing them on our LRS which has M-values.The end goal of this exercise is to produce a table that has ROUTE,ROUTE ALIAS,MUNICIPALITY,COUNTY,START_ACCUM,and END ACCUM.

What I am get caught up on is breaking down these street sections into events (chopper?) and assigning them measures from the LRS.These street segments do not completely line up with the LRS.

Any help would be much appreciated!

linear referencing route route event Tue,03 Oct 2017 18:04:05 GMT asellars
Help create a 亚搏在线workflow that creates split KML files of efficient drone flight route between hundreds of points but avoids polygons https://knowledge.亚搏在线safe.com/questions/48032/help-create-a-亚搏在线workflow-that-creates-split-kml-file.html

Hello all,I've been pointed into the direction of FME by someone on Reddit with the below query.Is anyone able to help me achieve this output of multiple KML files with a 亚搏在线workflow in FME Desktop...

I've been provided with the location of a solar farm to fly over with my drone and a thermal camera.The CAD drawing of the solar farm has been geo-referenced and sliced into a tile layer:http://abovesurveying.s3-website-eu-west-1.amazonaws.com/Spriggs%20Farm%20v2_Thaxted_CAD/{z}/{x}/{y}.png

I have an app on the iPad that controls the drone that will point it north as a constant heading and fly from end to end of the solar panels.This is all achieved by uploading a KML file to the app.At the moment I manually create the KML files with LineString coordinates limited to 1.80 kilometers or 99 waypoints (whichever comes first).This is going to be extremely time consuming.So....

I have created three different KML files which are attached:

  • Launch locations.These will be different locations around the solar farm that are designated as 亚搏在线safe to launch from.
  • Obstacles.These will be things like powerlines,tall trees,buildings,wind turbines,etc.This will be written into a KML file as Polygons (shapes).
  • Waypoints.These will be literally every single end of row of solar panels,the start point and end point of a pass along a row of panels.

I have created these files for the Spriggs location above to test.

Is there a way for FME to digest all this information and create the most efficient routes between all the points not exceeding the distance and waypoint limits or,flying over obstacles?

I'm looking for the output to be multiple KML files that cover the entire solar farm for flight.Each of these files is a section of the solar farm or a zone,call it what you will.Must be KML as that is what the iPad app for the drone accepts.

I can see an issue being that the example solar farm given has some ends of rows very close to others with a hedge row between them.So will the 亚搏在线workflow that creates the output think that flying over the hedge is the correct survey area,or will it know that the other end of row is much further away?Or do I negate this problem and block out the hedge as an obstacle even though it is technically low enough to fly over?

Routes are east/west and west/east waypoints then traveling north/south or south/north to get to the next east/west west/east row of panels.The entire purpose is to make the output more efficient than what I could create manually and also speed up the process.I'm guessing my input data has to be pretty spot on.

Additionally I need each of these sections/zones to be listed in a table specifying which launch location they're using,their total distance in kilometers or meters and how many waypoints are within the flight.Distance and waypoint count to include the launch and landing as a waypoint and the distance to and from this location.This is because it is important the flight doesn't exceed the distance parameter set due to batteries not lasting much longer.

Any ideas on how to achieve this problem?

drone efficiency route uav planning Mon,17 Jul 2017 15:00:30 GMT garymrowe
Routing a Workspace in a Job https://knowledge.亚搏在线safe.com/questions/47277/routing-a-workspace-in-a-job.html

I know that you can route a workspace in a schedule to use a specific engine,and I know that you can append "tm_tag=fast" to the end of a URL to do the same,but how do you specify a tag when the user runs a workspace in the Run dialog page?I can't expect the user to understand that they have to add "tm_tag=fast" to the URL,they just run the workspace.

Thanks

engines route Wed,05 Jul 2017 16:28:46 GMT jimo