I was wondering if anybody has any experience with reading WMTS services via FME.
Any help would be appreciated.
Itay
I was wondering if anybody has any experience with reading WMTS services via FME.
Any help would be appreciated.
Itay
I must confess to never having done this, but I would try something like the following:
David
Thanks for responding, I am going to try your proposed method and let you know how it goes.
Itay
After having had a closer look at the xml, made me wonder if I really need to reconstruct the tiles geomerties (point 2), after all the image fetcher can as easly function with a no geometry feature.
So the crux is in parsing the xml and constructing the url's for the tiles.
Still have to figure that one out....
Anybody else an idea or some experince with WMTS on FME desktop?
Hi Itay,
Did you succeed in reading a WMTS? I am now trying to do the same. I would appreciate it If you could share some experiences.
There is a current idea request for a MapTiler WMTS Reader . If this is something that you're interested in, please vote on the idea and let us know how you'd like to use it.
Hi Itay,
Did you succeed in reading a WMTS? I am now trying to do the same. I would appreciate it If you could share some experiences.
I'm trying to do the same. Anybody have any success?
I'm also trying to do the same. Anybody succeded?
There is an official request logged for developement to look into adding a generic WMTS reader. As evidences of user need, we've linked this Q&A; thread, and the Idea for generic WMTS Reader, as well as this Idea for Maptiles (relevant because most comments asked for a generic WMTS reader).
If you are also interested in reading WMTS with FME, the best way to help us move this forward is to add your vote to the idea for a generic WMTS Reader. In the future, we will keep the community updated on this developement effort, through this idea as well.
Of course, we'd love to hear any stories of a successful workaround, from the community. Thanks!
There is an official request logged for developement to look into adding a generic WMTS reader. As evidences of user need, we've linked this Q&A; thread, and the Idea for generic WMTS Reader, as well as this Idea for Maptiles (relevant because most comments asked for a generic WMTS reader).
If you are also interested in reading WMTS with FME, the best way to help us move this forward is to add your vote to the idea for a generic WMTS Reader. In the future, we will keep the community updated on this developement effort, through this idea as well.
Of course, we'd love to hear any stories of a successful workaround, from the community. Thanks!
Not sure what a WMTS Reader should do exactly? Download the tiles to a raster at the deepest level possible? Because this can potentially generate a heavy load on the service, harming general performance and the fair use policy.
I have built a workspace which downloads the tiles (blue) at the deepest level overlapping with areafeatures (green) of a PDOK WMTS service and stitches those together into one ECW per area feature.
It is not good enough to publish it on the FME hub (I wish I had the time to work out all those workspaces to perfection...) but it is more than a working proof of concept. I'm also a bit reluctant to share a workspace which might hurt open data providers and might limit my possibilities in the future... But there are other parts in FME (Emailer, HTTPCaller, etc) which can do the same so I should probably not worry too much about ethics?
I would like to your experience using WMTS from FME as I am struggling to find any documentation relating to this.