Issue74

Title option to use lat/lon/km instead of theta/phi/radius fraction?
Priority feature Status deferred
Superseder Nosy List robert, tan2
Assigned To tan2 Topics CitcomS

Created on 2007-01-05.19:15:34 by robert, last changed 2007-02-07.23:39:19 by tan2.

Files
File name Uploaded Type Edit
convert_capfile.py tan2, 2007-02-07.23:39:19 text/x-python
Messages
msg284 (view) Author: tan2 Date: 2007-02-07.23:39:19
The rationale for current approach is explained in msg250.

I believe the conversion (e.g., to latitude/longitude/depth and cm/yr) should be
done in a post-processing script. Such a script will depend on some dimensional
parameters (radius of the planet and thermal diffusivity for example). As a
result, different people will use a slightly different script for the
conversion. It is difficult to write a script to fit everybody's need.

A simple script is attached for your need. But it is not general enough to
warrant inclusion in the future release.
msg225 (view) Author: robert Date: 2007-01-05.19:15:34
in a future release (or patch!) would it be possible to use latitude/longitude
instead of thetas and phi's in radians, at least optionally? i know it's easy
enough to convert ourselves, but i'm lazy and already have a ton of lat/lon
velocity files. plus it just seems more intuitive, at least for regional
computations. maybe i'm missing something.

same with z-- an option for depth in km vs. fractions of the earth's radius
would clean up my code a bit and make the data a bit easier to read.

otherwise i really like the changes made in 2.1. much, much easier to use. thanks!
History
Date User Action Args
2007-02-07 23:39:19tan2setstatus: unread -> deferred
files: + convert_capfile.py
assignedto: tan2
messages: + msg284
nosy: + tan2
2007-01-09 00:33:27leifsettopic: + CitcomS
2007-01-05 19:15:34robertcreate