Home
Pricing
Download
Materials
Doc
Video Tutorial
简体中文
English
日本語
Login/Register
Service

All-in-One Lightweight GIS Platform

sceneConstruction Format Conversion serviceDistribution
Free Download
Latest Articles
GIS Encyclopedia
Featured Articles
GISBox Updates

WKB (Well-Known Binary)

WKB (Well-Known Binary) is a binary encoding standard defined by the Open Geospatial Consortium (OGC) for representing geometric objects. It stores spatial features such as points, lines, and polygons as a compact byte stream. Compared to the text‑based WKT format, WKB offers higher storage efficiency and faster transmission and parsing speeds. Its structure typically consists of a 1‑byte byte order marker (0x01 for little‑endian), a 4‑byte geometry type code (e.g., Point = 1, LineString = 2), followed by coordinate data. Coordinates are arranged as IEEE 754 double‑precision floating‑point numbers. WKB is widely used as the underlying storage format for geometry fields in spatial databases such as PostGIS and MySQL.

2026-05-25 13:24:10

WKT (Well-Known Text)

WKT (Well-Known Text) is a standardized text format used to represent geometric objects—such as points, lines, and polygons—in a human‑readable string form. It is widely applied in geographic information systems (GIS) and spatial databases. For example, POINT(30 10) represents a point with coordinates (30, 10); LINESTRING(0 0, 1 1, 2 1) represents a polyline; and POLYGON((0 0, 10 0, 10 10, 0 10, 0 0)) represents a rectangular polygon. Its syntax is defined by the Open Geospatial Consortium (OGC), facilitating the exchange of spatial data between different systems.

2026-05-25 13:11:33

Ordnance Survey OS Data Hub API

Ordnance Survey OS Data Hub API is a cloud-based geospatial data delivery service provided by Ordnance Survey (OS), the national mapping agency of Great Britain. It offers OS's high-precision geographic data (mapping, addresses, road networks, administrative areas, topography, etc.) as a RESTful API that can be directly integrated into web and mobile applications for real-time use. In an authenticated environment, developers can access various GIS datasets and efficiently incorporate functions such as map display, spatial analysis, route calculation, and statistical aggregation.

2026-05-15 17:27:49

GeoNames Web Services

GeoNames Web Services is a suite of RESTful web services that provide programmatic access to the GeoNames geographical database, one of the world's largest free geographic name repositories. Launched in 2006 by Marc Wick, the GeoNames project contains over 11 million unique geographical features and 5.5 million alternate names across approximately 200 languages . The web services offer functionality including full-text search, reverse geocoding (converting coordinates to place names), postal code lookup, and Wikipedia article integration. All data is available under a Creative Commons Attribution license, making it accessible for both free and commercial applications. The services are widely used in mapping applications, logistics tracking, travel planning, and GIS analysis.

2026-05-14 19:53:56

NOAA NCEI API (National Centers for Environmental Information API)

The NOAA NCEI API (National Centers for Environmental Information API) is a climate, ocean, and geographic data access service provided by the U.S. National Oceanic and Atmospheric Administration (NOAA). It offers a unified interface for obtaining and analyzing a wide variety of geospatial and environmental data, including temperature, precipitation, sea surface temperature, meteorological observations, and climate change indicators. Through the API, researchers, data scientists, and policymakers can efficiently retrieve both real‑time and historical data for use in diverse fields such as climate modeling, environmental assessment, and disaster prediction.

2026-05-14 19:44:55

OpenSky Network API

The OpenSky Network API is an open API platform that collects and provides real-time flight data for commercial aircraft and drones. It offers information such as aircraft positions, altitude, speed, flight paths, and identification numbers, and can be used for air traffic monitoring, flight analysis, and research purposes. Data is collected through sensors and the ADS-B (Automatic Dependent Surveillance–Broadcast) network, and developers and researchers can easily access it via a RESTful API. This enables a wide range of applications, including visualization of air traffic conditions, flight pattern analysis, airspace management, and safety monitoring.

2026-05-14 19:36:02

AGD84 (Australian Geodetic Datum 1984) – EPSG:4203

AGD84 (Australian Geodetic Datum 1984) – EPSG:4203 is a regional geodetic datum that served as an interim update to AGD66, released by the Australian National Mapping Council in 1984. While still based on the Australian National Spheroid (ANS) and non-geocentric origin, AGD84 incorporated additional survey data and improved adjustment techniques, resulting in better positional accuracy than its predecessor. Unlike AGD66, which was a purely national adjustment, AGD84 included improved ties to international datums and incorporated Doppler satellite observations to better constrain the network. However, AGD84 was short-lived, as the shift toward geocentric datums (GDA94) began in the 1990s. Today, AGD84 is rarely used but remains relevant for certain legacy datasets produced during the late 1980s and early 1990s.

2026-05-14 19:27:30

AGD66 (Australian Geodetic Datum 1966) – EPSG:4202

AGD66 (Australian Geodetic Datum 1966) – EPSG:4202 is a regional geodetic datum that served as the official coordinate reference system for Australia from the late 1960s until its gradual replacement by GDA94 (Geocentric Datum of Australia 1994) in the 1990s. Developed by the Australian National Mapping Council, AGD66 was based on a network of approximately 1,200 survey stations adjusted using classical terrestrial measurements (triangulation and trilateration) and the Australian National Spheroid (ANS), a modified version of the GRS 1967 ellipsoid. Unlike modern geocentric datums, AGD66 is a local, Earth-fixed datum with its origin offset from the Earth's center by approximately 200 meters. While largely obsolete today, AGD66 remains important for interpreting legacy maps, historical GIS data, and older resource exploration records across Australia.

2026-05-14 19:22:36

NAD83(2011) – EPSG:6318

NAD83(2011) – EPSG:6318 is the most recent realization of the North American Datum of 1983 (NAD83), released by the U.S. National Geodetic Survey (NGS) in 2011 as part of the National Spatial Reference System (NSRS). It succeeded NAD83(NSRS2007) and represents the culmination of over a decade of GPS observations from approximately 2,000 Continuously Operating Reference Stations (CORS) and thousands of passive control marks. NAD83(2011) achieved improved alignment with the International Terrestrial Reference Frame (ITRF2008) while maintaining the plate-fixed nature of NAD83. It is currently the official NSRS realization recommended by the NGS for high-precision surveying, mapping, and GIS applications across the United States.

2026-05-14 19:18:49

NAD83(NSRS2007) – EPSG:4759

NAD83(NSRS2007) – EPSG:4759 is a realization of the North American Datum of 1983 (NAD83), released by the U.S. National Geodetic Survey (NGS) in 2007 as part of the National Spatial Reference System (NSRS). It succeeded NAD83(HARN) and preceded NAD83(2011). NSRS2007 was a nationwide re-adjustment that incorporated GPS observations from approximately 1,800 Continuously Operating Reference Stations (CORS) and thousands of survey markers, achieving consistent accuracy of approximately 0.01–0.05 meters across the entire United States. Unlike earlier realizations, NSRS2007 provided a single, unified, nationwide adjustment rather than state-by-state HARN adjustments.

2026-05-14 19:13:23
  • 1
  • 2
  • 3
  • 4
  • 42
All-in-One Lightweight GIS Platform
Free Download download
Email: support@gisbox.com
© 2020-2026, Hangzhou Duosuan Technology Co., Ltd.
PRODUCT
Download
Pricing & Plans
RESOURCES
Doc
GIS Encyclopedia
SUPPORT
Contact Us
Terms of Use
Privacy Policy
EULA
LINKS
Wings Engine

Service

Online Service