Skip to content
View salah93's full-sized avatar
Block or Report

Block or report salah93

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

Hey :)

Welcome to my corner of the web.

Pinned

  1. dotfiles dotfiles Public

    Shell 1

  2. setup_server setup_server Public

    setup a server quickly with ansible

    Jinja 1

  3. reprojections reprojections Public

    Demonstrating reprojecting a geometry to another spatial reference system

    Jupyter Notebook

  4. using shapely str tree on coordinate... using shapely str tree on coordinates to find points within x meters
    1
    from shapely.geometry import MultiPoint, Point                                                        
    2
    from shapely.ops import transform                                                         
    3
    from shapely.strtree import STRtree                                                                                                                                                                                
    4
                                                                                              
    5
    import pandas as pd                                                                       
  5. monitoring files and directories in ... monitoring files and directories in linux
    1
    # monitor a directory
    2
    ## install
    3
    `sudo dnf install -y inotify-tools`
    4
    
                  
    5
    ## Set up watch