Use a Cloner to create 1073 records with the Copy Number Attribute set to I and feed the output of that into a second cloner creating 571 records with Copy Number Attribute set to J.
Hopefully this is your WMS service and you aren't going to be sending that many requests to someone else's server. Either way you may want to add a Decelerator in there to control how many requests per minute are sent.
My thoughts exactly. Also, how long does a single request take? Even if it's a second you're looking at 170+ hours of processing.
Is there another way to get to the data? (and if whoever is controlling that server says no, feel free to tell them what @Gary Nicholson and I have said here)
Did this help you find an answer to your question?
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.
Use a Cloner to create 1073 records with the Copy Number Attribute set to I and feed the output of that into a second cloner creating 571 records with Copy Number Attribute set to J.
Hopefully this is your WMS service and you aren't going to be sending that many requests to someone else's server. Either way you may want to add a Decelerator in there to control how many requests per minute are sent.
Use a Cloner to create 1073 records with the Copy Number Attribute set to I and feed the output of that into a second cloner creating 571 records with Copy Number Attribute set to J.
Hopefully this is your WMS service and you aren't going to be sending that many requests to someone else's server. Either way you may want to add a Decelerator in there to control how many requests per minute are sent.
My thoughts exactly. Also, how long does a single request take? Even if it's a second you're looking at 170+ hours of processing.
Is there another way to get to the data? (and if whoever is controlling that server says no, feel free to tell them what @Gary Nicholson and I have said here)
thanks that works. it takes 2 minutes. there is another way as the geoserver also permits geotiff which gives you the real world coordinates X and Y. The I and J gives you the getfeatureinfo for column= I and row=J. Be aware the origin is left upper corner so J has to be swapped. The width and height is just the range of I and J which can be translated to the X and J range. That would mean 1073 x 571 = 612683 through the http caller.
You could even do a higher resolution but it just interpolates the values and takes a lot longer without to much gain of resolution. You need to balance it.
I can read this geojson below in fme.
In this example (I & J) at the end of the string Fjson&I=800&J=422
It will give me back a responds.
However looking to loop through all possible values of I & J
Imax=1073&Jmax=571 = 612683 values.
where I and J is a variable in the geojson string.
Use a Cloner to create 1073 records with the Copy Number Attribute set to I and feed the output of that into a second cloner creating 571 records with Copy Number Attribute set to J.
Hopefully this is your WMS service and you aren't going to be sending that many requests to someone else's server. Either way you may want to add a Decelerator in there to control how many requests per minute are sent.
gazzawrote:
Use a Cloner to create 1073 records with the Copy Number Attribute set to I and feed the output of that into a second cloner creating 571 records with Copy Number Attribute set to J.
Hopefully this is your WMS service and you aren't going to be sending that many requests to someone else's server. Either way you may want to add a Decelerator in there to control how many requests per minute are sent.
My thoughts exactly. Also, how long does a single request take? Even if it's a second you're looking at 170+ hours of processing.
Is there another way to get to the data? (and if whoever is controlling that server says no, feel free to tell them what @Gary Nicholson and I have said here)
thanks that works. it takes 2 minutes. there is another way as the geoserver also permits geotiff which gives you the real world coordinates X and Y. The I and J gives you the getfeatureinfo for column= I and row=J. Be aware the origin is left upper corner so J has to be swapped. The width and height is just the range of I and J which can be translated to the X and J range. That would mean 1073 x 571 = 612683 through the http caller.
You could even do a higher resolution but it just interpolates the values and takes a lot longer without to much gain of resolution. You need to balance it.
We use 3 different kinds of cookies. You can choose which cookies you want to accept. We need basic cookies to make this site work, therefore these are the minimum you can select. Learn more about our cookies.