• Stars
    star
    564
  • Rank 79,014 (Top 2 %)
  • Language
    Shell
  • License
    MIT License
  • Created almost 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A collection of Python packages for geospatial analysis with binder-ready notebook examples

python-geospatial

A collection of Python packages for geospatial analysis with binder-ready notebook examples. Launch the interactive notebook tutorials with mybinder.org or binder.pangeo.io test all the pre-installed Python pakcages for geospatial analysis.

Binder Pangeo MIT

Author: Qiusheng Wu (https://wetlands.io)

Installation

It is highly recommended that you use the conda package manager to install all the requirements. You can either install Miniconda or the (larger) Anaconda distribution. It is also recommended that you install git so that you can clone this GitHub reposiotry to your computer.

Once conda and git are installed, the following commands will create a virtual Python environment named pygeo and install all the required packages:

git clone https://github.com/giswqs/python-geospatial.git
cd python-geospatial/binder/
conda env create -f environment.yml
source activate pygeo
ipython kernel install --user --name="pygeo"

Tutorials

Launch the interactive notebook tutorials with mybinder.org or binder.pangeo.io now:

Binder Pangeo

Python Packages

This list of Python packages is adapted from the Python list of Awesome Geospatial. All the listed Python packages have been pre-installed in the binder environment.

Geospatial Analysis

  • whitebox - A Python package for advanced geospatial data analysis based on WhiteboxTools.
  • lidar - lidar is a toolset for terrain and hydrological analysis using digital elevation models (DEMs).
  • pygis - pygis is a collection of Python snippets for geospatial analysis.
  • ArcGIS Python API - Esri's Python library for working with maps and geospatial data, powered by web GIS.
  • dask-rasterio - Read and write rasters in parallel using Rasterio and Dask.
  • earthengine-api - The Earth Engine Python API allows developers to interact with Google Earth Engine.
  • EarthPy - EarthPy is a python package that makes it easier to plot and work with spatial raster and vector data.
  • Fiona - For making it easy to read/write geospatial data formats.
  • GDAL - The Geospatial Data Abstraction Library for reading and writing raster and vector geospatial data formats.
  • geeup - Simple CLI for Earth Engine Uploads.
  • geojson-area - Calculate the area inside of any GeoJSON geometry. This is a port of Mapbox's geojson-area for Python.
  • geojsonio - Open GeoJSON data on geojson.io from Python.
  • GeoPandas - Python tools for geographic data.
  • GIPPY - Geospatial Image Processing for Python.
  • gpdvega - gpdvega is a bridge between GeoPandas and Altair that allows to seamlessly chart geospatial data.
  • mapboxgl-jupyter - Use Mapbox GL JS to visualize data in a Python Jupyter notebook.
  • networkx - To work with networks.
  • OSMnet - Tools for the extraction of OpenStreetMap street network data.
  • pandana - Pandas Network Analysis - dataframes of network queries, quickly.
  • Peartree - Peartree: A library for converting transit data into a directed graph for network analysis.
  • pygdal - Virtualenv and setuptools friendly version of standard GDAL python bindings.
  • pymap3d - Python 3D coordinate conversions for geospace ecef enu eci.
  • Pyncf - Pure Python NetCDF file reading and writing.
  • PyProj - For conversions between projections.
  • PySAL - For all your spatial econometrics needs.
  • PyShp - For reading and writing shapefiles.
  • rasterio - rasterio employs GDAL under the hood for file I/O and raster formatting.
  • rasterstats - Python module for summarizing geospatial raster datasets based on vector geometries.
  • rio-cogeo - CloudOptimized GeoTIFF creation plugin for rasterio.
  • rio-color - Color correction plugin for rasterio.
  • rio-hist - Histogram matching plugin for rasterio.
  • rio-tiler - Get mercator tile from landsat, sentinel or other AWS hosted raster.
  • Rtree - For efficiently querying spatial data.
  • sentinelhub - Download and process satellite imagery in Python scripts using Sentinel Hub services.
  • sentinelsat - Search and download Copernicus Sentinel satellite images.
  • Shapely - Manipulation and analysis of geometric objects in the Cartesian plane.
  • ts-raster - ts-raster is a python package for analyzing time-series characteristics from raster data.
  • urbansim - New version of UrbanSim, a platform for modeling metropolitan real estate markets.
  • USGS API - USGS is a python module for interfacing with the US Geological Survey's API.
  • Verde - Verde is a Python library for processing spatial data and interpolating it on regular grids.
  • xarray - An open source project that aims to bring the labeled data power of pandas to the physical sciences.

Mapping/Plotting

  • basemap - Plot on map projections (with coastlines and political boundaries) using matplotlib.
  • bokeh - Interactive Web Plotting for Python.
  • Cartopy - A library providing cartographic tools for python for plotting spatial data.
  • Descartes - Plot geometries in matplotlib.
  • geoplot - geoplot is a high-level Python geospatial plotting library.
  • geopy - geopy is a Python 2 and 3 client for several popular geocoding web services.
  • folium - Python Data, Leaflet.js Maps.
  • matplotlib - Python 2D plotting library.
  • mplleaflet - mplleaflet converts a matplotlib plot into a webpage containing a pannable, zoomable Leaflet map.
  • pyWPS - An implementation of the Web Processing Service standard from the Open Geospatial Consortium.
  • pyCSW - Fully implements the OpenGIS Catalogue Service Implementation Specification.
  • ipyleaflet - A Jupyter / Leaflet bridge enabling interactive maps in the Jupyter notebook.
  • here-map-widget-for-jupyter - Use HERE Maps API for JavaScript in your Jupyter Notebook.

Deep Learning

  • label-maker - Data Preparation for Satellite Machine Learning.
  • label-maker-binder - Using label-maker in an interactive notebook on the cloud.
  • Keras - Keras is a high-level neural networks API capable of running on top of TensorFlow, CNTK, or Theano.
  • TensorFlow - TensorFlow is an open source software library for numerical computation using data flow graphs.

General Python

  • dask - Dask is a flexible parallel computing library for analytics.
  • imageio - imageio provides an easy interface to read and write a wide range of image data.
  • Mahotas - Mahotas is a library of fast computer vision algorithms operating over numpy arrays.
  • NumPy - NumPy is the fundamental package for scientific computing with Python.
  • Pandas - Open source library providing high-performance, easy-to-use data structures and data analysis tools.
  • scikit-image - Scikit-image is a collection of algorithms for image processing.
  • scikit-learn - scikit-learn is a Python module for machine learning built on top of SciPy.
  • SciPy - SciPy is open-source software for mathematics, science, and engineering.
  • Statsmodels - Python module that allows users to explore data, estimate statistical models, and perform statistical tests.

Cloud Computing Platforms

References

More Repositories

1

leafmap

A Python package for interactive mapping and geospatial analysis with minimal coding in a Jupyter environment
Python
1,312
star
2

earthengine-py-notebooks

A collection of 360+ Jupyter Python notebook examples for using Google Earth Engine with interactive mapping
Jupyter Notebook
1,213
star
3

qgis-earthengine-examples

A collection of 300+ Python examples for using Google Earth Engine in QGIS
Python
800
star
4

streamlit-geospatial

A multi-page streamlit app for geospatial
Python
586
star
5

Awesome-GEE

A curated list of Google Earth Engine resources
545
star
6

geospatial-data-catalogs

A list of open geospatial datasets available on AWS, Earth Engine, Planetary Computer, NASA CMR, and STAC Index
Jupyter Notebook
380
star
7

whitebox-python

WhiteboxTools Python Frontend
Python
315
star
8

aws-open-data-geo

A list of open geospatial datasets on AWS
Python
239
star
9

geospatial

A Python package for installing commonly used packages for geospatial analysis and data visualization with only one command.
Python
205
star
10

WhiteboxTools-ArcGIS

ArcGIS Python Toolbox for WhiteboxTools
Python
196
star
11

geog-312

Introduction to GIS Programming
Jupyter Notebook
179
star
12

lidar

A Python package for delineating nested surface depressions from digital elevation data.
Python
173
star
13

mapwidget

Custom Jupyter widgets for creating interactive 2D/3D maps using popular JavaScript libraries with bidirectional communication, such as Cesium, Mapbox, MapLibre, Leaflet, and OpenLayers
Python
151
star
14

whiteboxR

WhiteboxTools R Frontend
R
147
star
15

geebook

Geospatial Data Science with Earth Engine and Geemap
Jupyter Notebook
114
star
16

geospatial-ml

A Python package for installing commonly used packages for geospatial analysis and machine learning with only one command.
Python
111
star
17

whiteboxgui

An interactive GUI for WhiteboxTools in a Jupyter-based environment
Python
108
star
18

earthengine-py-examples

A collection of 300+ examples for using Earth Engine and the geemap Python package
Python
103
star
19

streamlit-timeline

Streamlit component for rendering vis.js timeline
Python
96
star
20

geog-414

A repo for GEOG-414 (Spatial Data Management) at the University of Tennessee
HTML
89
star
21

manjaro-linux

Shell scripts for setting up Manjaro Linux for Python programming and deep learning
Shell
88
star
22

GEE-Courses

A collection of Jupyter notebooks for GEE Courses
84
star
23

streamlit-template

A streamlit app template based on streamlit-option-menu
Python
64
star
24

streamlit-multipage-template

A streamlit multipage app template for geospatial applications
Python
60
star
25

maxar-open-data

The Maxar Open Data STAC Catalog in CSV, GeoJSON, and MosaicJSON formats
Python
58
star
26

Wetland-Hydro-GEE

Mapping wetland hydrological dynamics using Google Earth Engine (GEE)
JavaScript
50
star
27

leafmap-book

Geospatial Data Science with Leafmap
Jupyter Notebook
45
star
28

gee-tutorials

Google Earth Engine tutorials
Jupyter Notebook
39
star
29

geemap-apps

Interactive web apps created using geemap and streamlit
Python
33
star
30

postgis

Spatial Data Management with PostgreSQL and PostGIS https://gishub.org/sdm
Jupyter Notebook
32
star
31

leafmap-apps

Interactive web apps created using leafmap and streamlit
Python
32
star
32

giswqs

30
star
33

giswqs-bk

30
star
34

Learning-R

R Tutorials
R
29
star
35

geehydro

A Python package for mapping inundation dynamics using Google Earth Engine
Python
27
star
36

eefolium

A lightweight Python package for interactive mapping with Earth Engine and folium
Python
24
star
37

earthengine-apps

A collection of Earth Engine Apps created using geemap and voila
Jupyter Notebook
23
star
38

geemap-heroku

Python scripts for deploying Earth Engine Apps to heroku
Jupyter Notebook
22
star
39

whitebox-frontends

WhiteboxTools Frontends
20
star
40

geodemo

A Python package for interactive mapping
Python
19
star
41

aws-open-data

A list of open datasets on AWS
Python
17
star
42

leafmap-streamlit

Publishing interactive web apps using leafmap and streamlit
Python
17
star
43

geog-414-fall2022

Spatial Data Management with Google Earth Engine
Jupyter Notebook
17
star
44

data

Some commonly used geospatial datasets
Jupyter Notebook
16
star
45

gh-pages-html-template

A simple template for deploying an HTML website to GitHub Pages
HTML
16
star
46

streamlit-mapbox

A Streamlit Component for rendering Mapbox GL JS
Python
14
star
47

mkdocs-template

A template for building a mkdocs website
14
star
48

geospatial-apps

A collection of streamlit web apps for geospatial applications
Python
14
star
49

notebook-share

A repo for sharing notebooks
13
star
50

aws-open-data-stac

A list of STAC endpoints for the AWS Open Data Program
Python
12
star
51

global-surface-water

A streamlit web app for mapping global surface water
Python
12
star
52

streamlit-water

A streamlit web app visualizing global surface water datasets.
Python
12
star
53

GEOG-503

Programming in GIS (GEOG-503)
Jupyter Notebook
11
star
54

wetland

Mapping surface water and wetland hydrological dynamics using Google Earth Engine
Python
11
star
55

geemap-streamlit

geemap with streamlit
Python
11
star
56

streamlit-leaflet

A Streamlit component for rendering leaflet maps
Python
10
star
57

leafmap-jupyterlite

Leafmap for Jupyterlite
Jupyter Notebook
10
star
58

giswqs.github.io-bk

Public website
CSS
10
star
59

Depression-Analysis-Toolbox

An ArcGIS toolbox for identifying nested depressions in digital elevation models (DEMs)
Python
10
star
60

leafmaptools

A Python package for building a tool widgets infrastructure with ipyleaflet and ipywidgets
Python
10
star
61

GeoPython-Twitter-Bot

A Twitter Bot for GeoPython
JavaScript
10
star
62

NASA-CMR-STAC

A list of geospatial datasets on NASA's Common Metadata Repository (CMR)
Jupyter Notebook
9
star
63

streamlit-google-sheet

A streamlit web app for connecting Streamlit to a public Google Sheet
Python
9
star
64

sysu-workshop

This repo hosts materials for my workshop given at Sun Yat-sen University during July 19-21, 2017
HTML
9
star
65

GIS-Info.github.io

GIS留学:学校与项目指南 | GIS Study Abroad: Universities and Projects Guide
9
star
66

geemap-tutorials

Interactive geemap tutorials on heroku
Jupyter Notebook
9
star
67

geog-312-fall2019

First Steps in GIS Programming
HTML
8
star
68

geospatial-notebooks

A collection of Jupyter notebooks for geospatial applications
8
star
69

earthengine-js-examples

Google Earth Engine JavaScript Examples
JavaScript
8
star
70

Wetland-Hydrology-Analyst-Toolbox

An ArcGIS toolbox for wetland hydrology
Python
8
star
71

geog-312-2021

First Steps in GIS Programming (GEOG 312) at the University of Tennessee, Knoxville
Jupyter Notebook
8
star
72

Learning-Python

Python notebooks
Python
8
star
73

streamlit-raster

A Python package for rendering raster datasets with streamlit and localtileserver
Python
8
star
74

scholarpy

A Python package for searching journal publications and researchers
Python
8
star
75

dem-depression-level-set-method

Delineating nested hierarchy of topographic depressions in digital elevation models (DEMs) using level set methods
Python
8
star
76

streamlit-maps

A steamlit app for mapping applications
Python
7
star
77

geemap-ai-docker

AI Platform Deep Learning VM Image with geemap
Jupyter Notebook
7
star
78

Planetary-Computer-Catalog

The Microsoft Planetary Computer Catalog in CSV format
Python
7
star
79

stac-index-catalogs

A list of STAC endpoints retrieved from https://stacindex.org
Jupyter Notebook
7
star
80

geebook-code

Jupyter notebooks for the GEE book
7
star
81

earthengine-py-documentation

Unofficial Google Earth Engine Python Documentation
Jupyter Notebook
6
star
82

Earth-Engine-Catalog

The Google Earth Engine data catalog in CSV format
Python
6
star
83

pyhydro

A Python package for modeling fill-spill hydrology in depression-dominated landscapes
Python
6
star
84

Learning-SciPy

Learning SciPy for Numerical and Scientific Computing
Jupyter Notebook
6
star
85

streamlit-demo

Streamlit demos for geospatial
Python
6
star
86

geosdemo

A Python package demo for interactive mapping
Python
6
star
87

Earth-Engine-Python

Earth Engine Python Examples
Python
5
star
88

geoscale

Python library for scale-based spatial analysis
Python
5
star
89

richdem-binder

Binder for the richdem Python package
5
star
90

timelapse

An interactive streamlit web app for creating satellite timelapse
Python
5
star
91

plotly-dash-template

A template for deploying a plotly dash app on Heroku
Python
4
star
92

streamlit-cartopy

A streamlit web app for hurricane mapping
Python
4
star
93

Earth-Engine-Twitter-Bot

A Twitter Bot for #EarthEngine
JavaScript
4
star
94

streamlit-app-template

A multi-page streamlit web app template for geospatial applications
Python
4
star
95

Crime-Analysis

Crime analysis using R and Python
HTML
4
star
96

streamlit-timeline-demo

Streamlit component for rendering vis.js timeline
Python
4
star
97

GEOG-510

A test repo for GEOG-510
4
star
98

streamlit-tnview

A streamlit application for TennesseeView
Python
3
star
99

Python-books

Python
3
star
100

whitebox-r-binder

Binder for the whitebox R package
Jupyter Notebook
3
star