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?

  • 22 September 2017
  • 4 replies
  • 0 views


4 replies

Userlevel 2
Badge +16

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

Userlevel 3
Badge +26
@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.

 

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

Userlevel 2
Badge +16

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.

Reply