Changes between Version 33 and Version 34 of UsersWikiplpgsqlfunctions


Ignore:
Timestamp:
Aug 5, 2020, 3:48:25 PM (4 years ago)
Author:
mdavis
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiplpgsqlfunctions

    v33 v34  
    7373  COMMENT ON FUNCTION st_createarc(geometry,geometry,geometry,text) IS 'Generates an arc based on starting point, ending point, centre of arc, and direction (clockwise: \'cw\', conter-clockwise: \'cc\', or size \'major\' or \'minor\'). All geometries must be of type POINT and this function returns a linestring of the arc based on the original SRID and 32 points per quarter circle. Requires the utmzone function.';
    7474
    75 
    76 
    77 
    78 
    79 
    80 
    81 
    82 
    83 
    84 }}}
    85 
    86 == Convert Degree/Minutes/Seconds to Decimal Degrees ==
     75}}}
     76
     77== Convert Degree Minutes Seconds to Decimal Degrees ==
    8778
    8879This is from Simon Greener's article [http://www.spatialdbadvisor.com/postgis_tips_tricks/115/dms2dd-for-postgis/ DMS2DD for PostGIS]