awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to clarisma/geodesk

Open-source alternatives to Geodesk

30 open-source projects similar to clarisma/geodesk, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Geodesk alternative.

  • overv/openstreetmap-tile-serverOverv avatar

    Overv/openstreetmap-tile-server

    1,445View on GitHub↗

    OpenStreetMap Tile Server is a containerized software package that hosts self-hosted map tile services from raw geographical data files. It combines a relational database configured with spatial extensions to store and query map coordinates and geometries with rendering engines that generate raster map images dynamically for interactive mapping clients. The service provides regional map data import to parse and load spatial files into the database alongside automated incremental updates that download recent upstream changes and expire affected tiles. Generated map images are preserved in ded

    Shell
    View on GitHub↗1,445
  • opengeos/leafmapopengeos avatar

    opengeos/leafmap

    3,717View on GitHub↗

    Leafmap is a Python geospatial visualization library designed for creating interactive maps and performing geospatial analysis within Jupyter environments. It provides a comprehensive set of tools for building interactive map interfaces, browsing and visualizing SpatioTemporal Asset Catalog items, and connecting to PostGIS databases for spatial data rendering. The project distinguishes itself through a backend-agnostic rendering system that allows users to switch between different mapping engines while maintaining a consistent API. It features specialized capabilities for Cloud Optimized GeoT

    Pythondata-sciencedatavizfolium
    View on GitHub↗3,717
  • alexiscreuzot/swiftygifalexiscreuzot avatar

    alexiscreuzot/SwiftyGif

    2,277View on GitHub↗

    High performance GIF engine

    Swift
    View on GitHub↗2,277
  • borisgontar/osm-pbf-parser-nodeborisgontar avatar

    borisgontar/osm-pbf-parser-node

    19View on GitHub↗

    Streaming OpenStreetMap PBF parser

    JavaScript
    View on GitHub↗19

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
  • cequence-io/openai-scala-clientC

    cequence-io/openai-scala-client

    0View on GitHub↗
    View on GitHub↗0
  • charlietangora/gif-hcharlietangora avatar

    charlietangora/gif-h

    540View on GitHub↗

    gif-h

    C
    View on GitHub↗540
  • chrieke/prettymappchrieke avatar

    chrieke/prettymapp

    2,781View on GitHub↗

    Prettymapp is a webapp and Python package to create beautiful maps from OpenStreetMap data

    Python
    View on GitHub↗2,781
  • extrapixel/gif-animationextrapixel avatar

    extrapixel/gif-animation

    178View on GitHub↗

    GifAnimation is a Processing1 library to play and export GIF animations. Original code by Patrick Meister6. The GIFEncoder & GIFDecoder classes were written by Kevin Weiner2. Please see the separate copyright notice in the headers of the GifDecoder & GifEncoder classes.…

    Java
    View on GitHub↗178
  • clarisma/geodesk-pyclarisma avatar

    clarisma/geodesk-py

    50View on GitHub↗

    GeoDesk is a fast and storage-efficient geospatial database for OpenStreetMap data. Also available for C++ and for Java.

    C++
    View on GitHub↗50
  • cloudant-labs/hastingsC

    cloudant-labs/hastings

    0View on GitHub↗
    View on GitHub↗0
  • couchbase/geocouchcouchbase avatar

    couchbase/geocouch

    517View on GitHub↗

    GeoCouch, a spatial index for CouchDB

    Erlang
    View on GitHub↗517
  • crisbez/atlas4d-basecrisbez avatar

    crisbez/atlas4d-base

    14View on GitHub↗

    Self-hosted 4D spatiotemporal AI platform built on PostgreSQL, PostGIS, TimescaleDB, H3 and pgvector, with anomaly & threat detection, NLQ interface and full observability.

    HTML
    View on GitHub↗14
  • deanm/omggifdeanm avatar

    deanm/omggif

    743View on GitHub↗

    omggif is a JavaScript implementation of a GIF 89a encoder and decoder.

    JavaScript
    View on GitHub↗743
  • dinotools/python-overpyDinoTools avatar

    DinoTools/python-overpy

    264View on GitHub↗

    Python Wrapper to access the Overpass API

    Python
    View on GitHub↗264
  • eugeneware/gifencodereugeneware avatar

    eugeneware/gifencoder

    477View on GitHub↗

    Streaming server-side animated (and non-animated) gif generation for node.js

    JavaScript
    View on GitHub↗477
  • chatgptjs/chatgpt.jsC

    chatgptjs/chatgpt.js

    0View on GitHub↗
    View on GitHub↗0
  • felipecsl/gifimageviewfelipecsl avatar

    felipecsl/GifImageView

    1,169View on GitHub↗

    Android ImageView that handles animated GIF images

    Kotlin
    View on GitHub↗1,169
  • flipboard/flanimatedimageFlipboard avatar

    Flipboard/FLAnimatedImage

    7,954View on GitHub↗

    FLAnimatedImage is a high-performance rendering engine and library for playing animated GIF images on iOS. It functions as an animation engine and image memory manager designed to ensure smooth frame transitions and consistent playback timing across different device environments. The project focuses on maintaining consistent animation speed through variable frame delay support and optimizes rendering efficiency to sustain high frame rates on mobile devices. It includes a memory management system to prevent application crashes and performance degradation during the playback of large or numerou

    Objective-C
    View on GitHub↗7,954
  • gboeing/osmnxgboeing avatar

    gboeing/osmnx

    5,573View on GitHub↗

    OSMnx is a Python library for downloading, modeling, and analyzing street networks and other geospatial features from OpenStreetMap. It enables users to retrieve and work with real-world infrastructure data anywhere in the world, providing tools for network analysis, spatial queries, and visualization. The library offers capabilities for working with urban features such as building footprints, transit stops, and elevation data, along with network statistics like intersection density and circuity. It supports multiple travel modes including driving, walking, and biking, and can calculate short

    Pythongeographygeospatialgis
    View on GitHub↗5,573
  • graphhopper/graphhoppergraphhopper avatar

    graphhopper/graphhopper

    6,516View on GitHub↗

    GraphHopper is a Java routing library and OpenStreetMap routing engine used to calculate optimal paths and driving directions. It provides a map matching engine for aligning GPS coordinate traces to road networks, a GTFS transit router for multi-modal travel, and a spatial analysis utility for isochrone generation. The project supports the creation of custom vehicle profiles and weighting logic to influence path calculations. It implements contraction hierarchies to accelerate pathfinding by reducing the search space between coordinates. The engine covers a broad range of geospatial capabili

    Javaastardijkstradirections
    View on GitHub↗6,516
  • grt1228/chatgpt-javaGrt1228 avatar

    Grt1228/chatgpt-java

    3,446View on GitHub↗

    ChatGPT Java SDK支持流式输出、Gpt插件、联网。支持OpenAI官方所有接口。ChatGPT的Java客户端。OpenAI GPT-3.5-Turb GPT-4 Api Client for Java

    Java
    View on GitHub↗3,446
  • hemulgm/delphiopenaiHemulGM avatar

    HemulGM/DelphiOpenAI

    306View on GitHub↗

    OpenAI (and DeepSeek, Azure OpenAI, YandexGPT, Ollama, GigaChat, Qwen) API wrapper for Delphi. Use ChatGPT, DALL-E, Whisper and other products.

    Pascal
    View on GitHub↗306
  • jnordberg/gif.jsjnordberg avatar

    jnordberg/gif.js

    4,969View on GitHub↗

    gif.js is a JavaScript GIF encoder and client-side color quantizer that generates animated GIF files directly within the web browser. It functions as an HTML5 canvas exporter and image processor, allowing for the creation of animated images from web sources without the need for a backend server. The library utilizes web workers to offload heavy image encoding tasks to background threads, which prevents the browser user interface from freezing during the generation process. This architecture enables the tool to act as a web worker image processor for dynamic image generation. The system cover

    JavaScript
    View on GitHub↗4,969
  • kaishin/gifukaishin avatar

    kaishin/gifu

    3,216View on GitHub↗

    High-performance animated GIF support for iOS in Swift

    Swift
    View on GitHub↗3,216
  • koral--/android-gif-drawablekoral-- avatar

    koral--/android-gif-drawable

    9,648View on GitHub↗

    android-gif-drawable is a rendering library for displaying and controlling animated GIF images within Android image views and drawables. It provides a custom drawable implementation for frame-based animations, a playback system for seeking and looping, and a metadata extractor for retrieving technical properties such as frame counts and loop settings. The library enables the synchronization of a single animation instance across multiple views to ensure consistent playback. It supports loading GIF data from various sources, including assets, resources, URIs, byte arrays, files, and input strea

    Java
    View on GitHub↗9,648
  • krafpy/overpass-forgeKrafpy avatar

    Krafpy/Overpass-Forge

    9View on GitHub↗

    An object-oriented model to build Overpass queries in Python. Primarly intended to generate complex queries in Python. Checkout the documentation.

    Python
    View on GitHub↗9
  • kraina-ai/quackosmkraina-ai avatar

    kraina-ai/quackosm

    367View on GitHub↗

    QuackOSM: an open-source Python and CLI tool for reading OpenStreetMap PBF files using DuckDB

    Python
    View on GitHub↗367
  • krasimir/giffferkrasimir avatar

    krasimir/gifffer

    780View on GitHub↗

    http://krasimir.github.io/gifffer

    JavaScript
    View on GitHub↗780
  • lambdua/openai4jL

    lambdua/openai4j

    0View on GitHub↗
    View on GitHub↗0
  • anagraph/yogrtA

    Anagraph/yogrt

    0View on GitHub↗
    View on GitHub↗0