All Projects → jeremiehuchet → nominatim-java-api

jeremiehuchet / nominatim-java-api

Licence: LGPL-3.0 license
Nominatim search API client written in Java

Programming Languages

java
68154 projects - #9 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to nominatim-java-api

OpenNameSearch
Script for Building a Basic Nominatim Server
Stars: ✭ 14 (-76.27%)
Mutual labels:  geocoding, nominatim
NominatimGeocoderBackend
UnifiedNlp geocoder backend that uses the OSM Nominatim service
Stars: ✭ 49 (-16.95%)
Mutual labels:  geocoding, nominatim
nominatim-docker
Docker image for Nominatim
Stars: ✭ 33 (-44.07%)
Mutual labels:  geocoding, nominatim
nominatim-k8s
Nominatim for Kubernetes on Google Container Engine (GKE).
Stars: ✭ 59 (+0%)
Mutual labels:  nominatim
dtp stat helpers
Helpers for clearing data from http://stat.gibdd.ru
Stars: ✭ 11 (-81.36%)
Mutual labels:  geocoding
dtp-stat-archive
Карта ДТП v1.0. 👉 База знаний о проекте: https://github.com/dtpstat/dtp-project/wiki
Stars: ✭ 142 (+140.68%)
Mutual labels:  geocoding
Atlas
🌎 Atlas is a set of APIs for looking up information about locations
Stars: ✭ 21 (-64.41%)
Mutual labels:  geocoding
svelte-mapbox
MapBox Map and Autocomplete components for Svelte (or Vanilla JS)
Stars: ✭ 267 (+352.54%)
Mutual labels:  geocoding
LightOSM.jl
A Julia package for downloading and analysing geospatial data from OpenStreetMap APIs.
Stars: ✭ 32 (-45.76%)
Mutual labels:  nominatim
leaflet-opencage-search
A Leaflet geocoding control that uses the OpenCage geocoding API
Stars: ✭ 18 (-69.49%)
Mutual labels:  geocoding
geocoder
Geocoder is a Typescript library which helps you build geo-aware applications by providing a powerful abstraction layer for geocoding manipulations
Stars: ✭ 28 (-52.54%)
Mutual labels:  geocoding
local-reverse-geocoder
Local reverse geocoder for Node.js based on GeoNames data
Stars: ✭ 155 (+162.71%)
Mutual labels:  geocoding
Geocoding-with-Map-Vector
Resources for the ACL 2018 publication "Which Melbourne? Augmenting Geocoding with Maps", published in July 2018.
Stars: ✭ 24 (-59.32%)
Mutual labels:  geocoding
h3-r
R bindings for H3, a hierarchical hexagonal geospatial indexing system
Stars: ✭ 57 (-3.39%)
Mutual labels:  geocoding
iota-area-codes
IACs are a proposed standard for tagging IOTA transactions with a geo-location, which allows them to be fetched based on their location.
Stars: ✭ 20 (-66.1%)
Mutual labels:  geocoding
geocoder
Web app interface for geocoding addresses in CSV files.
Stars: ✭ 17 (-71.19%)
Mutual labels:  geocoding
radar-sdk-android
Android SDK for Radar, the leading geofencing and location tracking platform
Stars: ✭ 57 (-3.39%)
Mutual labels:  geocoding
google maps
🗺 An unofficial Google Maps Platform client library for the Rust programming language.
Stars: ✭ 40 (-32.2%)
Mutual labels:  geocoding
django-mapbox-location-field
Simple in use location model and form field with MapInput widget for picking some location. Uses mapbox gl js, flexible map provider API. Fully compatible with bootstrap framework. Can be used with spatial or plain databases.
Stars: ✭ 60 (+1.69%)
Mutual labels:  geocoding
open route service
An encapsulation made around openrouteservice API for Dart and Flutter projects. Made for easy generation of Routes and Directions on Maps, Isochrones, Time-Distance Matrix, Pelias Geocoding, POIs, Elevation and routing Optimizations using their amazing API.
Stars: ✭ 20 (-66.1%)
Mutual labels:  geocoding

Nominatim Java API

Build Status

This library provides a client for Nominatim. This API provides search and reverse geocoding operations.

Quickstart

Maven users can add the following dependency to their pom.xml:

<dependency>
  <groupId>fr.dudie</groupId>
  <artifactId>nominatim-api</artifactId>
  <version>3.4</version>
</dependency>

Note that it is fair and reasonable to specify an email address when using the Nominatim API, see the Notminatim Usage Policy for more informations.

If you are sending in large numbers of requests it is particularly important that we have some way of contacting you - otherwise, in the event of problems, the only alternative is to ban your IP and wait for you to contact us.

How to use

See the API javadoc and JUnit tests.

Java & Android

I don't use it anymore in android app but it should still be compatible with Android.

Features

See the releases page.

Please ask for enhancements and report bugs on Github tracker or contact us.

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].