Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
loicdtx committed Mar 31, 2018
0 parents commit 0817623
Show file tree
Hide file tree
Showing 15 changed files with 20,791 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
*I've had this mental image for a long time, I can finally share it*, made with [inkscape](https://inkscape.org/en/).


![](overview.png)


## Some additional links

### I/O, transformation, analysis

- [rasterio](https://rasterio.readthedocs.io/en/latest/): Read, write and transform raster data
- [fiona](http://toblerity.org/fiona/): Read and write vector data
- [xarray](http://xarray.pydata.org/en/stable/): *N-D labeled arrays and datasets in Python*
- [shapely](http://toblerity.org/shapely/): *Manipulation and analysis of geometric objects in the Cartesian plane*
- [pyproj](https://jswhit.github.io/pyproj/): *Performs cartographic transformations and geodetic computations*
- [geopandas](http://geopandas.org/): Spatial extension of pandas

### Visualization

- [descartes](https://pypi.python.org/pypi/descartes/): Plotting of spatial objects with matplotlib
- [fiolum](http://python-visualization.github.io/folium/): Interactive visualization of spatial objects with leaflet

### Databases

- [geoalchemy2](https://geoalchemy-2.readthedocs.io/en/latest/): The spatial ORM
- [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.

### Other

- A nice [blog entry](http://www.perrygeo.com/python-affine-transforms.html) by Matthew Perry to understand the concept of affine transform
Binary file added icons/database.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/dict.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/feature.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/file.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/license.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6,967 changes: 6,967 additions & 0 deletions icons/numpy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/postgis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/python.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/shapely.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/wkt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/xr_DataArray.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/xr_Dataset.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0817623

Please sign in to comment.