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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

119 dépôts

Awesome GitHub RepositoriesCoordinate Systems

Utilities for defining and rendering mathematical axes and coordinate grids.

Explore 119 awesome GitHub repositories matching graphics & multimedia · Coordinate Systems. Refine with filters or upvote what's useful.

Awesome Coordinate Systems GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • awesome-selfhosted/awesome-selfhostedAvatar de awesome-selfhosted

    awesome-selfhosted/awesome-selfhosted

    299,516Voir sur GitHub↗

    Ce projet est un répertoire de logiciels open source organisé par la communauté, conçu pour être déployé dans des environnements de serveurs privés et des laboratoires domestiques. Il sert de ressource complète pour découvrir des alternatives indépendantes et auto-hébergées aux services cloud grand public, permettant aux utilisateurs de conserver la pleine propriété des données et le contrôle de leur infrastructure numérique. Le répertoire est structuré par une taxonomie hiérarchique qui organise une vaste collection d'applications en catégories logiques, allant de la gestion multimédia et de l'analyse de données à la communication privée et aux outils de productivité d'équipe. Il se distingue par un processus de revue par les pairs collaboratif, où les membres de la communauté valident la qualité et la pertinence de chaque soumission pour garantir que le répertoire reste précis et fiable. Le projet couvre une large surface de capacités, notamment l'automatisation de l'infrastructure, le déploiement de services basés sur des conteneurs et la gestion de configuration déclarative. Ces outils aident les utilisateurs à maintenir des environnements de serveur reproductibles et à gérer des dépendances de services complexes sur du matériel privé. Le répertoire est maintenu en tant que dépôt contrôlé par version, garantissant que toutes les mises à jour et les changements pilotés par la communauté sont suivis et transparents.

    Translates physical addresses into map coordinates and converts coordinates back into human-readable addresses.

    awesomeawesome-listcloud
    Voir sur GitHub↗299,516
  • 3b1b/manimAvatar de 3b1b

    3b1b/manim

    87,664Voir sur GitHub↗

    Manim is a Python-based computational geometry framework designed for programmatic video production. It functions as a mathematical animation engine, allowing users to generate high-fidelity visual content by scripting scene definitions rather than using traditional timeline-based editing software. The library is built to translate code-based instructions into precise, frame-accurate animations, making it a tool for explaining complex mathematical functions, geometric proofs, and abstract theories. The engine distinguishes itself through a declarative scene graph that organizes visual element

    Defines and renders mathematical axes, grids, and coordinate systems for visual clarity.

    Python3b1b-videosanimationexplanatory-math-videos
    Voir sur GitHub↗87,664
  • apache/echartsAvatar de apache

    apache/echarts

    66,629Voir sur GitHub↗

    Apache ECharts is a JavaScript data visualization library used for rendering interactive charts and complex data visualizations in web browsers. It functions as a canvas-based charting engine and a statistical data visualization suite that transforms datasets into visual representations. The framework provides specialized capabilities for three-dimensional data visualization, including the generation of 3D plots and globe visualizations. It also serves as a web-based geographic mapping tool for overlaying heatmaps, routes, and data distributions onto interactive maps. The library covers a br

    Allows overlaying heatmaps, routes, and data distributions onto interactive geographical maps.

    TypeScriptapachecanvascharting-library
    Voir sur GitHub↗66,629
  • mrrio/jspdfAvatar de MrRio

    MrRio/jsPDF

    31,230Voir sur GitHub↗

    jsPDF is a JavaScript PDF generation library and client-side engine that produces documents directly on the user's device. It provides a scriptable interface for creating PDF files within web browsers and other JavaScript runtime environments without requiring a backend server. The library includes a tool for defining document dimensions, orientation, and measurement units to control page layout. It also functions as a Unicode font integrator, allowing for the embedding of custom font files to support diverse languages and special characters. Capability areas cover dynamic document automatio

    Calculates precise drawing positions using a grid system to map elements to absolute page coordinates.

    JavaScript
    Voir sur GitHub↗31,230
  • donnemartin/data-science-ipython-notebooksAvatar de donnemartin

    donnemartin/data-science-ipython-notebooks

    29,166Voir sur GitHub↗

    This project is a collection of interactive Python notebooks and educational resources designed for mastering data science, machine learning, and numerical computing. It provides a series of practical guides and tutorials covering deep learning, big data processing, and statistical analysis. The repository features specialized instructional suites for implementing classical machine learning algorithms, building deep learning model architectures, and managing AWS cloud infrastructure. It includes dedicated notebooks for data visualization and numerical computing exercises. The project covers

    Provides tutorials for plotting location-based data and geographic datasets on maps.

    Pythonawsbig-datacaffe
    Voir sur GitHub↗29,166
  • bvaughn/react-virtualizedAvatar de bvaughn

    bvaughn/react-virtualized

    27,072Voir sur GitHub↗

    react-virtualized is a library of components for rendering massive lists and tables by drawing only the elements visible in the viewport. It provides specialized layout managers including a windowed grid component and a dynamic height list manager. The project includes a masonry layout engine for packing items of varying heights and widths, as well as an infinite scroll interface for incrementally fetching and appending data. The library covers a broad range of virtualization capabilities, including frozen grid elements, reverse list rendering, and synchronized viewport scrolling. It also su

    Calculates the visible range of both rows and columns to render only intersecting cells of a table.

    JavaScriptgridlistlistview
    Voir sur GitHub↗27,072
  • opendataloader-project/opendataloader-pdfAvatar de opendataloader-project

    opendataloader-project/opendataloader-pdf

    25,769Voir sur GitHub↗

    This project is a PDF data extraction tool and document preprocessor designed to convert PDF files into structured formats such as Markdown, JSON, and HTML. It functions as an OCR document parser for scanned files, an accessibility automator for generating PDF/UA compliant metadata, and a loader for AI orchestration frameworks like LangChain. The software distinguishes itself through specialized handling of complex document elements, including the conversion of mathematical formulas into LaTeX and the generation of natural-language descriptions for charts and images. It utilizes recursive seg

    Provides bounding boxes for extracted elements to map content back to original page coordinates for citations.

    Javaa11yaccessibilityai
    Voir sur GitHub↗25,769
  • joke2k/fakerAvatar de joke2k

    joke2k/faker

    19,278Voir sur 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

    Generates synthetic latitude and longitude values to support mapping and location-based testing.

    Pythondatasetfakefake-data
    Voir sur GitHub↗19,278
  • plotly/plotly.jsAvatar de plotly

    plotly/plotly.js

    18,227Voir sur GitHub↗

    Plotly.js is a JavaScript charting library and interactive graphing framework used to create web-based visualizations. It functions as a high-performance data visualization engine that utilizes both SVG for static elements and WebGL for hardware-accelerated rendering of large datasets and complex 3D plots. The library is distinguished by specialized toolkits for financial analysis, such as candlestick and OHLC charts, and geographic mapping tools for rendering choropleth and scatter maps with custom projections. It also supports complex scientific visualizations, including Sankey diagrams, pa

    Offers a visualization system for rendering choropleth and scatter maps with custom projections and geometries.

    JavaScriptcharting-librarychartsd3
    Voir sur GitHub↗18,227
  • jonasschmedtmann/complete-javascript-courseAvatar de jonasschmedtmann

    jonasschmedtmann/complete-javascript-course

    17,154Voir sur GitHub↗

    This project is a JavaScript educational resource and frontend web development course. It provides a collection of starter files and final projects designed to teach the JavaScript programming language through practical application. The material functions as a project portfolio and implementation guide, demonstrating how to build interactive user interfaces using the document object model. It focuses on event handling, object oriented programming, and the integration of native browser features. The course covers a range of capability areas, including asynchronous data fetching, client-side a

    Implements the visual plotting of geographic markers on interactive maps using coordinate data.

    JavaScriptjavascript-coursestarter-filesudemy
    Voir sur GitHub↗17,154
  • academicpages/academicpages.github.ioAvatar de academicpages

    academicpages/academicpages.github.io

    17,152Voir sur GitHub↗

    This project is a static site generator template designed for academics to build and maintain professional portfolios. It transforms markdown files and structured data into a cohesive website, allowing scholars to document their research publications, teaching experience, and speaking history without the need for a database. The platform is distinguished by its specialized tools for scholarly dissemination, including the ability to showcase research output with metadata and abstracts, and to catalog professional talks through interactive geographic visualizations. It supports the presentation

    Visualizes talk locations by plotting geographic markers on an interactive map.

    SCSSacademic-websitegithub-pagesjekyll
    Voir sur GitHub↗17,152
  • react-native-maps/react-native-mapsAvatar de react-native-maps

    react-native-maps/react-native-maps

    15,971Voir sur GitHub↗

    react-native-maps is a cross-platform mobile map component for iOS and Android that renders interactive geographic data and markers. It provides a native map view and viewport controller to manage camera movement, zoom levels, and coordinate-based animations on mobile devices. The project includes a GeoJSON map renderer for visualizing complex geographic features and an interactive map overlay library for drawing polylines, polygons, and heatmaps. It supports integration with both Google Maps and Apple Maps, allowing developers to switch between providers or apply cloud-based styling and cust

    Renders GeoJSON shapes, heatmaps, and custom polygons to visualize spatial data on a mobile map.

    TypeScriptgoogle-mapsmapsreact-native
    Voir sur GitHub↗15,971
  • pyecharts/pyechartsAvatar de pyecharts

    pyecharts/pyecharts

    15,761Voir sur GitHub↗

    pyecharts is a Python visualization library and wrapper for the Echarts JavaScript engine. It translates Python data and configurations into JSON specifications to generate interactive web-based charts and graphs. The library provides specialized capabilities for geographic data mapping using a comprehensive library of map assets to visualize spatial information. It also includes utilities to capture rasterized snapshots of rendered web visualizations for export as static image files. The tool supports rendering interactive plots directly within data science notebook environments and exporti

    Provides specialized tools for plotting spatial data and regional boundaries on interactive maps using predefined assets.

    Python
    Voir sur GitHub↗15,761
  • analyticalgraphicsinc/cesiumAvatar de AnalyticalGraphicsInc

    AnalyticalGraphicsInc/cesium

    15,379Voir sur GitHub↗

    Cesium is a JavaScript geospatial visualization library and 3D globe engine designed to render world-scale environments and precision spatial data. It functions as a web-based mapping tool that displays hardware-accelerated 3D globes and 2D maps directly in a browser without requiring external plugins. The project operates as a 3D tiles renderer, utilizing the 3D Tiles open standard to stream and display large-scale geospatial datasets. It enables the visualization and analysis of high-accuracy spatial information across global environments. The library covers a broad range of capabilities,

    Employs a relative-to-center coordinate system to prevent jitter and precision loss in global-scale mapping.

    JavaScript
    Voir sur GitHub↗15,379
  • vdumoulin/conv_arithmeticAvatar de vdumoulin

    vdumoulin/conv_arithmetic

    14,623Voir sur GitHub↗

    This project provides a collection of visual guides, technical documentation, and animation generation tools designed to explain the mathematical mechanics of neural network layer operations. It serves as an educational resource for understanding the architecture and data mapping processes involved in deep learning. The toolset distinguishes itself by programmatically generating visual representations of standard, transposed, and dilated convolution layers. By utilizing a declarative configuration model, it maps mathematical parameters—such as kernel sizes, strides, and padding—to coordinate-

    Provides utilities for rendering mathematical coordinate grids to visualize neural network layer operations.

    TeX
    Voir sur GitHub↗14,623
  • hammerspoon/hammerspoonAvatar de Hammerspoon

    Hammerspoon/hammerspoon

    14,497Voir sur GitHub↗

    Hammerspoon is a programmable automation engine for macOS that enables deep system-level control through a Lua scripting environment. By bridging high-level scripts with native Objective-C APIs, it allows users to interact with the operating system's accessibility tree, intercept hardware input streams, and manage the lifecycle of running applications. The project distinguishes itself through an event-driven architecture that registers asynchronous hooks for system notifications and hardware events. This allows for real-time automation, such as remapping keyboard and mouse inputs, managing wi

    Calculates distances between coordinates and determines sunrise or sunset times for specific locations.

    Objective-Cautomationhammerspoonirc
    Voir sur GitHub↗14,497
  • questpdf/questpdfAvatar de QuestPDF

    QuestPDF/QuestPDF

    14,088Voir sur GitHub↗

    QuestPDF is a C# PDF generation library and layout engine used to create structured documents, reports, and invoices. It utilizes a fluent API and a component-based layout approach to convert code into high-fidelity PDF and XPS files. The library distinguishes itself with a dedicated layout debugger that provides real-time previews, hot-reload capabilities, and visual boundary tools to map rendered elements back to source code. It also functions as an accessibility tool, providing semantic tagging and navigational aids to ensure documents comply with international accessibility and archival s

    Integrates with maps APIs to insert geographical visualizations based on coordinates and zoom levels.

    C#c-sharpdotnet-coreexport
    Voir sur GitHub↗14,088
  • phpoffice/phpspreadsheetAvatar de PHPOffice

    PHPOffice/PhpSpreadsheet

    13,932Voir sur GitHub↗

    PhpSpreadsheet is a PHP library used for reading and writing spreadsheet files across various formats. It functions as a spreadsheet file generator and an Excel file parser, allowing for the programmatic creation and manipulation of documents compatible with software such as Microsoft Excel and LibreOffice Calc. The library provides capabilities for programmatic spreadsheet generation and data extraction, enabling the conversion of data from spreadsheet files into programmable PHP formats. It also facilitates cross-format spreadsheet conversion, allowing data to be moved between different sta

    Uses a grid system of columns and rows to locate and modify specific spreadsheet cells.

    PHP
    Voir sur GitHub↗13,932
  • lgvalle/material-animationsAvatar de lgvalle

    lgvalle/Material-Animations

    13,567Voir sur GitHub↗

    Material-Animations is a Java-based library for coordinating activity transitions, property animations, and reveal effects within Android mobile user interfaces. It provides a framework for automating visual updates whenever view properties or layout configurations are modified. The project implements high-level patterns for shared element transitions, linking independent views across different sections to simulate a single moving element. It also includes circular reveal masking to unveil content from a specific focal point and coordinate-based view mapping to execute translation and scaling

    Implements coordinate-based mapping to execute precise translation and scaling movements between activities.

    Java
    Voir sur GitHub↗13,567
  • fmhy/fmhyAvatar de fmhy

    fmhy/FMHY

    13,150Voir sur GitHub↗

    FMHY is a community-driven index designed to organize and distribute decentralized digital content through standardized metadata and protocol-agnostic linking. It functions as a resilient, distributed map of internet resources, providing a structured directory that facilitates the discovery of media, software, and educational tools without reliance on centralized control. The project distinguishes itself by maintaining a massive, human-verified repository of external links that span diverse digital ecosystems, including peer-to-peer networks, Usenet, and direct download servers. By utilizing

    Provides specialized mapping tools to visualize historical, climate, infrastructure, and satellite data.

    freemediaheckyeah
    Voir sur GitHub↗13,150
Préc.12345…6Suivant
  1. Home
  2. Graphics & Multimedia
  3. Visualization and Mapping
  4. Visualization Frameworks
  5. Coordinate Systems

Explorer les sous-tags

  • Geographic Converters4 sous-tagsUtilities for translating geographic coordinates into location-based data like timezones. **Distinct from Coordinate Systems:** Distinct from coordinate systems: focuses on data conversion rather than rendering axes.
  • Linked Filtering TransitionsAnimated visual updates that synchronize across multiple charts when a data dimension is filtered. **Distinct from Coordinate Systems:** Focuses on the coordinated transition between filtered data states across charts, not general coordinate mapping.
  • Page Coordinate Mapping3 sous-tagsSystems for mapping virtual elements to absolute page coordinates using a grid. **Distinct from Coordinate Systems:** More specific than general coordinate systems; focuses on absolute page positioning for documents.