How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
A wrapper for running GDAL in the browser using gdal-js
The main features of azavea/loam are: Geospatial Data Tools, JavaScript Geospatial Wrappers, Raster and Vector Processing, Data conversion tools.
Open-source alternatives to azavea/loam include: osgeo/gdal — GDAL is an MIT-licensed open source translator library that provides a unified abstract data model for reading and… addresscloud/aws-lambda-docker-rasterio — AWS Lambda Container Image with Python Rasterio for querying Cloud Optimised GeoTiffs. airbusgeo/godal — golang wrapper for github.com/OSGEO/gdal. corteva/rioxarray — rioxarray README. robintw/xarrayandrasterio — Experimental code for loading/saving XArray DataArrays to Geographic Rasters using rasterio. googlemaps/android-maps-utils — This project is a utility library for the Google Maps SDK for Android, providing a suite of specialized tools for…
GDAL is an MIT-licensed open source translator library that provides a unified abstract data model for reading and writing geospatial raster and vector data across hundreds of file formats. It serves as a foundational geospatial data translation library, enabling access to diverse geospatial data formats through a single, consistent interface. The library exposes its core functionality through command-line utilities that allow users to translate, convert, and process geospatial data between formats. A coordinate transformation engine handles conversions between spatial reference systems, whil
AWS Lambda Container Image with Python Rasterio for querying Cloud Optimised GeoTiffs.