Large Spatial Models (LSM) – Geoinformation and Big Data Research Lab
Geospatial Type
Geospatial Definitions This document contains the specification of geospatial types and statistics.
Background The Geometry and Geography class hierarchy and its Well-Known Text (WKT) and Well-Known Binary (WKB) serializations (ISO variant supporting XY, XYZ, XYM, XYZM) are defined by OpenGIS Implementation Specification for Geographic information - Simple feature access - Part 1: Common architecture, from OGC(Open Geospatial Consortium).
The version of the OGC standard first used here is 1.2.1, but future versions may also be used if the WKB representation remains wire-compatible.
Ignore File | Cursor Docs
Control which files Cursor can access using .cursorignore and .cursorindexingignore files. Pattern syntax, global ignore, default ignore list, and troubleshooting.
OGC API - Tiles - Part 1: Core
CommunityPluginsThemes
pygeoapi is a Python server implementation of the OGC API suite of standards. The project emerged as part of the next generation OGC API efforts in 2018 and provides the capability for organization...
SupportArticles-docs/support/windows-server/support-tools/troubleshoot-issues-performance-monitor.md at main · MicrosoftDocs/SupportArticles-docs
A public version to sync with SupportArticles-docs-pr - MicrosoftDocs/SupportArticles-docs
Writing Better R Functions - Best Practices and Tips | Towards Data Science
Learn some of the common best practices and tips to use to make your code more readable and easier for others to debug
@protomaps/basemaps
Documentation for @protomaps/basemaps
D3
The JavaScript library for bespoke data visualization
Modern Data Visualization with R
This is an illustrated guide for creating data visualizations in R.
SimplifyC++
SimplifyC++ WANTS TO BE SIMPLE SimplifyC++ is an initiative focused on helping upcoming programmers by providing clear and efficient code. Our primary aim is to simplify Modern C++ concepts, compilers, and libraries, offering complete projects and tools that are useful for mastering C++. By focusing on the core aspects of Modern C++ development, we aim to guide programmers through the complexities of the language while offering valuable insights into algorithms, best practices, and efficient programming techniques.
Introducing Lightweight Versions of GDAL and PDAL | Quansight Consulting
See how Hobu teamed with Quansight to fund the transition to a deferred plugin system in both GDAL and PDAL. The new architecture was implemented in GDAL 3.9.1 and PDAL 2.7.2.
gdal vector partition — GDAL documentation
Home | mise-en-place
mise-en-place documentation
The KDL Document Language
kdl is a document language, mostly based on SDLang, with xml-like semantics that looks like you're invoking a bunch of CLI commands!
--usage
Schema for CLIs
Scaling Up With R and Arrow
Tigris for CDN File Storage
Documentation and guides from the team at Fly.io.
GitHub - flatgeobuf/flatgeobuf: A performant binary encoding for geographic data based on flatbuffers
A performant binary encoding for geographic data based on flatbuffers - flatgeobuf/flatgeobuf
In particular, when using the spatial filter to get a subset of features, multiple requests will be made. Often round-trip latency, rather than throughput, is the limiting factor. A caching CDN can be especially helpful here.
Fetching a subset of a file over HTTP utilizes Range requests. If the page accessing the FGB is hosted on a different domain from the CDN, Cross Origin policy applies, and the required Range header will induce an OPTIONS (preflight) request.
Popular CDNs, like Cloudfront, support Range Requests, but don't cache the requisite preflight OPTIONS requests by default. Consider enabling OPTIONS request caching . Without this, the preflight authorization request could be much slower than necessary.
Large
Streaming FlatGeobuf
This is a 14.1 MB flatgeobuf! If your browser supports streaming fetch, it will be displayed progressively as it downloads. See flatgeobuf.org for more information about this format.
Tricks for Faster Spatial Indexes | Crunchy Data Blog
Learn about how structuring an index based on the inputs it receives and the order of inputs can have a strong effect on the quality of the final index. This post includes a lot of example code and geometry.
Spatial Index: R Trees | Towards Data Science
If you have been following the Spatial Index Series, it started with the need for multi-dimensional indexes and an introduction to space-filling curves, followed by a deep dive into grid systems (GeoHash and Google S2) and tessellation (Uber H3). In this post, let’s explore the R-Tree data structure (data-driven structure), which is popularly used to […]
Crafting Interpreters
A Bytecode Virtual Machine · Crafting Interpreters
Specification - stac-geoparquet
Convert STAC items between JSON, GeoParquet, pgstac, and Delta Lake.
C-Loftus/fgbdump: Quickly explore metadata about a FlatGeobuf file
Quickly explore metadata about a FlatGeobuf file
FlatGeobuf – Cloud-Optimized Geospatial Formats Guide
oz123/awesome-c: A curated list of awesome C frameworks, libraries, resources and other shiny things. Inspired by all the other awesome-... projects out there.
A curated list of awesome C frameworks, libraries, resources and other shiny things. Inspired by all the other awesome-... projects out there. - oz123/awesome-c
A list of open source C libraries - cppreference.com