Hey :)
Welcome to my corner of the web.
salah93 - Overview
code should be pretty
salah93/README.md
Hey :)
Welcome to my corner of the web.
reprojections reprojections Public
Demonstrating reprojecting a geometry to another spatial reference system
Jupyter Notebook
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
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