Transformation of data with geographic coordinates into Cartesian & cylindrical coordinates
- Transform to goecentric coordinates
- Transform to spherical coordinate system
- Transform to Cartesian
- Transform to cylindrical (from spherical)
- Check if transofrmation valid - transform back and plot both before and 'after after'
- Rotate domain to be centred about the N pole
- Obtain coordinates for spherical coordinate system
- Transformation to Cartesian & cylindrical coordinates
- Test the validity of transformation
- Plot data in geographic coordinates
- Plot data in spherical coordinates
- Plot data in Cartesian/cylindrical
Spherical polar coordinates (radius, colatitude, azimuth) for the bathymetry data obtained via transforming latitudes from geographic to geocentric coordinates, calculating the radius of the reference ellipsoid WGS84 at each of the latitudes, and then calculating the distance from the centre to each of the topography data points. Colatitude is found as 90 minus geocentric latitude. This gives the bathymetry (distance from reference ellipsoid) and geographic latitude-longitude as radius, colatitude and azimuth (=longitude).
Transform the data from spherical polar to Cartesian and cylindrical coordinates, e.g. Wiki_page. For the transformation operation, r, colatitude, and azimuth must all be arrays of identical shape. Rotate domain to be centred about the N pole, using the rotation matrix in
Validify the transformation by plotting in:
- geographic coordinates
- spherical coordinates
- Cartesian/cylindrical coordinates
hello you