Skip to main content
Question

For the 2D GRID CREATOR is it possible to add the width and column length in Degree minutes seconds instead of just decimal degrees?

  • September 22, 2017
  • 4 replies
  • 15 views

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

erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • September 22, 2017

If this is not an option and you would like this added to the options, you can create an idea for this using New Idea


dustin
Influencer
Forum|alt.badge.img+31
  • Influencer
  • 629 replies
  • September 22, 2017
@paulwilky Decimal degrees can be calculated prior to the 2DGridCreator using the DecimalDegreesCalculator. If your DMS value is stored in one attribute, you can split out the separate components needed for the DecimalDegreesCalculator using the AttributeSplitter or SubstringExtractor.

 


  • Author
  • 1 reply
  • September 22, 2017

Thanks for your response guys.. I will try out both!


erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • September 22, 2017

You could also have a look at the 2DGridAccumulator if the 2DGridCreator does not work as you would like. I think that can be easier combined with the mentioned DecimalDegreesCalculator solution.