awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to makepath/xarray-spatial

Open-source alternatives to Xarray Spatial

30 open-source projects similar to makepath/xarray-spatial, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Xarray Spatial alternative.

  • anitagraser/movingpandasanitagraser 的头像

    anitagraser/movingpandas

    1,397在 GitHub 上查看↗

    MovingPandas - a Python library for movement data exploration and analysis

    Python
    在 GitHub 上查看↗1,397
  • banesullivan/localtileserverbanesullivan 的头像

    banesullivan/localtileserver

    347在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗347
  • ben-nour/geojson-shaveben-nour 的头像

    ben-nour/geojson-shave

    76在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗76
  • buntinglabs/mundipyBuntingLabs 的头像

    BuntingLabs/mundipy

    87在 GitHub 上查看↗

    mundipy is a Python framework for spatial data manipulation

    Python
    在 GitHub 上查看↗87
  • ceholden/yatsmceholden 的头像

    ceholden/yatsm

    63在 GitHub 上查看↗

    Yet Another Time Series Model

    Python
    在 GitHub 上查看↗63
  • cordmaur/waterdetectcordmaur 的头像

    cordmaur/WaterDetect

    218在 GitHub 上查看↗

    Water Detect Algorithm

    Jupyter Notebook
    在 GitHub 上查看↗218

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • developmentseed/landsat-utildevelopmentseed 的头像

    developmentseed/landsat-util

    697在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗697
  • developmentseed/morecantiledevelopmentseed 的头像

    developmentseed/morecantile

    159在 GitHub 上查看↗

    Construct and use OGC TileMatrixSets (TMS)

    Python
    在 GitHub 上查看↗159
  • dhi-gras/terracottaDHI-GRAS 的头像

    DHI-GRAS/terracotta

    757在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗757
  • domlysz/blendergisdomlysz 的头像

    domlysz/BlenderGIS

    9,073在 GitHub 上查看↗

    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
    在 GitHub 上查看↗9,073
  • dymaxionlabs/dask-rasteriodymaxionlabs 的头像

    dymaxionlabs/dask-rasterio

    99在 GitHub 上查看↗

    Read and write rasters in parallel using Rasterio and Dask

    Python
    在 GitHub 上查看↗99
  • emapr/lt-changedbeMapR 的头像

    eMapR/LT-ChangeDB

    6在 GitHub 上查看↗

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

    JavaScript
    在 GitHub 上查看↗6
  • fatiando/verdefatiando 的头像

    fatiando/verde

    662在 GitHub 上查看↗

    Processing and gridding spatial data, machine-learning style

    Python
    在 GitHub 上查看↗662
  • gboeing/osmnxgboeing 的头像

    gboeing/osmnx

    5,573在 GitHub 上查看↗

    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
    在 GitHub 上查看↗5,573
  • geoalchemy/geoalchemygeoalchemy 的头像

    geoalchemy/geoalchemy

    106在 GitHub 上查看↗

    Using SQLAlchemy with spatial databases

    Python
    在 GitHub 上查看↗106
  • geodacenter/geodaspaceGeoDaCenter 的头像

    GeoDaCenter/GeoDaSpace

    55在 GitHub 上查看↗

    Software for Advanced Spatial Econometrics

    Python
    在 GitHub 上查看↗55
  • geopandas/geopandasgeopandas 的头像

    geopandas/geopandas

    5,049在 GitHub 上查看↗

    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
    在 GitHub 上查看↗5,049
  • geopy/geopygeopy 的头像

    geopy/geopy

    4,819在 GitHub 上查看↗

    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
    在 GitHub 上查看↗4,819
  • gipit/gippygipit 的头像

    gipit/gippy

    84在 GitHub 上查看↗

    Geospatial Image Processing for Python

    C++
    在 GitHub 上查看↗84
  • giswqs/geemapgiswqs 的头像

    giswqs/geemap

    3,960在 GitHub 上查看↗

    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
    在 GitHub 上查看↗3,960
  • giswqs/lidargiswqs 的头像

    giswqs/lidar

    297在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗297
  • giswqs/whiteboxgiswqs 的头像

    giswqs/whitebox

    414在 GitHub 上查看↗

    WhiteboxTools Python Frontend

    Python
    在 GitHub 上查看↗414
  • giswqs/whiteboxtools-arcgisgiswqs 的头像

    giswqs/WhiteboxTools-ArcGIS

    309在 GitHub 上查看↗

    ArcGIS Python Toolbox for WhiteboxTools

    Python
    在 GitHub 上查看↗309
  • google/xarray-beamG

    google/xarray-beam

    0在 GitHub 上查看↗

    Xarray-Beam is a Python library for building Apache Beam pipelines with Xarray datasets.

    在 GitHub 上查看↗0
  • googlecloudplatform/dataflow-geobeamGoogleCloudPlatform 的头像

    GoogleCloudPlatform/dataflow-geobeam

    87在 GitHub 上查看↗

    geobeam adds GIS capabilities to your Apache Beam pipelines.

    Python
    在 GitHub 上查看↗87
  • iliatimofeev/gpdvegailiatimofeev 的头像

    iliatimofeev/gpdvega

    51在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗51
  • johnjreiser/chupaesrijohnjreiser 的头像

    johnjreiser/chupaESRI

    42在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗42
  • johntruckenbrodt/pyrosarjohntruckenbrodt 的头像

    johntruckenbrodt/pyroSAR

    603在 GitHub 上查看↗

    framework for large-scale SAR satellite data processing

    Python
    在 GitHub 上查看↗603
  • jswhit/pyprojjswhit 的头像

    jswhit/pyproj

    1,214在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗1,214
  • adbeda/ts-rasteradbeda 的头像

    adbeda/ts-raster

    4在 GitHub 上查看↗

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

    在 GitHub 上查看↗4