Python Gis

Open-source Python projects categorized as Gis

Top 23 Python Gi Projects

  • BlenderGIS

    Blender addons to make the bridge between Blender and geographic data

  • Project mention: NumPy issues | /r/blender | 2023-09-27

    I'm running Linux. I've already tried to run sudo apt -y install python3-numpy as suggested here and tried to install numpy using blender's python console and import pip pip.main.... it's saying everything is installed, but I still cannot enable addon either run import numpy in console. Please ask me if you need more technical details.

  • osmnx

    OSMnx is a Python package to easily download, model, analyze, and visualize street networks and other geospatial features from OpenStreetMap.

  • Project mention: I played with a python module called OSMnx to create the roadmaps of some cities. These include major highways,motorways,roads and streets that carry most of the traffic. | /r/india | 2023-07-13
  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • geemap

    A Python package for interactive geospatial analysis and visualization with Google Earth Engine.

  • Project mention: I'm a senior in my CS major and it's incredible I didn't hear about GIS projects until now. Glad to be here. | /r/gis | 2023-05-22

    Try out Google Earth Engine and browse through it's catalogue to get a feel for what's available. GEE allows you to work with global datasets and immediately see a preview of the results (there's also geemap if you prefer doing this from a Python notebook instead of the online JS editor)

  • leafmap

    A Python package for interactive mapping and geospatial analysis with minimal coding in a Jupyter environment

  • Project mention: FLaNK Stack for 25 September 2023 | dev.to | 2023-09-25
  • mesa

    Mesa is an open-source Python library for agent-based modeling, ideal for simulating complex systems and exploring emergent behaviors. (by projectmesa)

  • rasterio

    Rasterio reads and writes geospatial raster datasets

  • Project mention: Building a Dynamic Tile Server Using Cloud Optimized GeoTIFF(COG) with TiTiler | dev.to | 2023-12-21

    TiTiler is a dynamic tile server built on FastAPI and Rasterio/GDAL. Its main features include support for Cloud Optimized GeoTIFF(COG), multiple projection methods, various output formats (JPEG, JP2, PNG, WEBP, GTIFF, NumpyTile), WMTS, and virtual mosaic. It also provides Lambda and ECS deployment environments using AWS CDK.

  • Fiona

    Fiona reads and writes geographic data files

  • Project mention: Friends don't let friends export to CSV | news.ycombinator.com | 2024-03-25

    Your issue is that you're using the default (old) binding to GDAL, based on Fiona [0].

    You need to use pyogrio [1], its vectorized counterpart, instead. Make sure you use `engine="pyogrio"` when calling `to_file` [2]. Fiona does a loop in Python, while pyogrio is exclusively compiled. So pyogrio is usually about 10-15x faster than fiona. Soon, in pyogrio version 0.8, it will be another ~2-4x faster than pyogrio is now [3].

    [0]: https://github.com/Toblerity/Fiona

    [1]: https://github.com/geopandas/pyogrio

    [2]: https://geopandas.org/en/stable/docs/reference/api/geopandas...

    [3]: https://github.com/geopandas/pyogrio/pull/346

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • django-rest-framework-gis

    Geographic add-ons for Django REST Framework. Maintained by the OpenWISP Project.

  • Project mention: OpenWrt 23.05.0-rc1 – First Release Candidate | news.ycombinator.com | 2023-06-09

    Is this something similar to OpenWISP? It all sounds cool, but might be an overkill for small installations…

    [0] https://openwisp.org/

  • Photogrammetry-Guide

    Photogrammetry Guide. Photogrammetry is widely used for Aerial surveying, Agriculture, Architecture, 3D Games, Robotics, Archaeology, Construction, Emergency management, and Medical.

  • qgis-earthengine-examples

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

  • basemap

    Plot on map projections (with coastlines and political boundaries) using matplotlib

  • awesome-spectral-indices

    A ready-to-use curated list of Spectral Indices for Remote Sensing applications.

  • Project mention: Any tips or resources for vegetation analysis using 8 band imagery compared to 4 band? | /r/gis | 2023-05-02

    You might find this github repo useful: https://github.com/awesome-spectral-indices/awesome-spectral-indices

  • h3-py

    Python bindings for H3, a hierarchical hexagonal geospatial indexing system

  • 30DayMapChallenge

    Official repo for the #30DayMapChallenge data visualization project. Open to everyone!

  • geoparquet

    Specification for storing geospatial vector data (point, line, polygon) in Parquet

  • Project mention: Friends don't let friends export to CSV | news.ycombinator.com | 2024-03-25

    That's why I'm working on the GeoParquet spec [0]! It gives you both compression-by-default and super fast reads and writes! So it's usually as small as gzipped CSV, if not smaller, while being faster to read and write than GeoPackage.

    Try using `GeoDataFrame.to_parquet` and `GeoPandas.read_parquet`

    [0]: https://github.com/opengeospatial/geoparquet

  • pysheds

    :earth_americas: Simple and fast watershed delineation in python.

  • MapTilesDownloader

    A super easy to use map tiles downloader built using Python

  • Project mention: Help creating offline maps for locus on Android | /r/WindowsHelp | 2023-09-03

    Need help using https://github.com/AliFlux/MapTilesDownloader to download the following maps 1944, 1956 and 1993: https://gis.sinica.edu.tw/showwmts/index.php?s=tileserver&l=AM50K_1944

  • whitebox-python

    WhiteboxTools Python Frontend

  • EOmaps

    A library to create interactive maps of geographical datasets

  • Project mention: 🌍EOmaps v6.5 released! | /r/gis | 2023-05-19

    I just released EOmaps v6.5!

  • opentopodata

    Open alternative to the Google Elevation API!

  • localtileserver

    🌐 dynamic tile server for visualizing rasters in Jupyter with ipyleaflet or folium

  • Project mention: Rust Local Tile Server to display Geotiffs layer ? | /r/rust | 2023-04-25

    We are currently using this project. I've been looking for someting similar in Rust but couldn't find anything on my own.

  • WhiteboxTools-ArcGIS

    ArcGIS Python Toolbox for WhiteboxTools

  • wxee

    A Python interface between Earth Engine and xarray for processing time series data

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python Gis related posts

Index

What are some of the best open-source Gi projects in Python? This list will help you:

Project Stars
1 BlenderGIS 7,211
2 osmnx 4,663
3 geemap 3,182
4 leafmap 2,896
5 mesa 2,212
6 rasterio 2,138
7 Fiona 1,124
8 django-rest-framework-gis 1,065
9 Photogrammetry-Guide 1,021
10 qgis-earthengine-examples 844
11 basemap 762
12 awesome-spectral-indices 755
13 h3-py 753
14 30DayMapChallenge 751
15 geoparquet 708
16 pysheds 682
17 MapTilesDownloader 379
18 whitebox-python 360
19 EOmaps 310
20 opentopodata 295
21 localtileserver 278
22 WhiteboxTools-ArcGIS 249
23 wxee 202

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com