Toolbox: Get Bounding Box Polygon and centroid of a point cloud in Python
How to get bounding box and centroid of a point cloud in Python...
Toolbox: Get date n weeks from another date in Python
If you want to trim your weekly time series into training and test set, or create / check the date n weeks ahead or back then this function is for you!...
Toolbox: Python List of Dicts to JSONL (json lines)
How to transform list of dicts to JSON lines in Python...
Data Science: Moving Average or Moving Median for Data Filtering – Time Series
Moving Mean or Moving Median for Time Series filtering?...
Toolbox: Shapefile to GeoJSON with Python
Script to transform shapefiles into geojsons...
Data Science: The four (and a half) metrics to understand your model
Forecast Bias, Mean Absolute Error, Mean Squared Error and Root of it, Symmetric Mean Absolute Percentage Error: use them and be sure that you produce the best models...
Toolbox: K-means algorithm
K-means clustering class for local experiments...
Data Science: Leave GeoPandas and Create Beautiful Map with pyGMT
How to create a beautiful map with Python and pyGMT...
Toolbox: Get all files of a specific type from a given directory in Python
How to get a list of paths to the files with a specific extension in Python....
Toolbox: Dask – Drop Rows with Specific Substrings
Remove rows with a specific substring from Dask DataFrame...