A CRS definition with PROJ.4 & WKT
API · /epsg-api
Coordinate Systems API
Map projections and coordinate reference systems as an API — the EPSG dataset made queryable. Every CRS, from geographic systems like WGS 84 (the GPS standard, EPSG 4326) to projected ones like Web Mercator (3857), the UTM zones and national grids, has an EPSG code. Search the dataset by name to find the code you need, then resolve any code to its full definition: name, kind (geographic, projected, …), area of use, scope, and — most usefully — the ready-to-paste PROJ.4 string and WKT definition that GIS libraries (GDAL, PROJ, PostGIS, Leaflet, OpenLayers, QGIS, GeoPandas) consume directly. Search comes from the official EPSG Registry maintained by IOGP; the PROJ.4/WKT exports come from epsg.io. A geodesy / coordinate-reference-system resource — distinct from geocoding (addresses to coordinates), geohashing and administrative-boundary APIs. Ideal for GIS, mapping, surveying, remote-sensing and spatial-data applications.
API salute
salutare- Tempo di attività
- 100.00%
- Sondaggi del server · 24 ore su 24
- Latenza media
- 464 ms
- Sondaggi del server · 24 ore su 24
- Abbonati
- 3,984
- attiva
- Chiamate totali
- 57
- ultimi 7 giorni
Prezzi
Scegli un livello: fatturazione mensile, annullamento in qualsiasi momento.
Free
Gratis
- 2,380 chiamate/mese
- 2 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 2,380 llamadas/mes
- 2 solicitudes/seg
- Búsqueda + CRS + PROJ.4/WKT
- Sin tarjeta de crédito
Starter
€6.85 /mese
- 47,500 chiamate/mese
- 8 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 47.5k calls/month
- 8 req/sec
- Area of use + scope
- Email support
Pro
€21.80 /mese
- 238,000 chiamate/mese
- 20 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 238k calls/month
- 20 req/sec
- GIS & mapping apps
- Priority support
Mega
€58.10 /mese
- 850,000 chiamate/mese
- 50 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 850k calls/month
- 50 req/sec
- Spatial-data platform
- Dedicated SLA
Costruito da
Correlato APIs
Altro APIs con tag sovrapposti.
UTM Coordinate API
UTM ↔ geographic coordinate conversion as an API, computed locally and deterministically on the WGS84 ellipsoid. The from-latlon endpoint projects a latitude and longitude into the Universal Transverse Mercator grid — returning the zone (1–60), the hemisphere, the latitude band letter, and the easting and northing in metres — using the Snyder/USGS Transverse Mercator series, which is accurate to a few millimetres within a zone; New York (40.7128, −74.0060) maps to zone 18N at about 583960 E, 4507351 N, and the canonical 45°N on a central meridian gives a northing of exactly 4982950.40 m. The to-latlon endpoint inverts it, recovering the latitude and longitude from a zone, hemisphere, easting and northing. Each zone is 6° of longitude wide with a 500000 m false easting on its central meridian and a 10000000 m false northing in the southern hemisphere. Latitude is valid from −80° to 84°. Everything is computed locally and deterministically, so it is instant and private. Ideal for GIS, surveying, mapping, geospatial, drone-mapping and location app developers, coordinate-conversion and grid-reference tools, and spatial software. Pure local computation — no key, no third-party service, instant. Live, nothing stored. 2 endpoints. This is UTM on WGS84; for the polar regions use UPS and for an EPSG-code lookup use an EPSG API.
api.oanor.com/utm-api
Geodesy API
Geodesia avanzada más allá del círculo máximo simple. El endpoint vincenty calcula la distancia entre dos puntos de latitud/longitud en el elipsoide WGS84 utilizando la fórmula inversa de Vincenty — precisa hasta un milímetro, mucho mejor que la aproximación esférica — además de los rumbos inicial y final, en metros, kilómetros, millas y millas náuticas. El endpoint rhumb calcula la distancia de la línea loxodrómica y el rumbo constante de la brújula que la sigue — la ruta que se sigue manteniendo un rumbo, como se usa en navegación marítima y aérea. El endpoint cross-track encuentra a qué distancia se encuentra un punto a la izquierda o derecha de una trayectoria de círculo máximo entre dos puntos (distancia transversal) y a qué distancia a lo largo de esa trayectoria se encuentra (distancia a lo largo de la trayectoria). Todo se calcula local y determinísticamente, por lo que es instantáneo y privado. Ideal para navegación marítima y aérea, topografía y SIG, análisis de rutas y cartografía precisa. Cálculo local puro — sin clave, sin servicio de terceros, instantáneo. En vivo, nada se almacena. 4 endpoints. Esta es geodesia avanzada; para distancia de círculo máximo simple, rumbo, punto medio y destino, use una API de geo-distancia y para conversión de formato de coordenadas, use una API de geo-conversión.
api.oanor.com/geodesy-api
WKT API
Convert geometry between WKT (Well-Known Text) and GeoJSON, in both directions. WKT is the textual geometry format used by PostGIS, Spatialite, GEOS, JTS, Shapely and the OGC Simple Features standard (POINT (30 10), LINESTRING (...), POLYGON ((...))); GeoJSON is what web maps and JavaScript expect. The to-geojson endpoint turns a WKT string into a GeoJSON geometry, and to-wkt does the reverse from a GeoJSON geometry or Feature. Supports Point, LineString, Polygon, MultiPoint, MultiLineString, MultiPolygon and GeometryCollection. Perfect for bridging a spatial database and a front-end map, importing and exporting geometry, and data-migration scripts. Pure local computation — no key, no third-party service, instant; send large geometries via POST. Live, nothing stored. 3 endpoints. Distinct from coordinate-format conversion, EPSG/CRS lookups, slippy map tiles and GeoJSON geospatial metrics.
api.oanor.com/wkt-api
GeoJSON API
Mida la geometría GeoJSON en la superficie de la tierra. Calcule el área real de un polígono o multipolígono (en metros cuadrados, kilómetros cuadrados, hectáreas, acres y millas cuadradas), encuentre el centroide de cualquier GeoJSON, obtenga el cuadro delimitador (oeste/sur/este/norte) y su centro, mida la longitud de una LineString o MultiLineString (en kilómetros, metros, millas y millas náuticas), y pruebe si un punto de latitud/longitud cae dentro de un polígono. Acepta geometrías, Features y FeatureCollections; las coordenadas siguen el orden [longitud, latitud] de GeoJSON. Perfecto para aplicaciones de mapas, geocercas, análisis de territorio y cuencas, distancias de rutas y paneles espaciales. Cálculo local puro — sin clave, sin servicio de terceros, instantáneo. En vivo, nada almacenado. 6 endpoints. Distinto de la geometría de forma abstracta, conversión de formato de coordenadas, mosaicos de mapas móviles y datos de límites administrativos.
api.oanor.com/geojson-api
Domande frequenti
Risposte rapide su prezzi, quote e integrazione.
Come ottengo una chiave API per Coordinate Systems API?
Qual è il limite di velocità di Coordinate Systems API?
Quanto costa Coordinate Systems API?
Posso cancellare l'abbonamento in qualsiasi momento?
Coordinate Systems API è conforme al GDPR?
Scegli un endpoint dall'elenco a sinistra per visualizzarne i dettagli e provarlo.
Frammenti di codice
Iscriviti per ottenere una chiave API, quindi chiama qualsiasi percorso sotto il tuo slug.
curl https://api.oanor.com/epsg-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/epsg-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/epsg-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
"https://api.oanor.com/epsg-api/SOME_PATH",
headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())
Valutazioni
Accedi per votare.
Nessuna recensione ancora.
Discussione
Fai domande, condividi consigli, ricevi risposte dal provider e dagli altri sviluppatori. Pubblico — chiunque può leggere.
Accedi per scrivere o rispondere.
AccediNuova discussione
·
-
Risposta del provider
🔒 Discussione bloccata — non si può più rispondere.
-
·
- Nessuna discussione — inizia tu.
Supporto
Supporto privato 1:1 con il provider — fatturazione, integrazione, account. Solo tu e il team del provider vedete questi thread.
Accedi per aprire un ticket di supporto.
AccediApri nuovo ticket
Descrivi cosa ti serve. Il team del provider riceve un'email e risponde sulla pagina del ticket.
-
·
Urgente - Nessun ticket per questa API.