Skip to main content
Solved

Tiler transformer size by meters

  • December 19, 2018
  • 4 replies
  • 19 views

gcarmich
Participant
Forum|alt.badge.img+1

I would like to use the Tiler transformer to create 100x100m tiles. How do I specify this? They only size option I see is listed as "ground units".

Best answer by redgeographics

The units used are whatever units your data is in. So if your data is in meters, the Tiler will interpret the tile size as meters.

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.

4 replies

redgeographics
Celebrity
Forum|alt.badge.img+60
  • Celebrity
  • 3702 replies
  • Best Answer
  • December 19, 2018

The units used are whatever units your data is in. So if your data is in meters, the Tiler will interpret the tile size as meters.


gcarmich
Participant
Forum|alt.badge.img+1
  • Author
  • Participant
  • 35 replies
  • December 19, 2018

How do I define or tell what units my data is in?


jdh
Contributor
Forum|alt.badge.img+37
  • Contributor
  • 2002 replies
  • December 19, 2018

How do I define or tell what units my data is in?

It's based on the projection/coordinate system.

 

If you data is in LL-WGS84, the units is degrees, it it's in most UTM projections it's meters.

 

 

The coordinate system gallery lists the units for each coordinate system, if you don't know.

jdh
Contributor
Forum|alt.badge.img+37
  • Contributor
  • 2002 replies
  • December 19, 2018

If your data is not in meters, you can reproject to _AZMEA_ or other metered coordinate system that best suits your data, run the Tiler, and then reproject back to your original coordinate system.

 

 

If your don't want to reproject your data (and there are degradation issues around floating point values) you can use a boundingBoxAccumulator, reproject that, tile it, reproject to the original coordinate system, and use the results as a clipper on your original data.