awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to dymaxionlabs/dask-rasterio

Open-source alternatives to Dask Rasterio

30 open-source projects similar to dymaxionlabs/dask-rasterio, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Dask Rasterio alternative.

  • anitagraser/movingpandasAvatar von anitagraser

    anitagraser/movingpandas

    1,397Auf GitHub ansehen↗

    MovingPandas - a Python library for movement data exploration and analysis

    Python
    Auf GitHub ansehen↗1,397
  • banesullivan/localtileserverAvatar von banesullivan

    banesullivan/localtileserver

    347Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗347
  • ben-nour/geojson-shaveAvatar von ben-nour

    ben-nour/geojson-shave

    76Auf GitHub ansehen↗

    A command-line tool for reducing the size of GeoJSON files.

    Python
    Auf GitHub ansehen↗76
  • buntinglabs/mundipyAvatar von BuntingLabs

    BuntingLabs/mundipy

    87Auf GitHub ansehen↗

    mundipy is a Python framework for spatial data manipulation

    Python
    Auf GitHub ansehen↗87
  • ceholden/yatsmAvatar von ceholden

    ceholden/yatsm

    63Auf GitHub ansehen↗

    Yet Another Time Series Model

    Python
    Auf GitHub ansehen↗63
  • cordmaur/waterdetectAvatar von cordmaur

    cordmaur/WaterDetect

    218Auf GitHub ansehen↗

    Water Detect Algorithm

    Jupyter Notebook
    Auf GitHub ansehen↗218

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • developmentseed/landsat-utilAvatar von developmentseed

    developmentseed/landsat-util

    697Auf GitHub ansehen↗

    A utility to search, download and process Landsat 8 satellite imagery

    Python
    Auf GitHub ansehen↗697
  • developmentseed/morecantileAvatar von developmentseed

    developmentseed/morecantile

    159Auf GitHub ansehen↗

    Construct and use OGC TileMatrixSets (TMS)

    Python
    Auf GitHub ansehen↗159
  • dhi-gras/terracottaAvatar von DHI-GRAS

    DHI-GRAS/terracotta

    757Auf GitHub ansehen↗

    A light-weight, versatile XYZ tile server, built with Flask and Rasterio :earth_africa:

    Python
    Auf GitHub ansehen↗757
  • domlysz/blendergisAvatar von domlysz

    domlysz/BlenderGIS

    9,073Auf GitHub ansehen↗

    BlenderGIS is an addon for Blender that provides a suite of tools for importing, georeferencing, and rendering geographic data and terrain meshes. It functions as a 3D terrain generator and geographic data importer, enabling the creation of three-dimensional surfaces from elevation models, contour lines, and topographic textures. The project distinguishes itself through its ability to fetch basemaps, building footprints, and street data directly from web services into the 3D environment. It includes a georeferencing toolset to align coordinates and virtual cameras using spatial reference syst

    Python
    Auf GitHub ansehen↗9,073
  • emapr/lt-changedbAvatar von eMapR

    eMapR/LT-ChangeDB

    6Auf GitHub ansehen↗

    Scripts to extract spectral change information from LandTrendr data to a geodatabase

    JavaScript
    Auf GitHub ansehen↗6
  • fatiando/verdeAvatar von fatiando

    fatiando/verde

    662Auf GitHub ansehen↗

    Processing and gridding spatial data, machine-learning style

    Python
    Auf GitHub ansehen↗662
  • gboeing/osmnxAvatar von gboeing

    gboeing/osmnx

    5,573Auf GitHub ansehen↗

    OSMnx is a Python library for downloading, modeling, and analyzing street networks and other geospatial features from OpenStreetMap. It enables users to retrieve and work with real-world infrastructure data anywhere in the world, providing tools for network analysis, spatial queries, and visualization. The library offers capabilities for working with urban features such as building footprints, transit stops, and elevation data, along with network statistics like intersection density and circuity. It supports multiple travel modes including driving, walking, and biking, and can calculate short

    Pythongeographygeospatialgis
    Auf GitHub ansehen↗5,573
  • geoalchemy/geoalchemyAvatar von geoalchemy

    geoalchemy/geoalchemy

    106Auf GitHub ansehen↗

    Using SQLAlchemy with spatial databases

    Python
    Auf GitHub ansehen↗106
  • geodacenter/geodaspaceAvatar von GeoDaCenter

    GeoDaCenter/GeoDaSpace

    55Auf GitHub ansehen↗

    Software for Advanced Spatial Econometrics

    Python
    Auf GitHub ansehen↗55
  • geopandas/geopandasAvatar von geopandas

    geopandas/geopandas

    5,049Auf GitHub ansehen↗

    GeoPandas is a Python library that extends pandas with native support for geospatial data. It treats geographic geometries—points, lines, and polygons—as a first-class column type within DataFrames, enabling users to store, manipulate, and analyze vector spatial data alongside traditional tabular attributes. The library is built on top of proven geospatial components: it uses Shapely for all geometric operations, Fiona and GDAL for reading and writing standard spatial file formats, PyProj for coordinate reprojection, and an R‑tree spatial index (from Shapely) to accelerate spatial queries. Wh

    Pythongeoparquetgeospatialpandas
    Auf GitHub ansehen↗5,049
  • geopy/geopyAvatar von geopy

    geopy/geopy

    4,819Auf GitHub ansehen↗

    geopy is a Python geocoding library and geolocation client used to convert human-readable addresses into geographic coordinates and resolve coordinates back into street addresses using various third-party web services. The library provides a consistent provider-based interface that abstracts multiple external geocoding services, allowing for interchangeable backends. It includes built-in request rate limiting and asynchronous client interfaces to manage API call frequency and execute concurrent lookups without halting execution. Beyond geocoding, the project includes geospatial utilities for

    Pythongeocodergeocodingpython
    Auf GitHub ansehen↗4,819
  • gipit/gippyAvatar von gipit

    gipit/gippy

    84Auf GitHub ansehen↗

    Geospatial Image Processing for Python

    C++
    Auf GitHub ansehen↗84
  • giswqs/geemapAvatar von giswqs

    giswqs/geemap

    3,960Auf GitHub ansehen↗

    geemap is a Python library and toolkit for interactive geospatial analysis, visualization, and satellite imagery analysis using Google Earth Engine data and cloud computing. It provides a mapping tool for displaying geospatial datasets within Jupyter notebooks and a suite of tools for classifying imagery and calculating zonal statistics. The project includes a utility to convert geospatial analysis scripts from JavaScript into Python code to facilitate data manipulation. It also enables the generation of timelapse animations and time-series visualizations from satellite imagery catalogs. The

    Python
    Auf GitHub ansehen↗3,960
  • giswqs/lidarAvatar von giswqs

    giswqs/lidar

    297Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗297
  • giswqs/whiteboxAvatar von giswqs

    giswqs/whitebox

    414Auf GitHub ansehen↗

    WhiteboxTools Python Frontend

    Python
    Auf GitHub ansehen↗414
  • giswqs/whiteboxtools-arcgisAvatar von giswqs

    giswqs/WhiteboxTools-ArcGIS

    309Auf GitHub ansehen↗

    ArcGIS Python Toolbox for WhiteboxTools

    Python
    Auf GitHub ansehen↗309
  • googlecloudplatform/dataflow-geobeamAvatar von GoogleCloudPlatform

    GoogleCloudPlatform/dataflow-geobeam

    87Auf GitHub ansehen↗

    geobeam adds GIS capabilities to your Apache Beam pipelines.

    Python
    Auf GitHub ansehen↗87
  • iliatimofeev/gpdvegaAvatar von iliatimofeev

    iliatimofeev/gpdvega

    51Auf GitHub ansehen↗

    gpdvega is a bridge between GeoPandas and Altair that allows to seamlessly chart geospatial data

    Python
    Auf GitHub ansehen↗51
  • johnjreiser/chupaesriAvatar von johnjreiser

    johnjreiser/chupaESRI

    42Auf GitHub ansehen↗

    Tool to suck data from ArcGIS Server and spit it into PostgreSQL

    Python
    Auf GitHub ansehen↗42
  • johntruckenbrodt/pyrosarAvatar von johntruckenbrodt

    johntruckenbrodt/pyroSAR

    603Auf GitHub ansehen↗

    framework for large-scale SAR satellite data processing

    Python
    Auf GitHub ansehen↗603
  • jswhit/pyprojAvatar von jswhit

    jswhit/pyproj

    1,214Auf GitHub ansehen↗

    Python interface to PROJ (cartographic projections and coordinate transformations library)

    Python
    Auf GitHub ansehen↗1,214
  • jwass/geojsonio.pyAvatar von jwass

    jwass/geojsonio.py

    128Auf GitHub ansehen↗

    Open GeoJSON data on geojson.io

    Python
    Auf GitHub ansehen↗128
  • kapadia/usgsAvatar von kapadia

    kapadia/usgs

    118Auf GitHub ansehen↗

    Client library for interfacing with USGS datasets

    Python
    Auf GitHub ansehen↗118
  • adbeda/ts-rasterAvatar von adbeda

    adbeda/ts-raster

    4Auf GitHub ansehen↗

    Extract and analyze space-time-series characteristics from raster data.

    Auf GitHub ansehen↗4