awesome-repositories.com
Blog
awesome-repositories.com

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

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
wandergis avatar

wandergis/coordtransform

0
View on GitHub↗
4,633 Stars·924 Forks·JavaScript·MIT·4 Aufrufewandergis.github.io/coordtransform↗

Coordtransform

coordtransform ist eine Bibliothek für Koordinatentransformationen und ein Kartenprojektions-Utility, das verwendet wird, um geografische Koordinaten zwischen WGS84-, GCJ02- und BD09-Systemen zu konvertieren. Es fungiert als Konverter für geografische Koordinaten, der Längen- und Breitengrade transformiert, um Kartendaten über verschiedene Anbieter hinweg anzugleichen.

Die Bibliothek handhabt spezifisch die Verschiebungen und Offsets, die für die Integration chinesischer Karten erforderlich sind, und stellt sicher, dass räumliche Daten korrekt ausgerichtet sind, wenn Koordinaten zwischen diesen internationalen und regionalen Kartenstandards verschoben werden.

Ihre Fähigkeiten decken die Ausrichtung von GIS-Daten und die Normalisierung von Standortdaten ab, wodurch verschiedene Koordinatensystemformate in ein einheitliches Format für Analysen oder Speicherung standardisiert werden.

Features

  • Map Coordinate Converters - Transforms longitude and latitude between WGS84, GCJ02, and BD09 systems to correct offsets from national encryption policies.
  • Map Projection Offset Correctors - Adjusts GPS or API-derived coordinates to align with the specific projections used by map providers like Baidu and Gaode.
  • Geographic Coordinate Conversion Libraries - Provides a dedicated library interface for converting between the three major Chinese map coordinate systems.
  • Coordinate Transformations - Provides mathematical operations to convert geographic points between different reference frames and projections.
  • Geographic Coordinate Converters - Transforms geographic coordinates between different map projection systems and datums for accurate alignment.
  • Map Coordinate Offset Correctors - Adjusts coordinates to align with the specific projection offsets required by Chinese map providers.
  • Spatial Data Alignments - Corrects spatial data shifts when moving coordinates between international and regional mapping standards.
  • Location Data Normalizations - Standardizes various coordinate system formats into a single consistent format for analysis or storage.
  • Pure Functional Logic Implementations - Uses deterministic functions to calculate coordinate transformations without side effects or external state modification.
  • Stateless Architectures - Employs a stateless architecture to ensure consistent coordinate conversions independently of previous operations.

Star-Verlauf

Star-Verlauf für wandergis/coordtransformStar-Verlauf für wandergis/coordtransform

KI-Suche

Entdecke weitere awesome Repositories

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

Start searching with AI

Open-Source-Alternativen zu Coordtransform

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Coordtransform.
  • hujiulong/gcoordAvatar von hujiulong

    hujiulong/gcoord

    3,251Auf GitHub ansehen↗

    gcoord is a coordinate conversion library that transforms geographic coordinates between China's three major map coordinate systems: WGS-84, GCJ-02, and BD-09. It handles the offset corrections required by national encryption policies, converting GPS or API-derived coordinates to align with the projections used by Chinese map providers like Baidu, Gaode, and Google China. The library provides direct conversions between all three systems, including WGS-84 to GCJ-02, WGS-84 to BD-09, GCJ-02 to BD-09, and their reverse transformations. It processes individual coordinate pairs, batches of coordin

    TypeScriptbd-09gcj-02geojson
    Auf GitHub ansehen↗3,251
  • iib0011/omni-toolsAvatar von iib0011

    iib0011/omni-tools

    9,710Auf GitHub ansehen↗

    omni-tools is a browser-based utility suite that provides client-side tools for manipulating PDFs, media files, and data formats. It functions as a collection of web-based processors and calculation engines that execute directly within the browser without requiring server-side processing. The suite includes a client-side PDF editor for merging, splitting, and reorganizing document structures, and a web-based media processor for resizing, trimming, and converting image and video files. It also features a data format converter that transforms structured information between JSON, CSV, and XML fo

    TypeScriptalternativeconverterdata-manipulation
    Auf GitHub ansehen↗9,710
  • gaoxiang12/slambook2Avatar von gaoxiang12

    gaoxiang12/slambook2

    6,530Auf GitHub ansehen↗

    This project is a set of exercise solutions and implementation guides for visual simultaneous localization and mapping. It provides a collection of worked code examples and mathematical solutions designed to translate theoretical localization and mapping concepts into practical implementations. The repository serves as a technical companion for academic study, featuring worked answers to SLAM exercises and a system for tracking typographical and technical corrections to maintain the accuracy of the associated written work. The codebase covers spatial mathematics and robotics geometry, includ

    C++
    Auf GitHub ansehen↗6,530
  • andrewhartar/arkit-corelocationAvatar von AndrewHartAR

    AndrewHartAR/ARKit-CoreLocation

    5,525Auf GitHub ansehen↗

    ARKit-CoreLocation is a framework and library for synchronizing augmented reality world tracking with GPS coordinates. It enables the placement of virtual objects at precise real-world locations by anchoring digital content to latitude and longitude coordinates. The project provides tools for aligning augmented reality scene headings with geographic north and rendering directional navigation paths on real-world surfaces. It includes capabilities for drawing geographic routing lines and creating world-scale annotations that scale based on their distance from the user. The system manages geosp

    Swiftarkitaugmented-realitycorelocation
    Auf GitHub ansehen↗5,525
Alle 30 Alternativen zu Coordtransform anzeigen→

Häufig gestellte Fragen

Was macht wandergis/coordtransform?

coordtransform ist eine Bibliothek für Koordinatentransformationen und ein Kartenprojektions-Utility, das verwendet wird, um geografische Koordinaten zwischen WGS84-, GCJ02- und BD09-Systemen zu konvertieren. Es fungiert als Konverter für geografische Koordinaten, der Längen- und Breitengrade transformiert, um Kartendaten über verschiedene Anbieter hinweg anzugleichen.

Was sind die Hauptfunktionen von wandergis/coordtransform?

Die Hauptfunktionen von wandergis/coordtransform sind: Map Coordinate Converters, Map Projection Offset Correctors, Geographic Coordinate Conversion Libraries, Coordinate Transformations, Geographic Coordinate Converters, Map Coordinate Offset Correctors, Spatial Data Alignments, Location Data Normalizations.

Welche Open-Source-Alternativen gibt es zu wandergis/coordtransform?

Open-Source-Alternativen zu wandergis/coordtransform sind unter anderem: hujiulong/gcoord — gcoord is a coordinate conversion library that transforms geographic coordinates between China's three major map… iib0011/omni-tools — omni-tools is a browser-based utility suite that provides client-side tools for manipulating PDFs, media files, and… andrewhartar/arkit-corelocation — ARKit-CoreLocation is a framework and library for synchronizing augmented reality world tracking with GPS coordinates.… gaoxiang12/slambook2 — This project is a set of exercise solutions and implementation guides for visual simultaneous localization and… dimforge/nalgebra — nalgebra is a linear algebra library for Rust that provides matrix and vector operations with support for both… louthy/language-ext — language-ext is a functional programming framework for C# that provides a suite of immutable data structures and…