All Projects → mdiener21 → python-geospatial-analysis-cookbook

mdiener21 / python-geospatial-analysis-cookbook

Licence: MIT license
Over 60 recipes to work with topology, overlays and indoor routing

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
HTML
75241 projects
PLpgSQL
1095 projects
CSS
56736 projects
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to python-geospatial-analysis-cookbook

GeoParser
Extract and Visualize location from any file
Stars: ✭ 48 (-54.29%)
Mutual labels:  geospatial-analysis
geospatial-learn
A python library for geo-spatial processing and machine learning
Stars: ✭ 20 (-80.95%)
Mutual labels:  geospatial-analysis
2019 egu workshop jupyter notebooks
Short course on interactive analysis of Big Earth Data with Jupyter Notebooks
Stars: ✭ 29 (-72.38%)
Mutual labels:  geospatial-analysis
grass-ci
OUTDATED, use https://github.com/OSGeo/grass/ ! Continuous integration for GRASS GIS
Stars: ✭ 27 (-74.29%)
Mutual labels:  geospatial-analysis
Awesome Geospatial
Long list of geospatial tools and resources
Stars: ✭ 2,386 (+2172.38%)
Mutual labels:  geospatial-analysis
Deck.gl
WebGL2 powered visualization framework
Stars: ✭ 9,304 (+8760.95%)
Mutual labels:  geospatial-analysis
Data-Science-Sandbox
Code and resources to serve as a starting point for data science projects.
Stars: ✭ 14 (-86.67%)
Mutual labels:  geospatial-analysis
actinia core
Actinia Core is an open source REST API for scalable, distributed, high performance processing of geographical data that uses mainly GRASS GIS for computational tasks (DOI: https://doi.org/10.5281/zenodo.5879231)
Stars: ✭ 41 (-60.95%)
Mutual labels:  geospatial-analysis
xyz-spaces-python
Manage your XYZ Hub or HERE Data Hub spaces from Python.
Stars: ✭ 29 (-72.38%)
Mutual labels:  geospatial-analysis
grass-addons
GRASS GIS Addons Repository (Manuals: https://grass.osgeo.org/grass-stable/manuals/addons/ | Linux-logs: https://grass.osgeo.org/addons/grass8/logs/ | Windows logs: https://wingrass.fsv.cvut.cz/grass82/addons/grass-8.2.0/logs/)
Stars: ✭ 64 (-39.05%)
Mutual labels:  geospatial-analysis
glaes
Geospatial Land Availability for Energy Systems
Stars: ✭ 27 (-74.29%)
Mutual labels:  geospatial-analysis
leafmap
A Python package for interactive mapping and geospatial analysis with minimal coding in a Jupyter environment
Stars: ✭ 1,299 (+1137.14%)
Mutual labels:  geospatial-analysis
community-sprints
This repo is used to organize and collaborate in sprints for code projects, hackathons, STAC and metadata specs development
Stars: ✭ 18 (-82.86%)
Mutual labels:  geospatial-analysis
geovoronoi
a package to create and plot Voronoi regions within geographic boundaries
Stars: ✭ 106 (+0.95%)
Mutual labels:  geospatial-analysis

python-geospatial-analysis-cookbook

Welcome to the code repository for "Python Geospatial Analysis Cookbook" over 60 python recipes to perform spatial operations and of course build an indoor routing Django web application.

Please post any comments and questions directly as an issue/ticket here in the GitHub Repo.

If you are interested in more about indoor routing see Chapter 10 and Chapter 11. Also please visit the Github repo INDRZ https://www.github.com/indrz to see the official indoor routing and mapping code. The project homepage is indrz

Code for the book Python Geospatial Analysis Cookbook.

Description

A book for developoers, gis programmers, analysts, researchers, gis geeks, IT administrators who ever that want to dabble with python and geospatial analysis.

The reciepes are short and long, full of descriptions and code comments. The book takes you on a journey from installation of spatial libraries to executing fun analysis in a cookbook like tutorial.

Technologies pyshp, gdal, ogr, proj4, django, jinja2, Shapely, folium, matplotlib, networkx, numpy, pandas, psycopg2, pyproj, bootstrap, jquery, typeahead.js, bloodhound.js, openlayers, leaflet

With pip you can install:

pip install [location-path]/master.zip

Or directly from GitHub like this:

pip install https://github.com/mdiener21/python-geospatial-analysis-cookbook/archive/master.zip

Updates

Page number: 46 Currently step 7 includes

sudo su createdb –O pluto –U postgres py_geoan_cb

Correction is:

sudo -u postgres createdb -U postgrs -P pluto py_geoan_cb"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].