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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to pysal/pysal

Projects sharing features with Pysal

30 open-source projects similar to pysal/pysal, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • geopandas/geopandasgeopandas avatar

    geopandas/geopandas

    5,049View on 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
    View on GitHub↗5,049
  • python-visualization/foliumpython-visualization avatar

    python-visualization/folium

    7,372View on GitHub↗

    Folium is a Python library that builds interactive Leaflet.js maps directly from Python data structures, enabling geographic data visualization in Jupyter notebooks or as standalone HTML pages. It creates maps centered on given coordinates with configurable zoom, tiles, and dimensions, and supports embedding those maps inside web routes for serving in browsers. The library provides a comprehensive set of tools for data-driven map creation, including choropleth maps that bind tabular data to geographic geometries, colormap application to markers and polygons, and GeoJSON data overlay and visua

    Pythondata-sciencedata-visualizationjavascript
    View on GitHub↗7,372
  • turfjs/turfTurfjs avatar

    Turfjs/turf

    10,380View on GitHub↗

    Turf is a JavaScript and TypeScript geospatial analysis library and toolkit used for performing spatial analysis and geometric operations on GeoJSON data. It functions as a modular spatial engine that allows for the generation, manipulation, and classification of geographic datasets within web and node environments. The library provides a set of utility functions to programmatically create structured points, lines, and polygons. It enables the calculation of distances, areas, and geometric relationships between geographic coordinates, supporting both browser-based geospatial analysis and clie

    TypeScript
    View on GitHub↗10,380

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • memgraph/memgraphmemgraph avatar

    memgraph/memgraph

    4,163View on GitHub↗

    Memgraph is an in-memory, distributed graph database designed for high-performance labeled property graph management. It utilizes a Cypher query engine for declarative data retrieval and manipulation, providing a scalable knowledge graph backend that integrates vector search and graph traversals. The system distinguishes itself as a real-time graph analytics platform, employing native C++ and CUDA implementations to execute complex network analysis and dynamic community detection on streaming data. It provides specialized support for AI integration, including GraphRAG capabilities, the constr

    C++cyphergraphgraph-algorithms
    View on GitHub↗4,163
  • manycore-research/spatiallmmanycore-research avatar

    manycore-research/SpatialLM

    4,596View on GitHub↗

    SpatialLM is a spatial modeling framework that uses large language models to transform monocular video and sensor data into structured indoor semantic maps. It functions as a system for indoor layout estimation and a point cloud semantic parser, converting raw geometric data into representations of architectural elements and object categories. The project aligns multi-modal sensor inputs with linguistic tokens, allowing a language model to serve as a reasoning engine for inferring room topology. It employs mechanisms to convert 3D point clouds and 2D image sequences into discrete tokens and s

    Pythonmllmpoint-cloudsscene-understanding
    View on GitHub↗4,596
  • shsarv/machine-learning-projectsshsarv avatar

    shsarv/Machine-Learning-Projects

    1,620View on GitHub↗

    This repository is a collection of practical machine learning implementations designed to demonstrate core predictive analytics, computer vision, and natural language processing techniques. It serves as a resource for applying standard machine learning frameworks to solve diverse data science problems, ranging from automated classification to complex pattern recognition. The project distinguishes itself by providing concrete examples across multiple domains, including the development of conversational interfaces, the analysis of geospatial data, and the implementation of deep learning archite

    Jupyter Notebookdeep-learning-projectdeep-learning-projectsmachine-learning-project
    View on GitHub↗1,620
  • edzer/spacetimeedzer avatar

    edzer/spacetime

    76View on GitHub↗

    Classes and methods for spatio-temporal data

    R
    View on GitHub↗76
  • esri/arcgis-python-apiEsri avatar

    Esri/arcgis-python-api

    2,160View on GitHub↗

    Documentation and samples for ArcGIS API for Python

    Pythonarcgisdata-sciencegis
    View on GitHub↗2,160
  • geopy/geopygeopy avatar

    geopy/geopy

    4,819View on 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
    View on GitHub↗4,819
  • geospace-code/pymap3dgeospace-code avatar

    geospace-code/pymap3d

    438View on GitHub↗

    pure-Python (Numpy optional) 3D coordinate conversions for geospace ecef enu eci

    Python
    View on GitHub↗438
  • holoviz/geoviewsH

    holoviz/geoviews

    0View on GitHub↗
    View on GitHub↗0
  • igraph/igraphigraph avatar

    igraph/igraph

    1,990View on GitHub↗

    The igraph library

    C
    View on GitHub↗1,990
  • imageio/imageioimageio avatar

    imageio/imageio

    1,707View on GitHub↗

    Website:

    Python
    View on GitHub↗1,707
  • jasonkessler/scattertextJasonKessler avatar

    JasonKessler/scattertext

    2,330View on GitHub↗

    Beautiful visualizations of how language differs among document types.

    Pythoncomputational-social-scienced3eda
    View on GitHub↗2,330
  • jazzband/geojsonjazzband avatar

    jazzband/geojson

    989View on GitHub↗

    Python bindings and utilities for GeoJSON

    Pythongeojsonpython
    View on GitHub↗989
  • jbesomi/textherojbesomi avatar

    jbesomi/texthero

    2,912View on GitHub↗

    Text preprocessing, representation and visualization from zero to hero.

    Python
    View on GitHub↗2,912
  • joblib/joblibjoblib avatar

    joblib/joblib

    4,366View on GitHub↗

    Joblib is a suite of utilities for parallelizing computational workloads and optimizing the storage of large numerical datasets and function results. It functions as a parallel computing library and multiprocessing wrapper that distributes function execution across multiple CPU cores to accelerate independent tasks and computational loops. The project provides a disk caching framework that persists expensive function outputs to the filesystem, re-evaluating them only when input arguments change. It further specializes in the serialization of large numerical arrays, utilizing efficient compres

    Python
    View on GitHub↗4,366
  • joke2k/fakerjoke2k avatar

    joke2k/faker

    19,278View on GitHub↗

    Faker is a Python library designed to generate realistic synthetic data for software testing, database prototyping, and privacy-preserving anonymization. It provides a comprehensive suite of tools to create diverse information types, including personal identities, financial records, geographic locations, and technical system metadata, allowing developers to populate environments with mock data that mimics real-world structures. The library is built on a modular provider architecture that supports dynamic method dispatch, enabling users to extend functionality by registering custom data genera

    Pythondatasetfakefake-data
    View on GitHub↗19,278
  • jupyter-widgets/ipyleafletjupyter-widgets avatar

    jupyter-widgets/ipyleaflet

    1,537View on GitHub↗

    A Jupyter - Leaflet.js bridge

    TypeScriptjupyterjupyterlab-extensionleaflet
    View on GitHub↗1,537
  • lchiffon/remapLchiffon avatar

    Lchiffon/REmap

    257View on GitHub↗

    create a map by R

    JavaScript
    View on GitHub↗257
  • lk-geimfari/mimesislk-geimfari avatar

    lk-geimfari/mimesis

    4,818View on GitHub↗

    Mimesis is a Python synthetic data generator used to create realistic fake datasets and mock data for software testing and development. It functions as a schema-based dataset generator capable of producing structured records and relational datasets, while also serving as a production data anonymizer to replace sensitive information with synthetic values. The library distinguishes itself through comprehensive multilingual support, allowing for the generation of locale-specific information to simulate regional user profiles. It ensures reproducibility through deterministic data generation using

    Pythondatadataframedatascience
    View on GitHub↗4,818
  • lmcinnes/pynndescentL

    lmcinnes/pynndescent

    0View on GitHub↗
    View on GitHub↗0
  • mapbox/mapboxgl-jupytermapbox avatar

    mapbox/mapboxgl-jupyter

    679View on GitHub↗

    Use Mapbox GL JS to visualize data in a Python Jupyter notebook

    Python
    View on GitHub↗679
  • mtennekes/tmapmtennekes avatar

    mtennekes/tmap

    15View on GitHub↗

    R package for thematic maps

    View on GitHub↗15
  • networkx/networkxnetworkx avatar

    networkx/networkx

    16,641View on GitHub↗

    NetworkX is a Python library designed for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. It provides a comprehensive framework for modeling relationships between entities as graphs, directed graphs, or multigraphs, allowing users to attach arbitrary metadata and properties to nodes and edges. The library distinguishes itself through a modular architecture that decouples graph analysis logic from data storage, utilizing nested dictionaries and adjacency lists to manage topology. It features a pluggable backend system that delegates computat

    Pythoncomplex-networksgraph-algorithmsgraph-analysis
    View on GitHub↗16,641
  • pbugnion/gmapsP

    pbugnion/gmaps

    0View on GitHub↗
    View on GitHub↗0
  • pyproj4/pyprojP

    pyproj4/pyproj

    0View on GitHub↗
    View on GitHub↗0
  • rapidsai/cudfrapidsai avatar

    rapidsai/cudf

    9,672View on GitHub↗

    cuDF is a GPU-accelerated dataframe library and data processing engine designed for manipulating and analyzing large tabular datasets. It provides a high-level API for executing filtering, joining, and aggregating operations directly on GPU hardware. The project integrates the Apache Arrow memory format to enable zero-copy data transfers and includes a just-in-time compiler for executing custom user-defined functions on the GPU. The library features specialized acceleration for existing workflows by redirecting standard Pandas dataframe calls and Polars query plans to a GPU backend. It also p

    C++
    View on GitHub↗9,672
  • rasterio/rasteriorasterio avatar

    rasterio/rasterio

    2,535View on GitHub↗

    Rasterio reads and writes geospatial raster datasets

    Pythonclicythongdal
    View on GitHub↗2,535
  • shapely/shapelyshapely avatar

    shapely/shapely

    4,455View on GitHub↗

    Shapely is a library for the manipulation and analysis of planar geometric objects, serving as a Python wrapper for the GEOS C++ engine. It provides a framework for calculating geometric properties, evaluating spatial relationships, and performing topological predicates within a Cartesian plane. The project distinguishes itself through a vectorized geometry processor capable of executing spatial operations across large arrays of shapes to increase throughput. It also includes a spatial indexing system based on R-trees to accelerate the retrieval of intersecting geometries and nearest neighbor

    Python
    View on GitHub↗4,455