Skip to content
View joefg's full-sized avatar
🏍️
Carving the corners
🏍️
Carving the corners

Block or report joefg

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
joefg/README.md

joefg

Selected Projects

police-stats-tools (2025) is a Python and SpatiaLite environment for accessing geospatial police force area crime data through QGIS or Jupyter notebooks. More or less finished, receives sporadic updates.

Git for Graduates (2024) is a pocketable free guide to the effective use of the Git version control system, aimed at graduate consultants and software developers. More or less finished, receives sporadic updates in line with industry version control practice.

lume-simple-blog (2024) is a turnkey template for using the Lume static site generator with the Deno JavaScript runtime. Doesn't receive many updates these days.


Python JavaScript Lua SQLite Postgres

Pinned Loading

  1. police-stats-tools police-stats-tools Public

    Python environment for using data.police.gov.uk crime statistics data.

    Python

  2. postgres-pgtle postgres-pgtle Public

    Adding pg_tle to a Postgres container.

    Dockerfile

  3. lume-simple-blog lume-simple-blog Public

    A simple blog template for Lume, using Simple.css.

    CSS

  4. tg-tools tg-tools Public

    Helper scripts for field expedient Telegram bot use.

    Shell

  5. UK food hygiene rating XML to GeoJSO... UK food hygiene rating XML to GeoJSON converter
    1
    import argparse
    2
    import json
    3
    import xml.etree.ElementTree
    4
    
                  
    5
    """
  6. UK General Election Results to GeoJS... UK General Election Results to GeoJSON script
    1
    import argparse
    2
    import csv
    3
    import json
    4
    
                  
    5
    """