Skip to content
View jonblatho's full-sized avatar
🤠
🤠

Highlights

  • Pro
Block or Report

Block or report jonblatho

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

  1. covid-19 covid-19 Public archive

    Howell County, Missouri, COVID-19 data and (unofficial) estimates

    Python

  2. PointInPolygon PointInPolygon Public

    A Swift package to determine whether a point is within a polygon

    Swift 1

  3. SwiftUTCMenuClock SwiftUTCMenuClock Public

    A simple menu bar app for macOS that shows the current UTC time

    Swift 13

  4. Calculates the population of ZIP Cod... Calculates the population of ZIP Code Tabulation Areas (ZCTAs) which intersect with Howell County, MO
    1
    import shapefile
    2
    from shapely.geometry import shape
    3
    
                  
    4
    def __shapely_polygon__(s):
    5
        return shape(s.shape.__geo_interface__)