Skip to content
View atph's full-sized avatar
  • Chester, UK
  • 22:49 (UTC +01:00)

Block or report atph

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. PL/PGSQL function to convert text Gr... PL/PGSQL function to convert text Grid Reference into OSGB Geometry
    1
    -- convert a grid-reference E.g. SH123456 into a northing easting geometry for postgis with SRID=27700 (OSGB36)
    2
    -- standing on the shoulders of...
    3
    -- http://www.movable-type.co.uk/scripts/latlong-os-gridref.html
    4
    -- https://github.com/chrisveness/geodesy/blob/master/osgridref.js [MIT]
    5
    -- consider this MIT licensed also.
  2. security-group-cleanup.py security-group-cleanup.py
    1
    #!/usr/bin/env python
    2
    
                  
    3
    import sys
    4
    import boto
    5
    import pprint