Examples: visualization, C++, networks, data cleaning, html widgets, ropensci.

Found 29 packages in 0.03 seconds

geocodebr — by Rafael H. M. Pereira, a month ago

Geolocalização De Endereços Brasileiros (Geocoding Brazilian Addresses)

Método simples e eficiente de geolocalizar dados no Brasil. O pacote é baseado em conjuntos de dados espaciais abertos de endereços brasileiros, utilizando como fonte principal o Cadastro Nacional de Endereços para Fins Estatísticos (CNEFE). O CNEFE é publicado pelo Instituto Brasileiro de Geografia e Estatística (IBGE), órgão oficial de estatísticas e geografia do Brasil. (A simple and efficient method for geolocating data in Brazil. The package is based on open spatial datasets of Brazilian addresses, primarily using the Cadastro Nacional de Endereços para Fins Estatísticos (CNEFE), published by the Instituto Brasileiro de Geografia e Estatística (IBGE), Brazil's official statistics and geography agency.)

njgeo — by Gavin Rozzi, 4 years ago

Tools for Geocoding Addresses in New Jersey using the 'NJOGIS' API

Provides an R interface to free geocoding REST APIs maintained by the New Jersey Office of GIS < https://njgin.nj.gov/njgin/edata/geocoding/index.html#!/> and commonly used shapefiles.

googleway — by David Cooley, 2 years ago

Accesses Google Maps APIs to Retrieve Data and Plot Maps

Provides a mechanism to plot a 'Google Map' from 'R' and overlay it with shapes and markers. Also provides access to 'Google Maps' APIs, including places, directions, roads, distances, geocoding, elevation and timezone.

hutilscpp — by Hugh Parsonage, 10 months ago

Miscellaneous Functions in C++

Provides utility functions that are simply, frequently used, but may require higher performance that what can be obtained from base R. Incidentally provides support for 'reverse geocoding', such as matching a point with its nearest neighbour in another array. Used as a complement to package 'hutils' by sacrificing compilation or installation time for higher running speeds. The name is a portmanteau of the author and 'Rcpp'.

banR — by Joel Gombin, a month ago

Client for the 'BAN' API

A client for the 'Base Adresses Nationale' ('BAN') API, which allows to (batch) geocode and reverse-geocode French addresses. For more information about the 'BAN' and its API, please see < https://adresse.data.gouv.fr/outils/api-doc/adresse>.

mapboxapi — by Kyle Walker, a year ago

R Interface to 'Mapbox' Web Services

Includes support for 'Mapbox' Navigation APIs, including directions, isochrones, and route optimization; the Search API for forward and reverse geocoding; the Maps API for interacting with 'Mapbox' vector tilesets and visualizing 'Mapbox' maps in R; and 'Mapbox Tiling Service' and 'tippecanoe' for generating map tiles. See < https://docs.mapbox.com/api/> for more information about the 'Mapbox' APIs.

PostcodesioR — by Eryk Walczak, 4 years ago

API Wrapper Around 'Postcodes.io'

Free UK geocoding using data from Office for National Statistics. It is using several functions to get information about post codes, outward codes, reverse geocoding, nearest post codes/outward codes, validation, or randomly generate a post code. API wrapper around < https://postcodes.io>.

hereR — by Merlin Unterfinger, a year ago

'sf'-Based Interface to the 'HERE' REST APIs

Interface to the 'HERE' REST APIs < https://developer.here.com/develop/rest-apis>: (1) geocode and autosuggest addresses or reverse geocode POIs using the 'Geocoder' API; (2) route directions, travel distance or time matrices and isolines using the 'Routing', 'Matrix Routing' and 'Isoline Routing' APIs; (3) request real-time traffic flow and incident information from the 'Traffic' API; (4) find request public transport connections and nearby stations from the 'Public Transit' API; (5) request intermodal routes using the 'Intermodal Routing' API; (6) get weather forecasts, reports on current weather conditions, astronomical information and alerts at a specific location from the 'Destination Weather' API. Locations, routes and isolines are returned as 'sf' objects.

mapsapi — by Michael Dorman, 2 years ago

'sf'-Compatible Interface to 'Google Maps' APIs

Interface to the 'Google Maps' APIs: (1) routing directions based on the 'Directions' API, returned as 'sf' objects, either as single feature per alternative route, or a single feature per segment per alternative route; (2) travel distance or time matrices based on the 'Distance Matrix' API; (3) geocoded locations based on the 'Geocode' API, returned as 'sf' objects, either points or bounds; (4) map images using the 'Maps Static' API, returned as 'stars' objects.

openrouteservice — by Andrzej K. Oleś, a year ago

An 'openrouteservice' API Client

The client streamlines access to the services provided by < https://api.openrouteservice.org>. It allows you to painlessly query for directions, isochrones, time-distance matrices, geocoding, elevation, points of interest, and more.