Changeset 2450 in lmdz_wrf for trunk/tools
- Timestamp:
- Apr 21, 2019, 4:59:46 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/geometry_tools.py
r2449 r2450 26 26 # position_sphere: Function to tranform fom a point in lon, lat deg coordinates to 27 27 # cartesian coordinates over an sphere 28 # p_circle: Function to get a polygon of a circle29 # p_square: Function to get a polygon square30 28 # read_join_poly: Function to read an ASCII file with the combination of polygons 31 29 # rotate_2D: Function to rotate a vector by a certain angle in the plain … … 39 37 40 38 ## Shapes/objects 39 # circ_sec: Function union of point A and B by a section of a circle 41 40 # 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 42 43 # surface_sphere: Function to provide an sphere as matrix of x,y,z coordinates 43 44 44 45 45 ## Plotting
Note: See TracChangeset
for help on using the changeset viewer.