QGIS is a professional, open-source desktop geographic information system designed for the creation, editing, visualization, and analysis of complex spatial data. It functions as a comprehensive environment for managing vector, raster, and point cloud datasets, providing the tools necessary to perform coordinate transformations, georeferencing, and geographic calculations. The platform distinguishes itself through a modular architecture that supports deep system integration via third-party plugins and a hybrid runtime that combines high-performance compiled code with an interpreted scripting
This project is a cross-platform mapping SDK and hardware-accelerated rendering engine implemented in C++. It provides a shared geospatial core that allows for the embedding of interactive maps into Android, iOS, macOS, Node.js, and Qt applications. The system focuses on high-performance vector tile rendering using OpenGL and GPU primitives to display interactive 3D landscapes and complex geospatial datasets. It transforms compressed protocol buffers into customizable visuals through a style-driven layer pipeline. The capability surface extends to comprehensive location services, including g
This is a Go backend template that structures a web service into domain, usecase, controller, and repository layers with strict dependency inversion. It provides a foundation for building maintainable and testable REST APIs by separating business logic from transport and data access concerns. The project implements JWT-based authentication, issuing access and refresh tokens for user signup, login, and protected endpoint access. It uses the Gin HTTP framework to build a Docker-packaged REST API with public and private route groups, request validation, and middleware-based authentication. Depen
This project is a database abstraction layer for Laravel that implements the repository pattern to decouple business logic from Eloquent database queries. It provides a standardized interface for data retrieval, pagination, and filtering. The system includes a query criteria mechanism for applying reusable search conditions based on request parameters and a caching wrapper that automatically clears stored results during record creation, updates, or deletions. It also features a presentation layer to transform raw database model attributes into formatted output for user interfaces. Additional
GeoServer es un gestor y publicador de datos geoespaciales de código abierto que comparte, edita y procesa información geográfica utilizando estándares abiertos. Opera como un servidor geoespacial OGC y proveedor de servicios de mapas web, entregando datos espaciales y mediciones calculadas a aplicaciones cliente mediante protocolos web estandarizados.
Las características principales de geoserver/geoserver son: Geospatial Web Services, OGC Geospatial Standards, Java Geospatial Servers, Geospatial, Data Abstraction Layers, Geospatial Data & Services, Geographic Information Systems, Geometry Engines.
Las alternativas de código abierto para geoserver/geoserver incluyen: qgis/qgis — QGIS is a professional, open-source desktop geographic information system designed for the creation, editing,… mapbox/mapbox-gl-native — This project is a cross-platform mapping SDK and hardware-accelerated rendering engine implemented in C++. It provides… amitshekhariitbhu/go-backend-clean-architecture — This is a Go backend template that structures a web service into domain, usecase, controller, and repository layers… doctrine/persistence — This project is an object persistence library and data mapper abstraction layer. It provides a set of shared… arthurbrussee/brush — Brush is a tool for creating high-fidelity three-dimensional scene reconstructions from posed images using Gaussian… andersao/l5-repository — This project is a database abstraction layer for Laravel that implements the repository pattern to decouple business…