don't know what the data looks like, but if you don't get contours output, I'd gamble the group by might be at fault.
I assume the group-by isolates different "events" for which you are trying to create the isochrones?
Hi @reneewsp,
There are two articles available in the Knowledge Center that may be of some help here: https://knowledge.safe.com/articles/30048/creating-time-and-distance-isolines-using-the-netw.html or https://knowledge.safe.com/questions/3397/drivetime-isochrone-from-multiple-points-of-origin.html
Other than that it looks to me that it is not the ContourGenerator but the 3DForcer you should take a look at first. From your snapshot I can see that the CG doesn't even seem to be processing any incoming features as there is nothing coming out of the rejected port either. So instead of looking at your CG I would perhaps add an inspector to your 3DForcer and check that the data being outputted here is correct and meets the requirements of the CG transformer.
don't know what the data looks like, but if you don't get contours output, I'd gamble the group by might be at fault.
I assume the group-by isolates different "events" for which you are trying to create the isochrones?
Hi Gio, thanks for your response. The "Tot_Fastest" is the shortest travel time from that point to the destination.
Hi @reneewsp,
There are two articles available in the Knowledge Center that may be of some help here: https://knowledge.safe.com/articles/30048/creating-time-and-distance-isolines-using-the-netw.html or https://knowledge.safe.com/questions/3397/drivetime-isochrone-from-multiple-points-of-origin.html
Other than that it looks to me that it is not the ContourGenerator but the 3DForcer you should take a look at first. From your snapshot I can see that the CG doesn't even seem to be processing any incoming features as there is nothing coming out of the rejected port either. So instead of looking at your CG I would perhaps add an inspector to your 3DForcer and check that the data being outputted here is correct and meets the requirements of the CG transformer.
Hi Holly, thanks for your response. The 3DForcer outputs all of the points but no field is added - I've added a screenshot below. I initially set the elevation at 0 so I changed it to one in case this did anything, but the outcome appears the same.

Ah! I think I've worked it out. The 3D forcer sets the travel time for each points as the elevation / Z value and this is then used by the contour generator. Thanks both for your responses.
