Showing 141 open source projects for "command-line"

View related business solutions
  • 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
  • Cloud tools for web scraping and data extraction Icon
    Cloud tools for web scraping and data extraction

    Deploy pre-built tools that crawl websites, extract structured data, and feed your applications. Reliable web data without maintaining scrapers.

    Automate web data collection with cloud tools that handle anti-bot measures, browser rendering, and data transformation out of the box. Extract content from any website, push to vector databases for RAG workflows, or pipe directly into your apps via API. Schedule runs, set up webhooks, and connect to your existing stack. Free tier available, then scale as you need to.
    Explore 10,000+ tools
  • 1
    Dawarich

    Dawarich

    Self-hostable alternative to Google Timeline

    Dawarich is a command-line tool (likely Ruby-based) for transforming and analyzing Arabic text data with normalization, diacritic handling, segmentation, and morphological tokenization. Designed for text mining and NLP workflows in Arabic-language contexts.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Tile38

    Tile38

    Ultra Fast Geospatial Database & Geofencing Server

    ...It supports a variety of object types including lat/lon, Geohash, bbox, GeoJSON, QuadKey, and XYZ tile; and is capable of operations like Nearby, Within, and Intersects. There’s also built-in support for many popular tools. Tile38 is made up of 3 main components: the server, command line interface tool and server benchmark tool. It is completely free and open source and is available for OSX, Linux, FreeBSD, and Windows.
    Downloads: 3 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: 22,622 This Week
    Last Update:
    See Project
  • 4
    SAGA GIS
    SAGA - System for Automated Geoscientific Analyses - is a Geographic Information System (GIS) software with immense capabilities for geodata processing and analysis. SAGA is programmed in the object oriented C++ language and supports the implementation of new functions with a very effective Application Programming Interface (API). Functions are organised as modules in framework independent Module Libraries and can be accessed via SAGA’s Graphical User Interface (GUI) or various scripting...
    Leader badge
    Downloads: 6,317 This Week
    Last Update:
    See Project
  • Run applications fast and securely in a fully managed environment Icon
    Run applications fast and securely in a fully managed environment

    Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of scalable infrastructure.

    Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
    Try for free
  • 5
    The 3D Toolkit provides algorithms and methods to process 3D point clouds. In includes automatic precise registration (6D simultaneous localization and mapping, 6D SLAM) and other tools, e.g., a fast 3D viewer, plane extraction software, etc.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    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: 740 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: 23 This Week
    Last Update:
    See Project
  • 8
    OpenJUMP (The JUMP Pilot Project)
    OpenJUMP is a community driven fork of JUMP the "Java Unified Mapping Platform" GIS software. The original JUMP was developed by Vivid Solutions, released under GPL2 in 2003 and discontinued in 2006. During 2004 already some enthusiastic developers joined together to enhance further the features of JUMP. They launched an independent development branch called OpenJUMP. The name gives credit to the original JUMP development, and at the same time describes the objectives of this project to...
    Leader badge
    Downloads: 149 This Week
    Last Update:
    See Project
  • 9
    ...It was tested in 2017/18 snow season(output grids are available: mih.zemva@gmail.com). It is fairly complicated but not as much as toolchain for MODIS(not uploaded) with MOD09.. products input . * in line 139 polygon *.shp must be linked from drive; it's an additional retrieval of index values to monitor waterbodies and does not relate to snow cover analytics
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver trusted data with dbt Icon
    Deliver trusted data with dbt

    dbt Labs empowers data teams to build reliable, governed data pipelines—accelerating analytics and AI initiatives with speed and confidence.

    Data teams use dbt to codify business logic and make it accessible to the entire organization—for use in reporting, ML modeling, and operational workflows.
    Learn More
  • 10
    Qgama

    Qgama

    Adjustment of local surveying networks, binary builds for Windows

    ...Qgama is a Qt based user interface for GNU Gama adjustment of geodetic networks in which XML input is complemented with a database. The most simple case is Sqlite3 file database, which does not need any special knowledge from the user. http://www.gnu.org/software/gama/qgama Command line program gama-local is distributed with Qgama in folder bin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    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
  • 12
    gpstools
    GPSdings (project name GPStools) is a set of free applications that let you manipulate and analyse GPS data from the command line.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13
    AICtools

    AICtools

    Workflow and set of tools for Automated Imagery Classification

    AICtools is a GIS workflow and set of tools to facilitate Automated Imagery Classification (AIC) and analysis of surface features over time. Allows bulk processing of large data sets, including automated metadata processing/filtering, compressed archive extraction and file manipulation, raster band compositing, pre-processing, mosaicking, clipping. Automates a subset of operations involved in classification of satellite imagery and the associated raster calculations used for time trend analysis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    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...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 15
    Mapbox GL Native

    Mapbox GL Native

    Interactive, thoroughly customizable maps

    ...To embed interactive maps into a native application using a platform-specific language, install the Mapbox Maps SDK. We use CMake to build Mapbox GL Native for various platforms, including Linux, Android, iOS, macOS and Windows. The provided command, executed from the root of this repository tree, will build Mapbox GL Native targeting your host architecture given that you have all the dependencies installed and run the example app.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    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
  • 17
    MaRC (Map Reprojections and Conversions) is a C++ library and program designed to produce map projections of bodies thay may be represented as oblate spheroids from digital images (e.g. FITS images) or computed values (e.g. incidence and emission angles).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    DrawWKT

    DrawWKT

    View your WKT geometries

    Small and powerful! Write one or several WKT geometries on the text box, and visualize them in a click. Alternatively, draw the geometries in the drawing panel and you will have the WKT in the text box. You can also write your geometry readers and import your geometries in any format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Mapyrus is software to plot Geographic Information System data to PostScript, PDF, SVG and web image files. Mapyrus combines a BASIC-like scripting language, reading GIS datasets and running as either a utility program, a Java Servlet, or as a webser
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20

    transitfeed

    Tools for reading, validating & writing transit schedule info in GTFS

    ...It provides a library to help you parse, validate, and generate General Transit Feed Spec (GTFS) feed files. It contains several parts, including TransitFeed (Python package for reading, writing, and validating feeds); Feedvalidator (command line tool that checks a GTFS feed for problems); ScheduleViewer (application for exploring a feed on a map) and more; each with their own set of instructions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    groundcad

    CAD 2D for Land Surveying and Civil

    Operating System : Windows - Linux - Mac OS Drawing 2D Point Line Polygon Rectangle Circle Ellipse Text,Image with thickness,color,hatch... Drawing commands : rotation,scale,explode... Labeling Point Line Polygon Rectangle Circle (Name Code Comment XYZ Length Angle Area Radius ...) Area Calculation by points or by object. Import-Export module : Image bmp,jpg,png CSV TXT SVG DXF R12 SOKKIA SDR33 TOPCON FC4 GTS7 XML LANDXML LEICA GSI8 GSI16
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22

    viewpix

    A Landsat 8 scene viewer

    Viewpix allows the user to load all eleven bands of a Landsat 8 Level 1 data set into memory concurrently. You can scroll and view each band at full resolution. Change bands instantly with a single key press. Band 8 is 15 meters resolution, all other bands are 30m resolution. A 30m resolution gray scale scene is generated by Viewpix and is presented as band 12. Each Landsat 8 scene is roughly 190 X 180 kilometers. Viewpix was originally written as a simple platform to test GPU...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    Penobscot River RKM Calculator

    Penobscot River RKM Calculator

    Look up in river distances in the Penobscot River drainage.

    Allows user to input a .csv of UTM coordinates within the Penobscot River basin and calculates in-river distance (in kilometers) from the river's mouth to the locations of interest. 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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    mkmap

    A map maker via online map services

    ...It accepts the latitude and longitude coordinates, then downloads and merges map tiles. The idea of mkmap is to generate a larger map than the size of a browser screen. So the map could be easily printed or viewed in an off-line device. Mkmap supports Linux and Windows platform.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    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: 0 This Week
    Last Update:
    See Project