Fix link to Fiona geospatial library

This commit is contained in:
Chris Norman 2019-07-05 17:12:21 +08:00 committed by GitHub
parent 286409cbfb
commit d28b9ad556
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -311,7 +311,7 @@ Long list of geospatial analysis tools. Geospatial analysis, or just spatial ana
* [NumPy](http://www.numpy.org/) - NumPy is the fundamental package for scientific computing with Python. * [NumPy](http://www.numpy.org/) - NumPy is the fundamental package for scientific computing with Python.
* [geopy](https://github.com/geopy/geopy) - geopy is a Python 2 and 3 client for several popular geocoding web services. * [geopy](https://github.com/geopy/geopy) - geopy is a Python 2 and 3 client for several popular geocoding web services.
* [FreeType](https://code.google.com/archive/p/freetype-py/) - For converting font glyphs to polygons. * [FreeType](https://code.google.com/archive/p/freetype-py/) - For converting font glyphs to polygons.
* [Fiona](http://toblerity.org/fiona/) :star2: - For making it easy to read/write geospatial data formats. * [Fiona](https://fiona.readthedocs.io/en/latest/) :star2: - For making it easy to read/write geospatial data formats.
* [matplotlib](http://matplotlib.org/) - Python 2D plotting library. * [matplotlib](http://matplotlib.org/) - Python 2D plotting library.
* [networkx](http://networkx.github.io/) - To work with networks. * [networkx](http://networkx.github.io/) - To work with networks.
* [PySAL](http://pysal.readthedocs.io/en/latest/) - For all your spatial econometrics needs. * [PySAL](http://pysal.readthedocs.io/en/latest/) - For all your spatial econometrics needs.