Showing 18 open source projects for "geodesic"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1
    Geodesic

    Geodesic

    Geodesic is a DevOps Linux Toolbox in Docker

    ...Think of Geodesic as a containerized parallel to Vagrant, offering similar functionality within a Docker container context.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    gptoolbox

    gptoolbox

    Matlab toolbox for Geometry Processing

    ...The toolbox includes wrappers for external software such as TetGen, Triangle, QSlim, and meshfix, as well as functions for mesh smoothing, cleanup, deformation, and parameterization. It also implements discrete differential geometry operators, geodesic distance computations, and constructive solid geometry operations. Beyond geometry, gptoolbox includes features for quadratic programming, image colorization, and dithering. Most of the functions are pure MATLAB code, requiring only that the toolbox be added to the MATLAB path, while some specialized features depend on external libraries and compiled mex files.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3

    GeographicLib

    Geographic library

    GeographicLib is a small C++ library for: geodesic and rhumb line calculations; conversions between geographic, UTM, UPS, MGRS, geocentric, and local cartesian coordinates; gravity (e.g., EGM2008) and geomagnetic field (e.g., WMM2020) calculations.
    Leader badge
    Downloads: 47,205 This Week
    Last Update:
    See Project
  • 4
    Geodesica-SFX

    Geodesica-SFX

    OpenGL Quad-Edge geodesic construction program

    Geodesica is a free OpenGL(r) cross platform Geodesic modelling program. Please see Geodesica website for latest version.
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 5
    EvilTransform

    EvilTransform

    Transport coordinate between earth(WGS-84) and mars in china(GCJ-02)

    ...The project implements forward and inverse transformations (WGS→GCJ and GCJ→WGS) as well as a higher-precision inverse method (GCJ→WGS exact) that trades speed for sub-meter accuracy, and it includes a utility for computing geodesic distance in meters. It’s implemented (or ported) across many languages and platforms — you’ll find reference implementations in Go, C/C++/Obj-C, Java, JavaScript, Python, PHP, C#, Haskell, Rust, Swift, MATLAB and more — which makes it easy to drop into server, client, or mobile codebases. The README documents the API signatures and describes expected numeric accuracy (e.g., ~1–2 m for the standard inverse, <0.5 m for the exact inverse) and when to use each routine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Solar System Simulator

    The solar system to scale + meteor shower simulation

    ...Run meteor showers to see where the meteorites spread through the solar system. Add height maps to the planets to see their features in 3d. The solar system simulator uses a unique new type of a geodesic grid for the planets. That makes the planets seamless spheres.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 7
    Community Detection Modularity Suite

    Community Detection Modularity Suite

    Suite of community detection algorithms based on Modularity

    ... - OpenMP versions of algorithms in [1] are available to download. - Main suite containing three community detection algorithms based on the Modularity measure containing: Geodesic and Random Walk edge Betweenness [1] and Spectral Modularity [2]. Collaborator: Theologos Kotsos. [1] M. Newman & M. Girvan, Physical Review, E 69 (026113), 2004. [2] M. Newman, Physical Review E, 74(3):036104, 2006. [3] B. Ball et al, An efficient and principled method for detecting communities in networks, 2011. The suite is based upon the fast community algorithm implemented by Aaron Clauset <aaron@cs.unm.edu>, Chris Moore, Mark Newman, and the R IGraph library Copyright (C) 2007 Gabor Csardi <csardi@rmki.kfki.hu>. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    TesselSphere

    TesselSphere

    Spherical subdivision utility for MS Windows and Linux

    TesselSphere is an OpenGL spherical subdivision utility for MS Windows and Linux. It currently employs particle and geodesic tesselators. The UI uses QHull morphers that split Delaunay and Voronoi hulls to create new cells in the lattice. Additionally, morphers can target individual cells to split or stellate. TesselSphere can be used to generate vertices for geodesic domes, pollen, radiolaria, viruses and other polyhedra. Comes with full documentation and source.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    geodetic-basic-eqn-mathematica

    geodetic-basic-eqn-mathematica

    geocentric <> geodetic <> XYZ basic equations

    ...shows that using (new) geometry observation, Heiskanen and Moritz or Ferrari equations were not necessary as the problem is not inheirently recursive as they suggested. (see article) *gleened from many onlne sources. file geodetic-geodesic is same, improperly named) (for historic reasons files are also in https://sourceforge.net/projects/periodictablemm/)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 10

    GeoKarambola

    GPX parser, track & route utilities, GEO calculus, 3D vector algebra.

    Java library (GPL 3.0 licence) with: GpxParser, GpxFileIo, GpxStreamIo: - GPX formated I/O GpxTrackUtils with: - track to route conversion GpxRouteUtils with: - Route simplification/reduction - Route length calculus - Route reversion GpxUtils with: - Point/Route/Track filtering (by type, distance, length) - Point/Route/Track sorting (by type, name, distance, length, age) - Point/Route/Track merging & purging (duplicated/overlaping) Geo for: - geodesic distance - horizontal distance - bearing between 2 points - turning angle from bearing - distance from a point to a line segment R3 for 3D vector algebra: - addition - subtraction - dot product - scalar product - cross product - distance between points - distance from point to line segment - distance from point to path Units with: - METRIC, IMPERIAL and NAUTICAL systems - uniform distance formating - uniform speed formating
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Matlab toolbox for surface-based voxel selection, intended for fMRI multi-voxel pattern analysis (MVPA) information mapping of the cerebral cortex
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    ijTools

    A set of plugins and tools for ImageJ (Image processing sofware)

    A collection of plugins and tools for the ImageJ software. Contains modules for image filtering (directional filtering), segmentation, analysis (perimeter estimation, geodesic diameter...), or visualisation (image overlay).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Geodysseus

    Geodysseus

    Interactive OpenGL map projection and navigation with geodetic utils.

    Geodysseus is a cross platform OpenGL interactive map projection and navigation program. The user clicks on a map or 3D globe to create geodetic traverses. The geodesic can then be approximated with any number of loxodrome legs. Tracks may then be re-projected onto different map projections. The aim is to make a multi-purpose navigational tool for Land, Sea and Air. At present, the program is in early development and should not be considered suitable for navigation. The program comes with documentation in html format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    TrichEratops

    TrichEratops

    TrichEratops is a software to study trichome patterning

    TrichEratops applies focus stacking on a series of light microscopic pictures. The 3D surface from the stack is reconstructed using Elastic Map fitting. Trichomes can be marked on the Leaf surface and patterning statistics can be calculated from them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Project for Surveyors. Geodesic utilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    MATLAB (or GNU Octave) functions for creating geodesic domes and other structures. Outputs DXF, X3D, and VRML files, as well as engineering data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A small suite of programs to help you design a geodesic dome.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This command line program will calculate any frequency Geodesic Sphere ( or dome ) from 1 ( Icosahedron ) to 100 or more. At the moment only class I frequency calculations are supported. Detailed PostScript plots and data can be outputted.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB