C Mapping Software

View 228 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.

  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 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
  • 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: 14,337 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: 152 This Week
    Last Update:
    See Project
  • 3
    A navigation system that displays street maps and tracks a vehicle using GPS. Specific locations can be selected by street address. Routes and tracks can be created, edited, and saved in GPX format. Runs on most POSIX systems, the iPAQ, and the Zaurus.
    Leader badge
    Downloads: 68 This Week
    Last Update:
    See Project
  • 4
    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: 15 This Week
    Last Update:
    See Project
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights. Click to perfect your product now.
    Click to perfect your product now.
  • 5
    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: 2 This Week
    Last Update:
    See Project
  • 6
    OpenOrienteering

    OpenOrienteering

    Former project page

    See https://www.openorienteering.org/apps/mapper/
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • 7
    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: 20 This Week
    Last Update:
    See Project
  • 8
    EPSILON is a powerful Open Source wavelet image compressor. The project is aimed on parallel and robust image processing.
    Leader badge
    Downloads: 29 This Week
    Last Update:
    See Project
  • 9
    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
  • Turn Your Content into Interactive Magic - For Free Icon
    Turn Your Content into Interactive Magic - For Free

    From Canva to Slides, Desmos to YouTube, Lumio works with the tech tools you are already using.

    Transform anything you share into an engaging digital experience - for free. Instantly convert your PDFs, slides, and files into dynamic, interactive sessions with built-in collaboration tools, activities, and real-time assessment. From teaching to training to team building, make every presentation unforgettable. Used by millions for education, business, and professional development.
    Start Free Forever
  • 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.
    Leader badge
    Downloads: 19 This Week
    Last Update:
    See Project
  • 11
    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: 7 This Week
    Last Update:
    See Project
  • 12
    OpenDMTP is a protocol/framework that allows communications with small devices (mobile phones, PDA's, and other high-latency/low-bandwidth devices), especially geared towards the transmission of GPS, temperature, and other remote monitoring information.
    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: 6 This Week
    Last Update:
    See Project
  • 14
    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.
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • 15

    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
  • 16
    ZMapServer is a Zope Product that provides a clean interface to the MapServer (http://mapserver.gis.umn.edu) web mapping application.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    A Tcl Package to read and write Shapefiles
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    GPSDproxy is a small program which reads GPS data from a running gpsd process (http://gpsd.berlios.de/) and forwards it to a remote server via an UDP connection. GPSDproxy is intended to be run on GPS enabled mobile devices.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    GSI Student ToolBox
    GSI student toolbox is a software package made for teaching purposes. It allows you to perform seismic inversion using global sthocastic inversion method made within CERENA/CMRP. NOTE: you can perform the same operations done with GSI Student Toolbox with our newest software GEOMS2. You can download the beta release here: https://sourceforge.net/projects/geoms2/
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    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
  • 21
    Simultra

    Simultra

    Multiagent simulator of road traffic in Qt/C++ and OpenStreetMap.

    Simultra is an open-source, hybrid road traffic simulator designed to handle large roadmaps in real-time. It combines microscopic and mesoscopic simulations into one multiagent hybrid simulator. The large-scale maps are modelled mesoscopically in real-time, and the complex traffic interactions benefit from detailed agent-based microscopic simulations. To resolve the concurrency issues within the maps representation and the meso-micro transitions, Simultra combines an event-based mesoscopic model of the maps with a more detailed physical engine.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    Use map data to plan hikes or explore new areas. Includes 3D maps of terrain rendered in real-time; trace trails across the terrain and get height verses distance profiles; tile together adjacent maps to create seamless map areas. Reads USGS SDTS files.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    get201

    get201

    PC/PocketPC tool to get tracklogs from the WBT-201 GPS logger

    Features: get201 can download tracklogs from the Wintec WBT-201 GPS logger and store them in .gpx format. The .gpx files are space optimized, they contain only the data received from the logger. The original reason to create get201 was that the TMXTool provided by Wintec often failed with timeouts when reading out log data on the Pocket PC via Bluetooth. get201 comes in 2 flavors with the same screen layout: A PC version running on Windows XP or later and a PocketPC version running on devices with Microsoft Windows Mobile 2003 or later. In addition the current GPS position and status can be displayed. Restrictions: The log file directory is hardcoded. On Pocket PC the preferred directory is the SD Card. On PC, always the current directory is used. It is not possible to change the log settings with get201. Please use the TMXTool (PocketPC) or TimeMachineX (PC) for this.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    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: 1 This Week
    Last Update:
    See Project
  • 25

    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
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.