All Projects → orhanayd → kandilli-rasathanesi-api

orhanayd / kandilli-rasathanesi-api

Licence: MIT license
Kandilli rasathanesinin son dakika depremler ve tarihe göre deprem listesi için ara API (last minute earthquakes in turkey)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to kandilli-rasathanesi-api

Gcoord
地理坐标系转换工具
Stars: ✭ 2,206 (+2351.11%)
Mutual labels:  geojson
Django Geojson
django-geojson is a collection of helpers to (de)serialize (Geo)Django objects into GeoJSON.
Stars: ✭ 209 (+132.22%)
Mutual labels:  geojson
Php Crud Api
Single file PHP script that adds a REST API to a SQL database
Stars: ✭ 2,904 (+3126.67%)
Mutual labels:  geojson
Rgeo Geojson
RGeo component for reading and writing GeoJSON
Stars: ✭ 162 (+80%)
Mutual labels:  geojson
Go.geojson
Encoding and decoding GeoJSON <-> Go
Stars: ✭ 172 (+91.11%)
Mutual labels:  geojson
Rgm
Tiny (1kb less) but very powerful React Google Map
Stars: ✭ 221 (+145.56%)
Mutual labels:  geojson
Arcgis To Geojson Utils
Tools to convert ArcGIS JSON geometries to GeoJSON geometries and vice-versa.
Stars: ✭ 146 (+62.22%)
Mutual labels:  geojson
geojsoncontour
Convert matplotlib contour plots to geojson
Stars: ✭ 78 (-13.33%)
Mutual labels:  geojson
L7
🌎 Large-scale WebGL-powered Geospatial Data Visualization analysis framework which relies on Mapbox GL or AMap to render basemaps.
Stars: ✭ 2,517 (+2696.67%)
Mutual labels:  geojson
Mapstore2
Modern webmapping with OpenLayers, Leaflet and React
Stars: ✭ 251 (+178.89%)
Mutual labels:  geojson
Mapshaper Plus
Generate geojson files for Echarts Map,base on mapshaper(Echarts 地图数据压缩转换)
Stars: ✭ 163 (+81.11%)
Mutual labels:  geojson
Agstoshapefile
Convert ArcGIS Server Dynamic Map Service to GeoJSON and Shapefile
Stars: ✭ 172 (+91.11%)
Mutual labels:  geojson
Geojson.js
Turn your geo data into GeoJSON. For Node.js and the browser.
Stars: ✭ 223 (+147.78%)
Mutual labels:  geojson
Mapboxstatic.swift
Static map snapshots with overlays in Swift or Objective-C on iOS, macOS, tvOS, and watchOS
Stars: ✭ 162 (+80%)
Mutual labels:  geojson
echarty
Minimal R/Shiny Interface to ECharts.js
Stars: ✭ 49 (-45.56%)
Mutual labels:  geojson
Tippecanoe
Build vector tilesets from large collections of GeoJSON features.
Stars: ✭ 1,986 (+2106.67%)
Mutual labels:  geojson
Qgis Latlontools Plugin
QGIS tools to capture and zoom to coordinates using decimal, DMS, WKT, GeoJSON, MGRS, UTM, and Plus Codes notation. Provides external map support, MGRS & Plus Codes conversion and point digitizing tools.
Stars: ✭ 213 (+136.67%)
Mutual labels:  geojson
geojson-editor
A modified version of Googles Simple GeoJSON Editor
Stars: ✭ 43 (-52.22%)
Mutual labels:  geojson
projects
Türk geliştiricelerin açık kaynak Ruby projeleri
Stars: ✭ 13 (-85.56%)
Mutual labels:  turkey
Mapshaper
Tools for editing Shapefile, GeoJSON, TopoJSON and CSV files
Stars: ✭ 2,813 (+3025.56%)
Mutual labels:  geojson

Kandilli Rasathanesi API

Kandilli Rasathanesi'nin yayınladığı son depremler listesi için API. (last minute earthquakes in turkey parsing from Kandilli Observatory XML)

API DOC:

https://api.orhanaydogdu.com.tr/deprem/api-docs/

Özellikleri:

  • GeoJson ile haritaya kolay aktırabilir,
  • Depremin nerede olduğunu,
  • Deprem noktasına en yakın il sınırı bilgisi,
  • Deprem noktasına yakın Havalimanları ve Uzaklıkları
  • Depremin zaman bilgileri ve depreme özel ID.
  • Tarih bazlı deprem listesi
https://api.orhanaydogdu.com.tr/deprem/kandilli/live
https://api.orhanaydogdu.com.tr/deprem/kandilli/archive
https://api.orhanaydogdu.com.tr/deprem/data/search
https://api.orhanaydogdu.com.tr/deprem/statics/cities

Endpoint kullanım detayları için Dökümanı ziyaret etmeyi unutmayın :)

https://api.orhanaydogdu.com.tr/deprem/kandilli/live
Örnek cevap:
{
	"earthquake_id": "EoIrMsfMSC19f", -> benzersiz deprem id
	"provider": "kandilli", -> deprem bilgi sağlayıcı
	"title": "CALIS-ELBISTAN (KAHRAMANMARAS)", -> sağlayıcı tarafından belirlenen başlık
	"date": "2023.03.08 02:54:44", -> deprem zaman bilgisi
	"mag": 2, -> deprem büyüklüğü
	"depth": 5, -> deprem derinliği
	"geojson": { -> depremin konum noktası
		"type": "Point",
		"coordinates": [37.0132, 38.1355] (long, lat)
	},
	"location_properties": { -> deprem konum noktası detayları
		"closestCity": { -> depreme en yakın sınırı bulunan şehir
			"name": "Malatya", -> şehir adı
			"cityCode": 44, -> şehir plaka kodu
			"distance": 107595.23337847003, -> deprem noktasına uzaklığı km
			"population": 812580 -> ilgili şehrin nüfusu
		},
		"epiCenter": { -> depremin yaşandığı bölge
			"name": "Kahramanmaraş", -> depremin yaşandığı şehir / null gelebilir
			"cityCode": 46, -> şehirin plaka kodu
			"population": 1177436 -> şehirin nufüsü
		},
		"closestCities": [{ -> deprem noktasına yakın diğer şehirler
			"name": "Malatya",
			"cityCode": 44,
			"distance": 107595.23337847003,
			"population": 812580
		}, {
			"name": "Kayseri",
			"cityCode": 38,
			"distance": 108413.76040441653,
			"population": 1441523
		}, {
			"name": "Osmaniye",
			"cityCode": 80,
			"distance": 112348.6815543367,
			"population": 559405
		}, {
			"name": "Gaziantep",
			"cityCode": 27,
			"distance": 116916.3602226536,
			"population": 2154051
		}, {
			"name": "Adıyaman",
			"cityCode": 2,
			"distance": 120785.66951649316,
			"population": 635169
		}],
		"airports": [{ -> depreme yakıun havalimanları
			"distance": 66757.09191032092, -> depremin yaşandığı noktaya uzaklığı
			"name": "Kahramanmaraş Havalimanı",
			"code": "KCM",
			"coordinates": {
				"type": "Point",
				"coordinates": [36.9473, 37.5374] (long, lat)
			}
		}, {
			"distance": 99806.23459651197,
			"name": "Erhaç Havalimanı",
			"code": "MLX",
			"coordinates": {
				"type": "Point",
				"coordinates": [38.091, 38.4354]
			}
		}, {
			"distance": 135359.60289478218,
			"name": "Adıyaman Havalimanı",
			"code": "ADF",
			"coordinates": {
				"type": "Point",
				"coordinates": [38.4691, 37.7314]
			}
		}]
	},
	"rev": null, -> null değilse revize edilmiş bir deprem bilgisi
	"date_time": "2023-03-08 02:54:44", -> date time YYYY-MM-DD HH:mm:ss
	"created_at": 1678240484, -> unix timestamp
	"location_tz": "Europe/Istanbul" -1 statik bilgi
}

Not

Ticari amaçlı kullanmak isteyenlere: "Söz konusu bilgi, veri ve haritalar Boğaziçi Üniversitesi Rektörlüğü’nün yazılı izni ve onayı olmadan herhangi bir şekilde ticari amaçlı kullanılamaz." - İsteklerinizi veya sorularınızı [email protected] den iletebilirsiniz.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].