Showing 49 open source projects for "download"

View related business solutions
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 1
    Mobile Atlas Creator
    This application creates off-line atlases of raster maps for various cell phone apps on Android, iPhone and WindowsCE as well as GPS devices (Garmin, Magellan and others)
    Leader badge
    Downloads: 554 This Week
    Last Update:
    See Project
  • 2

    JGPSTrackEdit

    GPS track editor for editing tracks and planning (multiple) day tours

    ...Maps of several providers are available, the default map is OpenStreetMap. Currently supported track formats: Garmin gpx route, Garmin gpx track, Garmin tcx, kml and plain txt. JGPSTrackEdit my also be used to download tile images for later offline use by smartphone apps. JGPSTrackEdit is written in the java language. To run the software, a java runtime installation is required (may be obtained from https://www.java.com/de/download/ or https://openjdk.java.net/projects/jdk8/ or https://adoptopenjdk.net/) More information, including the user manual, may be found on the wiki pages (https://sourceforge.net/p/jgpst
    Downloads: 29 This Week
    Last Update:
    See Project
  • 3
    PyMapStitcher-3---Cuda-Maps-Downloader

    PyMapStitcher-3---Cuda-Maps-Downloader

    A low ram maps downloader to keep your ram free.

    PyMapStitcher 3 is a desktop application for downloading, stitching, and exporting very large satellite map areas as GeoTIFF/BigTIFF files. The software supports GPU acceleration with NVIDIA CUDA and CuPy, direct GeoTIFF georeferencing, WebView-based map selection, and high-performance tile processing for large-scale mapping workflows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    OpenGXT - Geopatial Analysis Tools

    OpenGXT - Geopatial Analysis Tools

    Spatial Statistics Libraries & Tools for GeoTools, GeoServer, uDig

    The goal of this project is to provide a spatial statistics tools for Geotools, Geoserver WPS, uDig Statistics Toolbox. #. Online Documentation - http://opengxt.mangosystem.com/ #. GeoTools -Download gt-process-spatialstatistics-xx.x.jar file #. GeoServer - Download GeoServer-Extension-OpenGxT-x.xx.x.zip - Unzip and copy two files to the WEB-INF/lib directory of the GeoServer installation. - Restart GeoServer #. uDig 2.0.x Plugin Installation - Name: Spatial Statistics Toolbox - URL : http://www.mangosystem.com:8080/s2toolbox_updates
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build Data Resilience - Take the Assessment Today Icon
    Build Data Resilience - Take the Assessment Today

    Can you recover when it matters most? Take this quick assessment to identify gaps and build greater recovery confidence.

    Is your recovery strategy as strong as you think? Take this quick self-assessment to check your recovery readiness and gain tailored insights. In only 2 minutes, you'll learn where you fall on the recovery readiness scale.
    Take the Assessment
  • 5
    Multimaps Desktop

    Multimaps Desktop

    Free software for maps

    An easy-to-use domain public software for desktop maps. Runs on Windows, uses open source libraries. Requirements: 1) Net Framework 4.8 Runtime https://dotnet.microsoft.com/es-es/download/dotnet-framework/net48 2) Visual C++ Redistributable Packages for Visual Studio 2013 https://www.microsoft.com
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6

    detectproj

    Automated detection of the unknown early map projection

    ...Sytem requirements: • 2 GHz or faster 32-bit (x86) or 64-bit (x64) processor. • 2 GB RAM (32-bit) or 4 GB RAM (64-bit) system. • 120 MB available hard disk space. • JDK 1.8 +. • Internet connection (download speed > 2Mb/s
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    FiberXOS
    ...Default Credentials - User: admin - Password: fiberxos Nota: "FiberXOS Suite v2025 - Tamaño: 6.2 GB. Se recomienda una conexión estable para la descarga. Note: "FiberXOS Suite v2025 - Size: 6.2 GB. A stable connection is recommended for download.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    LocationSimulator

    LocationSimulator

    MacOS application to spoof / fake / mock your iOS / iPadOS or iPhone

    LocationSimulator is a macOS app (10.15.x and later) that allows spoofing the location of an iOS or iPhoneSimulator device. The target audience of this project is developers who want to test their location service-based application. I do not encourage the use of this application to cheat in iOS games and I do not provide support for these games. If you use this application for any purpose outside of the intended, you are on your own.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    GPS Datalogger Device Control
    i-Blue 747 / i-Blue 757 / Qstarz BT-Q1000 / i.Trek Z1 / Konet BGL-32 / Holux M-241 / ... control SW (for Java Phones, PalmOS, WinCe (PPC), Java platforms, Windows, Linux, and MacOS). Compatible with most MTK GPS Chipset based loggers.
    Downloads: 97 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it 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. ...
    Downloads: 14 This Week
    Last Update:
    See Project
  • 11
    OzGIS free open-source  mapping system

    OzGIS free open-source mapping system

    Analysis and display of Census, business, government attribute data

    ...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. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    MTKBabel is a Perl program to operate the i-Blue 747 GPS data logger. It should work also with other GPS devices based on the MediaTek MTK chipset. It is free software released under the GPL license.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    GEOMS2

    GEOMS2

    Geostatistics and geosciences modeling software

    ...attredirects=0&d=1 http://sourceforge.net/projects/geoms2/files/Mining.7z/download
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    gvSIG CE (Community Edition)

    gvSIG CE (Community Edition)

    The full-featured, easy-to-use desktop GIS with real processing power!

    ...It is open to external contributors and fully community-driven. Our official releases are designed to be portable and include all necessary binaries for Linux, Mac OS X and Windows. No installation necessary: Just download, unpack and run!
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    This program takes NMEA, CSV, GPR or GPX logfiles from your GPS device, manages your tracks and exports them as KML to Google Earth. Investigate altitude and speed information, measure distances and cut tracks.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Penobscot River RKM Calculator

    Penobscot River RKM Calculator

    Look up in river distances in the Penobscot River drainage.

    ...The results are output into a new .csv file named yourfilename+RKM.csv. For the purposes of this calculator, river kilometer 0 is located at 516414E 4927755N in UTM Zone 19N, near the southwest corner of Verona Island. Simply download the setup file and run it to install the program. Please contact me with suggestions to improve this program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    SPAWNN

    SPatial Analysis With self-organizing Neural Networks

    The SPAWNN toolkit is an innovative toolkit for spatial analysis with self-organizing neural networks which is particularily useful for spatial analysis, visualization and geographical data mining. To run the toolkit, simply download and execute (double-click) the jar-file. Please cite: - Hagenauer, J., & Helbich, M. (2016). SPAWNN: A Toolkit for SPatial Analysis With Self-Organizing Neural Networks. Transactions in GIS, 20(5), 755-775. Other related publications: - Hagenauer, J. (2016). Weighted merge context for clustering and quantizing spatial data with self-organizing neural networks. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    GPS Reviser

    GPS Reviser

    Analyze and change GPS coordinates and time in digital pictures

    ...Erweiterungen: Umbenennen und Tracken ohne Installation ausführbar unter Windows XP, 7 und 8. German and English is supported. Program runs under Windows XP,7 and 8 (maybe others too) Just download it (and unzip) and run it.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    XASTIR

    XASTIR

    Multiplatform Ham Radio APRS and Mapping Program

    NOTE: Code commits were FROZEN on SourceForge in July of 2016, and the project no longer uses sourceforge. All new code is now at <http://github.com/Xastir/Xastir>. The version you can download here has been obsolete for over 10 years, and other than by deleting the project entirely we can't disable the "Download Now" button. Don't download from here. Go to github. 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. ...
    Downloads: 15 This Week
    Last Update:
    See Project
  • 20

    JMapViewer

    Java Swing component for integrating OSM maps into your Java app.

    ...order=name Please, note that no development is performed in this SVN, just contains Maven artifact of official releases (starting from 1.14 version) If you want to give it a try, download code and run the Demo: > mvn compile package > cd target > java -jar JMapViewer-1.14.1-Demo.jar
    Downloads: 8 This Week
    Last Update:
    See Project
  • 21
    Remote Sensing Downloader

    Remote Sensing Downloader

    Search and download satellite images

    RS Downloader offers access to satellite image data pools. Via web interface the user is able to search and download specified satellite images. This version is an alpha and while running stable, currently only retrieves products from NASAs LP DAAC data pool (see https://lpdaac.usgs.gov/data_access/data_pool). Further versions will include updated parsers and spatial selection UIs to access other available sources.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    CPS Wildfire Management Tool

    CPS Wildfire Management Tool

    A wildfire decision support system and visualization tool from Emxsys.

    ...WMT is used to adjust tactics & strategies to ensure the safety of firefighters and the effective use of firefighting resources. Requires Java 8 (included) - http://www.java.com/download
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    GSI Student ToolBox
    ...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: 0 This Week
    Last Update:
    See Project
  • 24
    Mushrooms

    Mushrooms

    See you and your friends on a map

    ...It was never easier to share your position with friends. Just open http://jfellow.net/geo5/ and see you and your friends on a map. (http://jfellow.net/geo5/ is a test server. You can download and install your own server. It's open source.) - Build groups, all group members see each other automatically. - No registration, no installation, no spyware. - Advanced: Tracks, routing (planned). It's about privacy. Reclaim the internet from authorities and companies!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    GpsTicker2

    GpsTicker2

    GT2 combines online and offline navigation for hikers and cyclists

    ...Online route calculation can be done at home with available internet connection, saved routes and pois can be used outdoor without mobile network. Maps can be easily downloaded with the integrated download manager. GpsTicker2 is free of advertisement (AdMob). Try the new version https://sourceforge.net/p/gpsticker3
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next