diff --git a/README.md b/README.md index 03b6870..1bab479 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ basemap.py: Uses Basemap and CoreLocation (via PyObjC), and bumpy to generate a county-map.py: Uses overpy (openstreetmap), numpy, matplotlib, shapely, descartes, and fiona to build a fancy map of Los Angeles County. +![county-map.py example](https://raw.githubusercontent.com/davidbailey/py/master/county-map.png "county-map.py example") + csv 2 json or html.py: Uses pandas and json to convert a csv to a json file or an html table. finance.py: Financial calculators. diff --git a/county-map.png b/county-map.png new file mode 100644 index 0000000..d150010 Binary files /dev/null and b/county-map.png differ