Setup font size and other groups in matplotlib

    πŸ“… September 18 2020

    How to control the font size in your graph. By changing β€˜rcParams’ globally. It also works for other rc groups. πŸ”— Read more...

    First release of voronoi-diagram-for-polygons

    πŸ“… July 26 2020

    Voronoi diagram for polygons is a tool to create a Voronoi diagram also known as Thiessen polygons for polygons. It’s based on Shapely and GeoPandas. There are lots of tools to create a Voronoi diagram for points, for example Create Thiessen Polygons (Analysis) in ArcGIS Pro or ArcGIS Desktop, Voronoi Polygons in QGIS, or voronoi_diagram in Shapely. All of them are really cool. How about a Voronoi diagram for polygons? That’s what this tool does. πŸ”— Read more...

    Differences between dissolve and union in geoproceesing

    πŸ“… July 20 2020

    When geometris intersect, how to union them? And if they aren’t intersected, how would these tools work? πŸ”— Read more...

    Load context from html

    πŸ“… July 10 2020

    How to load/embed a page from a html file in Jekyll post. This is the way. πŸ”— Read more...

    First release of adaptive-curvefitting

    πŸ“… June 14 2020

    When you have data and model, it’s easy to make a curvefitting. But when you face somedata new and you don’t have idea which model suit to it. Then this tool may be what you are looking for. πŸ”— Read more...

    Difference between list.sort() and sorted() in Python

    πŸ“… May 27 2020

    Both sort() and sorted() can be used to sort a list. So what’s the difference? πŸ”— Read more...

    Get started with Selenium

    πŸ“… May 23 2020

    There are ways to access a web page in python, such as requests, mechanize, urllib and Selenium. This post will give a simple introduction to Selenium. πŸ”— Read more...

    FAQ for Docker in Chinese

    πŸ“… May 12 2019

    FAQ for Docker. πŸ”— Read more...

    Guides for docker installation

    πŸ“… May 11 2020

    Just as title says, this post collects a few guides to install docker on different os. πŸ”— Read more...

    Docker commands in Chinese

    πŸ“… July 26 2019

    How to use docker, follow these commands. πŸ”— Read more...