Skip to content
View thehappycheese's full-sized avatar
  • Western Australia
Block or Report

Block or report thehappycheese

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
thehappycheese/README.md
  • 🙃 Hi, I’m Nick
  • 👀 Interested in Geospatial Rust libraries at the moment
  • 🌱 I’m currently learning cloud resource management and CI / CD

Pinned

  1. nicklinref_rust nicklinref_rust Public

    Slice segments of the Western Australia Road network based on SLK

    Rust

  2. nicks_line_tools_rust nicks_line_tools_rust Public

    Rust 1

  3. megalinref megalinref Public

    A python module built in Rust for converting coordinates to road chainages and vise-versa

    Rust 4

  4. GET faster in python. Maps a pandas ... GET faster in python. Maps a pandas Series of URL strings to data returned from the web using urllib3
    1
    import pandas as pd
    2
    import concurrent.futures
    3
    import urllib3
    4
    
                  
    5
    def _load_url(arg):