C Mapping Software

View 163 business solutions
Mapping C Clear Filters

Browse free open source C Mapping Software and projects below. Use the toggles on the left to filter open source C Mapping Software by OS, license, language, programming language, and project status.

  • Catch Bugs Before Your Customers Do Icon
    Catch Bugs Before Your Customers Do

    Real-time error alerts, performance insights, and anomaly detection across your full stack. Free 30-day trial.

    Move from alert to fix before users notice. AppSignal monitors errors, performance bottlenecks, host health, and uptime—all from one dashboard. Instant notifications on deployments, anomaly triggers for memory spikes or error surges, and seamless log management. Works out of the box with Rails, Django, Express, Phoenix, Next.js, and dozens more. Starts at $23/month with no hidden fees.
    Try AppSignal Free
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1

    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: 68,713 This Week
    Last Update:
    See Project
  • 2
    Viking GPS data editor and analyzer

    Viking GPS data editor and analyzer

    Viking is a free/open source program to manage GPS data

    Viking is a free/open source program to manage GPS data. You can import, plot and create tracks, routes and waypoints, show OSM, Bing Aerial and other maps, geotag images, create routes using OSRM, see real-time GPS position (not in Windows), make maps using Mapnik (not in Windows), control items, etc. It is written in mostly in C (with some C++) & the GTK+3 toolkit. Viking is currently dual managed - with a corresponding Github presence at: https://github.com/viking-gps/viking Where you may find it easier to view the code and raise issues there too.
    Leader badge
    Downloads: 173 This Week
    Last Update:
    See Project
  • 3
    Navit
    Modular, touch screen friendly navigation system with GPS tracking, realtime routing engine and support for various vector map formats. Works on a wide range of devices, from computers to smartphones.
    Downloads: 26 This Week
    Last Update:
    See Project
  • 4
    OpenOrienteering

    OpenOrienteering

    Former project page

    See https://www.openorienteering.org/apps/mapper/
    Leader badge
    Downloads: 10 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 5
    Extensible NMEA-0183 (GPS) data parser in standard C. A directly linkable library intended for applications that want to embed GPS support.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 6
    Navigational Algorithms

    Navigational Algorithms

    Navigational Algorithms - Marine navigation

    - Celestial Navigation: Sight Reduction, Line Of Position, Fix... - Positional Astronomy: Nautical Almanac, RA, GHA, Dec - Coastal Navigation: Range, Bering, Horizontal angles, IALA... - Sailings: Rhumbs, Loxodromic, Orthodromic, Meridional parts... - Weather , Tides - Software: PC, Android https://sites.google.com/site/navigationalalgorithms/
    Leader badge
    Downloads: 25 This Week
    Last Update:
    See Project
  • 7
    EPSILON is a powerful Open Source wavelet image compressor. The project is aimed on parallel and robust image processing.
    Leader badge
    Downloads: 37 This Week
    Last Update:
    See Project
  • 8
    XASTIR

    XASTIR

    Multiplatform Ham Radio APRS and Mapping Program

    NOTE: Code commits are FROZEN on SourceForge: New code is now at <http://github.com/Xastir/Xastir>. Real-time tracking & messaging of stations via radio/internet APRS data streams, w/125 map formats supported. Linux/FreeBSD/Solaris/MacOSX/Windows in any of 7 languages. Can also be used for mobile mapping w/GPS. MAILING LISTS ARE AT: PROJECT->WEB SITE.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 9
    libpostal

    libpostal

    A C library for parsing/normalizing street addresses around the world

    A C library for parsing/normalizing street addresses around the world. Powered by statistical NLP and open geo data. libpostal is a C library for parsing/normalizing street addresses around the world using statistical NLP and open data. The goal of this project is to understand location-based strings in every language, everywhere. Addresses and the locations they represent are essential for any application dealing with maps (place search, transportation, on-demand/delivery services, check-ins, reviews). Yet even the simplest addresses are packed with local conventions, abbreviations and context, making them difficult to index/query effectively with traditional full-text search engines. This library helps convert the free-form addresses that humans use into clean normalized forms suitable for machine comparison and full-text indexing. Though libpostal is not itself a full geocoder, it can be used as a preprocessing step to make any geocoding application smarter, and simpler.
    Downloads: 1 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    GDAL wheels for linux

    GDAL wheels for linux

    GDAL wheels for python and C/C++ projects (Linux only)

    To use precompiled wheels: 1) go to releases (Files) and download tarball needed; 2) install it with command: python3 -m pip install /path/to/wheel.whl Or simply use URL in pip: python3 -m pip install https://sourceforge.net/projects/gdal-wheels-for-linux/files/GDAL-3.1.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl/download URL may be found under "View details" button (i) To use GDAL in C/C++ project you need to link gdal lib AND all libs located at dir GDAL.libs (usually this folder resides inside python site-packages) To compile your own wheels see information given at forefather project: https://github.com/youngpm/gdalmanylinux Usually this is done via command `make wheels` GDAL wheels for Windows are provided by Christoph Gohlke at https://www.lfd.uci.edu/~gohlke/pythonlibs/#gdal Built with PROJ (proj.db is included), GEOS, EXPAT. See Dockerfile.wheels for additional components.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 11
    PAGC is a command line and web service C library for performing postal address geocoding. A postal address geocoder takes a sufficiently detailed postal addresses and produces a digital map that displays the spatial location of those addresses.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 12
    A C library for reading and writing BSB format image files. Typically used for nautical charts, BSB image files use the .KAP extension and store cartographic information in addition to a run-length encoded raster image. Includes bsb2tif & tif2bsb tools.
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 13
    Xconq is an engine for turn-based strategy games. Variety of game genres run under Xconq: historical, sci-fi, fantasy, and modern. AIs. Network games. Multiple UIs and platforms. Easy-to-learn game design language. Large games library available
    Leader badge
    Downloads: 5 This Week
    Last Update:
    See Project
  • 14

    bbbike

    An information system for cyclists in Berlin and Brandenburg

    A bike information system for cyclists in Berlin and Brandenburg (Germany) with a map view and a routing engine. There's a graphical interface (based on Perl/Tk) as well as an Web interface. Source code may be found at Github: https://github.com/eserte/bbbike/
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 15
    The SELENA and RISe software tools are two packages to assist in computing earthquake damage scenarios. The damage probability for any specific structure follows the computation principles of HAZUS.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    GNU AIS is software for demodulating and decoding Automatic Identification System messages used by ships to navigate. You will need a VHF receiver with discriminator output to get it to work.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    geoStarsLib  - geodetic library

    geoStarsLib - geodetic library

    Geodesy based library (geodetic and geocentric functions)

    geoStarsLib has functions for dealing with many geodesy-based problems found in positioning, pointing, and surveying situations. It is useful to determine absolute position on the earth, pointing vectors, coordinate transformations, and other functions.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    The GPSD project has moved to Savannah in advance of Berlios's planned shutdown.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    OpenATPOL

    OpenATPOL

    A reference implementation of the Polish geobotanical grid

    This project is a reference, open source implementation of the coordinate conversion algorithms for the Polish geobotanical grid called ATPOL.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    TopoCad France

    TopoCad France

    French Geographic Information System

    topography oriented GIS for cadastre maintenance fully configurable and totally autonomous (can be transfered to USB key) .
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    A set of extensions to Tcl/Tk for reading, manipulating, and displaying geographic and cartographic data. It can serve as a starting point for development of new GIS and cartography applications.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    Smart servers that can provide customized snippets of digital orthophotos using just-in-time geoprocessing and interoperable web-based components. These servers are based on the MITOthoServers who was under the GNU Public License (GPL).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    OzGIS free open-source  mapping system

    OzGIS free open-source mapping system

    Analysis and display of Census, business, government attribute data

    OzGIS is an extensive mapping system for the analysis and display of geographically referenced data. Map data are downloaded from Census bureaux and map agencies or extracted from your own databases. The system can be used to to support management decisions associated with, for example, government planning, marketing, sales, site and personnel location, advertising and research. Systems for Windows, Mac and Ubuntu, source code, sample data files and manuals are included. DOWNLOAD to your Downloads directory and unzip to Downloads/OzGIS ; see the Files tab for installation instructions. See the installation manual or "OzGIS Installation" Youtube video for help with getting started. I am unable to show OzGIS to you, so suggest that you search for "OzGIS lloyd" on Youtube for demonstration videos or "OzGIS" on Pinterest for example maps. You can mail me at cleverco@users.sourceforge.net or use the Discussion tab or post a ticket for problems.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    Translate local OSM to shapefile

    ATENTION; SEE DOCUMENT TO RUN; LAST VERSION 101

    Translate local OpenStreetMap files to shapefiles #Atencion: ver documentacion para ejecutar #Ultima version 101
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    The Geocanvas project aims to provide a very small and simple set of APIs to assist the developer in creating geographically referenced canvas applications within the GTK/Gnome environment.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB