Skip to main content
Solved

In my FME workbench with PostGIS reader , snapper , PostGIS writer. Before reader reads the data from database I need to check whether that workarea is finished in the previous production activity in a standalone table. Kindly let me know how can I c

  • October 12, 2022
  • 9 replies
  • 15 views

kumarkannan1980
Participant
Forum|alt.badge.img+6

Capture

Best answer by redgeographics

Hi,

 

Thanks it is possible to explain me which transformer I have to use to trigger the next feature reader to perform snapping?

The output of the FeatureReader is what you need to snap.

In general terms this is what it would look like:

Screenshot 2022-10-12 at 14.12.51You can have a Where clause in the FeatureReader to select the workarea (assuming data for more than one workarea is stored in the same table).

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.

9 replies

redgeographics
Celebrity
Forum|alt.badge.img+59
  • Celebrity
  • 3699 replies
  • October 12, 2022

Can you elaborate?

  • What's the other process that's active on that workarea?
  • How can you tell it's finished?

kumarkannan1980
Participant
Forum|alt.badge.img+6
  • Author
  • Participant
  • 39 replies
  • October 12, 2022

CaptureHi,

I need to check whether particular workarea (municipality) data is QC activity is performed as we are maintaining one table in database to record this. If the QC completed then only this snapping functionality need to process by the user. Hope I clear your doubts.

 

 

 

 


redgeographics
Celebrity
Forum|alt.badge.img+59
  • Celebrity
  • 3699 replies
  • October 12, 2022

CaptureHi,

I need to check whether particular workarea (municipality) data is QC activity is performed as we are maintaining one table in database to record this. If the QC completed then only this snapping functionality need to process by the user. Hope I clear your doubts.

 

 

 

 

Not really. How do you know the QC is completed? Is there some sort of record written to a table, or something like that?


kumarkannan1980
Participant
Forum|alt.badge.img+6
  • Author
  • Participant
  • 39 replies
  • October 12, 2022

Hi,

 

Yes I have another standalone table to check whether QC is done for that municipality


redgeographics
Celebrity
Forum|alt.badge.img+59
  • Celebrity
  • 3699 replies
  • October 12, 2022

Hi,

 

Yes I have another standalone table to check whether QC is done for that municipality

Okay, so check that first, with a regular PostGIS reader and then if it is done you can use that feature to trigger a FeatureReader to read the actual data, snap it and then a PostGIS writer to write it all back.


kumarkannan1980
Participant
Forum|alt.badge.img+6
  • Author
  • Participant
  • 39 replies
  • October 12, 2022

Hi,

 

Thanks it is possible to explain me which transformer I have to use to trigger the next feature reader to perform snapping?


redgeographics
Celebrity
Forum|alt.badge.img+59
  • Celebrity
  • 3699 replies
  • Best Answer
  • October 12, 2022

Hi,

 

Thanks it is possible to explain me which transformer I have to use to trigger the next feature reader to perform snapping?

The output of the FeatureReader is what you need to snap.

In general terms this is what it would look like:

Screenshot 2022-10-12 at 14.12.51You can have a Where clause in the FeatureReader to select the workarea (assuming data for more than one workarea is stored in the same table).


kumarkannan1980
Participant
Forum|alt.badge.img+6
  • Author
  • Participant
  • 39 replies
  • October 12, 2022

The output of the FeatureReader is what you need to snap.

In general terms this is what it would look like:

Screenshot 2022-10-12 at 14.12.51You can have a Where clause in the FeatureReader to select the workarea (assuming data for more than one workarea is stored in the same table).

Thanks a lot this is what I need..


redgeographics
Celebrity
Forum|alt.badge.img+59
  • Celebrity
  • 3699 replies
  • October 12, 2022

The output of the FeatureReader is what you need to snap.

In general terms this is what it would look like:

Screenshot 2022-10-12 at 14.12.51You can have a Where clause in the FeatureReader to select the workarea (assuming data for more than one workarea is stored in the same table).

You're welcome!