jaminzoda / terra-antiqua

Terra Antiqua is a QGIS plugin for paleogeographic reconstructions.
GNU General Public License v3.0
6 stars 0 forks source link

In calc_bathy the age of reconstruction isn't always necessary #174

Closed Diego635 closed 3 years ago

Diego635 commented 3 years ago

Problem:

The tool now asks the user to enter the time of reconstruction and assumes the ages of the raster are relative to present-day. This tool also requires the raster to be rotated so that the gaps for the continents are at the right position (at the time of reconstruction). This is only possible is the user reconstructs the whole with static polygons in GPlates like Baatsen did. However if the user takes the age grid raster from other sources (e.g.: Müller) the ages might be already expressed relative to the time of reconstruction and not to the present-day. In this case the time to be specified in "time of reconstruction" is 0 Ma. This makes everything very confusing and the way it's explained now is misleading.

Possible solution:

We could implement two fields:

Then we make the difference. If both times are the same, the result will be 0 as we don't need to use the time of reconstruction to calculate the bathymetry. If the times are different, we use the difference.

jaminzoda commented 3 years ago

Fixed in b05710e37eb72ac576341e404626623daa87f054.