No Clocks

No Clocks

4334 bookmarks
Newest
Understand EPSG, WKT and Other CRS Definition Styles
Understand EPSG, WKT and Other CRS Definition Styles
Coordinate Reference System (CRS) information is often stored in three key formats, including proj.4, EPSG and WKT. Learn more about the ways that coordinate reference system data are stored including proj4, well known text (wkt) and EPSG codes.
·earthdatascience.org·
Understand EPSG, WKT and Other CRS Definition Styles
c++ - Determining Which Compiler Built a Win32 PE - Stack Overflow
c++ - Determining Which Compiler Built a Win32 PE - Stack Overflow
How can one determine which C or C++ compiler was used to build a particular Windows executable or DLL? Some compilers leave behind version strings in the final executable, but this seems to be rar...
·stackoverflow.com·
c++ - Determining Which Compiler Built a Win32 PE - Stack Overflow
Data serialisation in R – Notes from a data witch
Data serialisation in R – Notes from a data witch
A terrifying descent into madness, or, an explanation of how R serialises an in-memory data structure to summon a sequence of bytes that can be saved or transmitted. Eldritch horrors are unleashed by reading occult texts such as the R internals manual, SEXPTYPE codes are extracted from RDS with bitwise logic, and in the dark conclusion the R source code is consulted
·blog.djnavarro.net·
Data serialisation in R – Notes from a data witch
Go Optimization Guide
Go Optimization Guide
Patterns and Techniques for Writing High-Performance Applications with Go
·goperf.dev·
Go Optimization Guide
Home
Home
Sophisticated static program analysis framework for the R programming language. - flowr-analysis/flowr
·github.com·
Home
Pipeline Tools Inspired by GNU Make
Pipeline Tools Inspired by GNU Make
A suite of tools for transforming an existing workflow into a self-documenting pipeline with very minimal upfront costs. Segments of the pipeline are specified in much the same way a Make rule is, by declaring an executable recipe (which might be an R script), along with the corresponding targets and dependencies. When the entire pipeline is run through, only those recipes that need to be executed will be. Meanwhile, execution metadata is captured behind the scenes for later inspection.
·kinto-b.github.io·
Pipeline Tools Inspired by GNU Make
Geospatial Type
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.
·parquet.apache.org·
Geospatial Type
Ignore File | Cursor Docs
Ignore File | Cursor Docs
Control which files Cursor can access using .cursorignore and .cursorindexingignore files. Pattern syntax, global ignore, default ignore list, and troubleshooting.
·cursor.com·
Ignore File | Cursor Docs
CommunityPluginsThemes
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...
·github.com·
CommunityPluginsThemes
@protomaps/basemaps
@protomaps/basemaps
Documentation for @protomaps/basemaps
·maps.protomaps.com·
@protomaps/basemaps
D3
D3
The JavaScript library for bespoke data visualization
·d3js.org·
D3
Modern Data Visualization with R
Modern Data Visualization with R
This is an illustrated guide for creating data visualizations in R.
·rkabacoff.github.io·
Modern Data Visualization with R
SimplifyC++
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.
·simplifycpp.org·
SimplifyC++
The KDL Document Language
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!
·kdl.dev·
The KDL Document Language
--usage
--usage
Schema for CLIs
·usage.jdx.dev·
--usage
GitHub - flatgeobuf/flatgeobuf: A performant binary encoding for geographic data based on flatbuffers
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.
·github.com·
GitHub - flatgeobuf/flatgeobuf: A performant binary encoding for geographic data based on flatbuffers