Changeset 2450 in lmdz_wrf for trunk/tools


Ignore:
Timestamp:
Apr 21, 2019, 4:59:46 PM (6 years ago)
Author:
lfita
Message:

Re-arenging documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/geometry_tools.py

    r2449 r2450  
    2626# position_sphere: Function to tranform fom a point in lon, lat deg coordinates to
    2727#   cartesian coordinates over an sphere
    28 # p_circle: Function to get a polygon of a circle
    29 # p_square: Function to get a polygon square
    3028# read_join_poly: Function to read an ASCII file with the combination of polygons
    3129# rotate_2D: Function to rotate a vector by a certain angle in the plain
     
    3937
    4038## Shapes/objects
     39# circ_sec: Function union of point A and B by a section of a circle
    4140# ellipse_polar: Function to determine an ellipse from its center and polar coordinates
     41# p_circle: Function to get a polygon of a circle
     42# p_square: Function to get a polygon square
    4243# surface_sphere: Function to provide an sphere as matrix of x,y,z coordinates
    43 
    4444
    4545## Plotting
Note: See TracChangeset for help on using the changeset viewer.