Search Results for "musmap - a web gis software"

Showing 47 open source projects for "musmap - a web gis software"

View related business solutions
  • Collect! is a highly configurable debt collection software Icon
    Collect! is a highly configurable debt collection software

    Everything that matters to debt collection, all in one solution.

    The flexible & scalable debt collection software built to automate your workflow. From startup to enterprise, we have the solution for you.
    Learn More
  • The AI workplace management platform Icon
    The AI workplace management platform

    Plan smart spaces, connect teams, manage assets, and get insights with the leading AI-powered operating system for the built world.

    By combining AI workflows, predictive intelligence, and automated insights, OfficeSpace gives leaders a complete view of how their spaces are used and how people work. Facilities, IT, HR, and Real Estate teams use OfficeSpace to optimize space utilization, enhance employee experience, and reduce portfolio costs with precision.
    Learn More
  • 1
    GeoServer

    GeoServer

    GeoServer repository

    GeoServer is an open-source software server written in Java that allows users to share and edit geospatial data. Designed for interoperability, it publishes data from any major spatial data source using open standards. Being a community-driven project, GeoServer is developed, tested, and supported by a diverse group of individuals and organizations from around the world. GeoServer is the reference implementation of the Open Geospatial Consortium (OGC) Web Feature Service (WFS) and Web...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    Django

    Django

    The Web framework for perfectionists with deadlines

    Django is a high-level, free and open-source Python web framework founded on the Model–Template–View (MTV) pattern, designed to facilitate rapid development of secure, maintainable, and scalable database-driven websites. First, read docs/intro/install.txt for instructions on installing Django. Next, work through the tutorials in order (docs/intro/tutorial01.txt, docs/intro/tutorial02.txt, etc.). If you want to set up an actual deployment server, read docs/howto/deployment/index.txt for...
    Downloads: 30 This Week
    Last Update:
    See Project
  • 3
    GeoServer
    GeoServer is an open source software server written in Java that allows users to share and edit geospatial data. Designed for interoperability, it publishes data from any major spatial data source using open standards: WMS, WFS, WCS, WPS and REST
    Leader badge
    Downloads: 44,052 This Week
    Last Update:
    See Project
  • 4
    openMAINT

    openMAINT

    Open source solution for the Property & Facility Management

    openMAINT is an enterprise open source solution for the Property & Facility Management (CMMS). openMAINT helps to know and manage the inventory, maintenance, logistic and economic information related to buildings, plants and movable assets. openMAINT is a ready-to-use solution, configured with databases, workflows, reports and dashboards. The software can be gradually activated according to the needs of each organization and the available resources. openMAINT includes the...
    Leader badge
    Downloads: 171 This Week
    Last Update:
    See Project
  • Next-Gen Encryption for Post-Quantum Security | CLEAR by Quantum Knight Icon
    Next-Gen Encryption for Post-Quantum Security | CLEAR by Quantum Knight

    Lock Down Any Resource, Anywhere, Anytime

    CLEAR by Quantum Knight is a FIPS-140-3 validated encryption SDK engineered for enterprises requiring top-tier security. Offering robust post-quantum cryptography, CLEAR secures files, streaming media, databases, and networks with ease across over 30 modern platforms. Its compact design, smaller than a single smartphone image, ensures maximum efficiency and low energy consumption.
    Learn More
  • 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: 8 This Week
    Last Update:
    See Project
  • 6
    GeoNetwork opensource - Metadata Catalog
    A web based Metadata Catalog Server for data description and discovery. Supports both generic and geospatial data discovery. It implements international standards (e.g. ISO19115/19139/19119, ISO19115-3, DCAT-AP, CSW 2.0, OGC API Records). It originates from the United Nations and is used by many governments as geoportal software. Active development and discussion takes place on GitHub and OSGeo Discourse. You can also connect directly with the companies supporting the...
    Leader badge
    Downloads: 142 This Week
    Last Update:
    See Project
  • 7
    Asset Management ProjectBuilder

    Asset Management ProjectBuilder

    Transportation Asset Management Project Builder

    ProjectBuilder (PB) is a web-based system originally designed and developed by Spy Pond Partners, LLC (SPP) for Pennsylvania Department of Transportation (PennDOT). The purpose of the system is to help the stuff of the agency with creation and scheduling of maintenance and repair projects for transportation infrastructure. The system performs its task by grouping together the treatments prescribed independently by various sources, including PennDOT’s bridge and pavement asset management systems that are parts of the iAM family of software products. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    HMI SCADA for C/C++

    HMI SCADA for C/C++

    HMI - SCADA Graphics Visualization Source Code Solution For C/C++

    E-XD++ HMI - SCADA Graphics Visualization Source Code Solution For C/C++, .NET and Web, 100% VC++ Source Code is Shipped 2023. -- Industrial Control \Design and Simulation Integrated Development Platform VC++ / MFC Source code solution and Web Control for .NET --Adding SCADA/HMI Real-Time Screens to your c#, vb, vc, web applications within a few minutes. Download: http://www.ucancode.net "UCanCode Software Inc. is a leading provider of HMI & SCADA, CAD, GIS and Data Visualization Graphics for software developers more than 40 countries around the world!" ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    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: 1 This Week
    Last Update:
    See Project
  • The Most Powerful Software Platform for EHSQ and ESG Management Icon
    The Most Powerful Software Platform for EHSQ and ESG Management

    Addresses the needs of small businesses and large global organizations with thousands of users in multiple locations.

    Choose from a complete set of software solutions across EHSQ that address all aspects of top performing Environmental, Health and Safety, and Quality management programs.
    Learn More
  • 10
    GeoWE

    GeoWE

    GeoData Web Editing [core SIG Web]

    GeoWE is an open free GIS platform oriented to advanced geodata editing on The Web. The main aim of this initiative is to move the strenghts usually linked to desktop GIS to a web environment, by leveraging open source technologies. This is a free software project that is part of the open source GIS world, and it is developed in Java using the Google Web Toolkit framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Javascript-Voronoi

    Javascript-Voronoi

    JS implementation of Fortune's algorithm to compute Voronoi cells

    This repository implements Steven Fortune’s algorithm (sweep-line method) for generating Voronoi diagrams in JavaScript, providing a performant browser-side solution for computational geometry of planar point sets. With this library you can feed a set of sites (points) and compute their Voronoi cells – the partition of the plane into regions closest to each site – in O(n log n) time. It’s especially useful in web UIs, visualizations, interactive maps, and generative-art contexts where you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Cartoview

    Cartoview

    Geospatial Enterprise Web Applications Framework developed using Djang

    Cartoview is a free, open source GIS software for GIS users, GIS users, Administrators and Developers to easily create and manage GIS Web applications. With the windows installer you will will have your GIS web site ready in minutes. Cartoview integrates with ESRI and OGC platforms and complements open data enterprise Geospatial catalogs. Cartoview is a powerful Geo Spatial framework based on the OpenGIS standards. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    LGML

    LGPL GML parser

    LGML is a GML parser under the LGPL license. The aim is to parse a GML document or fragment in order to get a WKT output. 2D and 3D inputs are both handled, but it is not permitted to have mixed geometries. The caller can choose if the input coordinates are parsed as X, Y, Z (if present) order, or Y, X, Z (if present) order. The willing of the project is to be a starting point useful for developers that need to parse GML objects in order to use them, for example, in the context of OGC...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    ReArch Database Project

    Code Repository for the Recursive Relational Archaeological DBMS

    ...In this manner, ReArch provides a simple platform for analyzing and formally expressing the chains of qualifications and associations that fundamentally characterize excavation contexts, artifact descriptions, geographical information, and the secondary and tertiary materials analyses derived from archaeological materials. ReArch is a stable, portable, and scalable system of open source software components, including PostgreSQL, the Django web framework, GRASS open source GIS, R statistical software, and Python scripting language.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    OpenGTS Navigator

    Customization of OpenGTS look and feel

    OpenGTS Navigator seeks to help OpenGTS users to create their own look and feel of the telematics software by providing a skeleton which can be used as a way to start their customization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    GTMLib

    Java library to handle the GPS Trackmaker (r) file format.

    GPS Trackmaker (r), or GTM for short, is a map file format created with the homonymous software by Geostudio (http://http://www.geostudio.com.br/). This library allows GIS applications, web applications or libraries to support this format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Tool for testing Web Map Services. It allows to run general random tests of WMS and test based on user-like behaviour.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    OpenGeoTracker
    Lets you monitor your GPS-phone. You have full control of your own data. Both client software (for phones) and server software is free open source, so you might set up your own server or use the default one at opengeotracker.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    StereoWS

    StereoWS developed by UCL-MSSL within the ProVisG project

    ...Within this time period, UCL delivered consortium members a stereo application (called StereoWS ver. 1.0), which integrates various practical stereo tools into the JPL’s stereo rendering engine (called JADIS). In addition, a part of software (called StView ver.1.0) was ported to a web-based GIS system (e.g., ProGIS) and ProVIP as a solution for stereo visualisation. Apart from the stereo visualisation, some useful stereo tools (e.g., stereo matcher or stereo image processing tools) have been extracted from UCL’s previous development for HRSC data processing, and modified for close-range stereo imagery.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    GRAIL Real Time Location Service (RTLS)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    gwt-html5-graph

    GWT Diagram Library Components based on html5/eclipse gef/eclipse emf

    gwt-html5-graph(GWT Diagram Library Components) based on: * Google gwt * html5-canvas: IE9/IE10/firefox/safari/opera/chrome * eclipse-gef: Graphical Editing Framework * eclipse-emf: eclipse Modeling framework< * eclipse-uml2: eclipse UML2 project gwt-html5-graph: html5-based technology, has successfully excellent graphics editing framework Eclipse GEF, model editing framework Eclipse EMF, and the Eclipse UML2 Eclipse EMF-based so successfully...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Geomajas is a web mapping GIS software with full vectorial editing capabilities, and support for custom attribute relation models in the browser. It has built-in support for any type of query, selection, filtering, snapping, printing, ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Singularity is a suite of RFID Middleware to support RFID enabled Supply Chain Management, integration to the enterprise, and EPCglobal. It includes edge services for device management, event filtering, workflow, as well as integration components.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    OSGB Web Map Tools is a set of software code and installation instructions that will enable web developers to produce dynamic mapping web sites using Ordnance Survey map data on the internet.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    This software enables easy creation and sharing of district maps online.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB