├── README.md ├── icons ├── database.png ├── dict.png ├── feature.png ├── file.png ├── license.png ├── numpy.svg ├── postgis.png ├── python.png ├── shapely.png ├── wkt.png ├── xr_DataArray.png └── xr_Dataset.png ├── overview.png └── overview.svg /README.md: -------------------------------------------------------------------------------- 1 | *I've had this mental image for a long time, I can finally share it*, made with [inkscape](https://inkscape.org/en/). 2 | 3 | 4 | ![](overview.png) 5 | 6 | 7 | ## Some additional links 8 | 9 | ### I/O, transformation, analysis 10 | 11 | - [rasterio](https://rasterio.readthedocs.io/en/latest/): Read, write and transform raster data 12 | - [fiona](http://toblerity.org/fiona/): Read and write vector data 13 | - [xarray](http://xarray.pydata.org/en/stable/): *N-D labeled arrays and datasets in Python* 14 | - [shapely](http://toblerity.org/shapely/): *Manipulation and analysis of geometric objects in the Cartesian plane* 15 | - [pyproj](https://jswhit.github.io/pyproj/): *Performs cartographic transformations and geodetic computations* 16 | - [geopandas](http://geopandas.org/): Spatial extension of pandas 17 | 18 | ### Visualization 19 | 20 | - [descartes](https://pypi.python.org/pypi/descartes/): Plotting of spatial objects with matplotlib 21 | - [fiolum](http://python-visualization.github.io/folium/): Interactive visualization of spatial objects with leaflet 22 | 23 | ### Databases 24 | 25 | - [geoalchemy2](https://geoalchemy-2.readthedocs.io/en/latest/): The spatial ORM 26 | - [Django gis extension](https://docs.djangoproject.com/en/2.0/ref/contrib/gis/): Not represented in the overview image above, but another handy option to interact with spatial databases. 27 | 28 | ### Other 29 | 30 | - A nice [blog entry](http://www.perrygeo.com/python-affine-transforms.html) by Matthew Perry to understand the concept of affine transform 31 | - Another [blog entry](https://medium.com/@christoph.k.rieke/essential-geospatial-python-libraries-5d82fcc38731) presenting a detailed overview of the python geospatial stack 32 | -------------------------------------------------------------------------------- /icons/database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loicdtx/python-geospatial-ecosystem/a5b4219221b0b9c934e6bd9ec498f1e13e146cf9/icons/database.png -------------------------------------------------------------------------------- /icons/dict.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loicdtx/python-geospatial-ecosystem/a5b4219221b0b9c934e6bd9ec498f1e13e146cf9/icons/dict.png -------------------------------------------------------------------------------- /icons/feature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loicdtx/python-geospatial-ecosystem/a5b4219221b0b9c934e6bd9ec498f1e13e146cf9/icons/feature.png -------------------------------------------------------------------------------- /icons/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loicdtx/python-geospatial-ecosystem/a5b4219221b0b9c934e6bd9ec498f1e13e146cf9/icons/file.png -------------------------------------------------------------------------------- /icons/license.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loicdtx/python-geospatial-ecosystem/a5b4219221b0b9c934e6bd9ec498f1e13e146cf9/icons/license.png -------------------------------------------------------------------------------- /icons/postgis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loicdtx/python-geospatial-ecosystem/a5b4219221b0b9c934e6bd9ec498f1e13e146cf9/icons/postgis.png -------------------------------------------------------------------------------- /icons/python.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loicdtx/python-geospatial-ecosystem/a5b4219221b0b9c934e6bd9ec498f1e13e146cf9/icons/python.png -------------------------------------------------------------------------------- /icons/shapely.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loicdtx/python-geospatial-ecosystem/a5b4219221b0b9c934e6bd9ec498f1e13e146cf9/icons/shapely.png -------------------------------------------------------------------------------- /icons/wkt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loicdtx/python-geospatial-ecosystem/a5b4219221b0b9c934e6bd9ec498f1e13e146cf9/icons/wkt.png -------------------------------------------------------------------------------- /icons/xr_DataArray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loicdtx/python-geospatial-ecosystem/a5b4219221b0b9c934e6bd9ec498f1e13e146cf9/icons/xr_DataArray.png -------------------------------------------------------------------------------- /icons/xr_Dataset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loicdtx/python-geospatial-ecosystem/a5b4219221b0b9c934e6bd9ec498f1e13e146cf9/icons/xr_Dataset.png -------------------------------------------------------------------------------- /overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/loicdtx/python-geospatial-ecosystem/a5b4219221b0b9c934e6bd9ec498f1e13e146cf9/overview.png --------------------------------------------------------------------------------