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 geospace-code/pymap3d

Open-source alternatives to Pymap3d

28 open-source projects similar to geospace-code/pymap3d, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Pymap3d alternative.

  • 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
  • earthlab/earthpyearthlab avatar

    earthlab/earthpy

    536View on GitHub↗

    EarthPy makes it easier to plot and manipulate spatial data in Python.

    Python
    View on GitHub↗536
  • emlid/ntripbrowseremlid avatar

    emlid/ntripbrowser

    32View on GitHub↗

    CLI tool to easily get NTRIP caster information

    Python
    View on GitHub↗32
  • 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

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
  • gante/mmwave-localization-learninggante avatar

    gante/mmWave-localization-learning

    132View on GitHub↗

    🎯 ML-based positioning method from mmWave transmissions - with high accuracy and energy efficiency

    Python
    View on GitHub↗132
  • 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
  • holoviz/geoviewsH

    holoviz/geoviews

    0View on GitHub↗
    View on GitHub↗0
  • izhengfan/se2lamizhengfan avatar

    izhengfan/se2lam

    410View on GitHub↗

    (ICRA 2019) Visual-Odometric On-SE(2) Localization and Mapping

    C++
    View on GitHub↗410
  • jazzband/geojsonjazzband avatar

    jazzband/geojson

    989View on GitHub↗

    Python bindings and utilities for GeoJSON

    Pythongeojsonpython
    View on GitHub↗989
  • jupyter-widgets/ipyleafletjupyter-widgets avatar

    jupyter-widgets/ipyleaflet

    1,537View on GitHub↗

    A Jupyter - Leaflet.js bridge

    TypeScriptjupyterjupyterlab-extensionleaflet
    View on GitHub↗1,537
  • locusrobotics/fuselocusrobotics avatar

    locusrobotics/fuse

    869View on GitHub↗

    The fuse stack provides a general architecture for performing sensor fusion live on a robot. Some possible applications include state estimation, localization, mapping, and calibration.

    C++
    View on GitHub↗869
  • 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
  • mapiv/eagleyeMapIV avatar

    MapIV/eagleye

    765View on GitHub↗

    Precise localization based on GNSS and IMU.

    C++
    View on GitHub↗765
  • mbrossar/ai-imu-drmbrossar avatar

    mbrossar/ai-imu-dr

    986View on GitHub↗

    AI-IMU Dead-Reckoning

    Python
    View on GitHub↗986
  • michaelgrupp/evoMichaelGrupp avatar

    MichaelGrupp/evo

    4,255View on GitHub↗

    evo is a Python framework for the evaluation of SLAM algorithms, robot odometry, and trajectory data. It serves as an analysis library for measuring drift and precision by calculating absolute and relative pose errors between estimated paths and ground truth references. The project provides a geometric alignment framework to correct rotation, translation, and scale between spatial trajectories, ensuring consistent error measurement. It includes specialized tools for odometry drift analysis and the processing of robotics data, including the ability to extract trajectory information from ROS ba

    Python
    View on GitHub↗4,255
  • osgeo/projOSGeo avatar

    OSGeo/PROJ

    1,945View on GitHub↗
    C++
    View on GitHub↗1,945
  • pyproj4/pyprojP

    pyproj4/pyproj

    0View on GitHub↗
    View on GitHub↗0
  • pysal/pysalpysal avatar

    pysal/pysal

    1,503View on GitHub↗

    PySAL: Python Spatial Analysis Library Meta-Package

    Python
    View on GitHub↗1,503
  • 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
  • rasterio/rasteriorasterio avatar

    rasterio/rasterio

    2,535View on GitHub↗

    Rasterio reads and writes geospatial raster datasets

    Pythonclicythongdal
    View on GitHub↗2,535
  • rlabbe/kalman-and-bayesian-filters-in-pythonrlabbe avatar

    rlabbe/Kalman-and-Bayesian-Filters-in-Python

    19,050View on GitHub↗

    This project is an educational resource and toolkit for implementing Bayesian estimation and Kalman filters in Python. It provides a framework for constructing linear and non-linear filters to estimate the state of dynamic systems by combining noisy sensor data with mathematical process models. The library focuses on probabilistic state estimation, utilizing recursive Bayesian updating and state-space mathematical modeling to refine beliefs about system states. It includes utilities for simulating dynamic systems, allowing users to generate synthetic trajectories and sensor observations to va

    Jupyter Notebook
    View on GitHub↗19,050
  • rtklibexplorer/rtklibrtklibexplorer avatar

    rtklibexplorer/RTKLIB

    930View on GitHub↗

    A version of RTKLIB optimized for low cost GNSS receivers, especially u-blox receivers. It is based on RTKLIB 2.4.3. This software is provided “AS IS” without any warranties of any kind so please be careful, especially if using it in any kind of real-time application. Click on the "Releases" label below to see the latest Windows pre-release.

    C
    View on GitHub↗930
  • sciumo/geographiclibSciumo avatar

    Sciumo/GeographicLib

    39View on GitHub↗

    Github Mirror of Charles F. F. Karney GeographicLib from SF

    C++
    View on GitHub↗39
  • 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
  • toblerity/fionaToblerity avatar

    Toblerity/Fiona

    1,240View on GitHub↗

    Fiona reads and writes geographic data files

    Pythonclicythongdal
    View on GitHub↗1,240
  • tuc-proaut/librsfTUC-ProAut avatar

    TUC-ProAut/libRSF

    336View on GitHub↗

    A robust sensor fusion library for online localization.

    C++
    View on GitHub↗336
  • brandon-rhodes/python-sgp4brandon-rhodes avatar

    brandon-rhodes/python-sgp4

    464View on GitHub↗

    Python version of the SGP4 satellite position library

    Python
    View on GitHub↗464
  • visgl/deck.glvisgl avatar

    visgl/deck.gl

    13,875View on GitHub↗

    This project is a declarative visualization library and geospatial framework designed for rendering large-scale data sets within web browsers. It functions as a high-performance graphics engine that leverages hardware acceleration to display complex 2D and 3D visual layers, enabling the visualization of millions of data points through a structured, component-based syntax. The framework distinguishes itself through its ability to synchronize custom data visualizations with third-party mapping platforms. By managing camera states and coordinate systems, it allows developers to overlay high-perf

    TypeScriptdata-visualizationgeospatial-analysisjavascript
    View on GitHub↗13,875