es-geolocparser
v0.0.2
Published
Parse GeoLocation data like ElasticSearch
Downloads
1
Readme
ESGeoLocParsing - parse geo locations like ElasticSearch
Setup
$ npm install
Usage
import { ESGeoLocParsing } from 'es-geolocparsing'
const input = "42.17,17.42"
const parsingResult = new ESGeoLocParsing().parseGeoLoc(input)
console.log(parsingResult.parserName + " did it!")
const geoLoc = parsingResult.geoLocation
// geoLoc.lat, geoLoc.lon, geoLoc.toArray()
Authors and License
(c) 2022 Mirko Westermeier, Service Center for Digital Humanities, University of Muenster
Published under the MIT license. See LICENSE for details.