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
·

2 dépôts

Awesome GitHub RepositoriesMulti-Dimensional Coordinate Support

Storage and export mechanisms for geometries containing additional dimensions like altitude or measure values.

Distinguishing note: Candidates focus on data indexing or system coordination; this is about the structure of geometric coordinates.

Explore 2 awesome GitHub repositories matching scientific & mathematical computing · Multi-Dimensional Coordinate Support. Refine with filters or upvote what's useful.

Awesome Multi-Dimensional Coordinate Support 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.
  • shapely/shapelyAvatar de shapely

    shapely/shapely

    4,455Voir sur GitHub↗

    Shapely est une bibliothèque pour la manipulation et l'analyse d'objets géométriques plans, servant de wrapper Python pour le moteur C++ GEOS. Elle fournit un framework pour calculer des propriétés géométriques, évaluer des relations spatiales et effectuer des prédicats topologiques au sein d'un plan cartésien. Le projet se distingue par un processeur de géométrie vectorisé capable d'exécuter des opérations spatiales sur de grands tableaux de formes pour augmenter le débit. Il inclut également un système d'indexation spatiale basé sur des R-trees pour accélérer la récupération des géométries intersectantes et des plus proches voisins. La bibliothèque couvre un large éventail de capacités, incluant les opérations ensemblistes géométriques pour calculer des unions et des intersections, la sérialisation de données spatiales entre des formats comme GeoJSON et Well-Known Text, et des outils pour valider et réparer la topologie géométrique. Elle supporte en outre les transformations géométriques, le buffering et la génération d'enveloppes convexes ou de diagrammes de Voronoi.

    Stores and exports coordinates including altitude and measure values to support complex spatial data.

    Python
    Voir sur GitHub↗4,455
  • jwagner/simplex-noise.jsAvatar de jwagner

    jwagner/simplex-noise.js

    1,833Voir sur GitHub↗

    Simplex-noise.js is a mathematical noise generator and graphics library implemented in TypeScript. It computes smooth pseudo-random values across two, three, and four dimensions, producing organic patterns and spatial effects without relying on static image assets. The library operates through a stateless mathematical engine that uses precomputed coordinate lookup tables and typed array buffers to manage numeric data. It supports deterministic seed injection, accepting custom pseudo-random number generator functions to initialize permutation tables with reproducible values for repeatable outp

    Transforms multi-dimensional coordinates into skewed simplex grid coordinates using mathematically derived scaling factors.

    TypeScriptdemogfxjavascript
    Voir sur GitHub↗1,833
  1. Home
  2. Scientific & Mathematical Computing
  3. Multi-Dimensional Coordinate Support

Explorer les sous-tags

  • Simplex Coordinate ProjectionsTransforms multi-dimensional coordinates into skewed simplex grid coordinates using mathematically derived scaling factors. **Distinct from Multi-Dimensional Coordinate Support:** Distinct from general Multi-Dimensional Coordinate Support: specifically handles simplex grid skewing and projection transformations.