Skip to content
View salah93's full-sized avatar

Block or report salah93

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 Loading

  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