All Projects β†’ Esri β†’ geoservices-js

Esri / geoservices-js

Licence: other
Deprecated - please consider using @esri/arcgis-rest-js

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to geoservices-js

Esri Leaflet
A lightweight set of tools for working with ArcGIS services in Leaflet. πŸš€
Stars: ✭ 1,356 (+2458.49%)
Mutual labels:  web-development, arcgis
Geo Golang
Go library to access geocoding and reverse geocoding APIs
Stars: ✭ 394 (+643.4%)
Mutual labels:  arcgis, geocoding
maps-app-dotnet
Your organization's suite of cross platform mapping apps built with the ArcGIS Runtime SDK for .NET
Stars: ✭ 20 (-62.26%)
Mutual labels:  arcgis, geocoding
Imagery-Apps
Example JavaScript source code for ArcGIS imagery apps (Landsat Explorer and Sentinel Explorer) that you can expand or customize.
Stars: ✭ 24 (-54.72%)
Mutual labels:  web-development, arcgis
Cedar
JavaScript Charts for ArcGIS
Stars: ✭ 230 (+333.96%)
Mutual labels:  web-development, arcgis
Esri Leaflet Geocoder
helpers for using the ArcGIS World Geocoding Service in Leaflet
Stars: ✭ 164 (+209.43%)
Mutual labels:  web-development, arcgis
maps-app-ios
Your organisation's mapping app built with the Runtime SDK for iOS
Stars: ✭ 16 (-69.81%)
Mutual labels:  arcgis, geocoding
Angular Esri Map
A collection of directives to help you use Esri maps and services in your Angular applications
Stars: ✭ 213 (+301.89%)
Mutual labels:  web-development, arcgis
Arcgis Rest Js
compact, modular JavaScript wrappers for the ArcGIS REST API
Stars: ✭ 231 (+335.85%)
Mutual labels:  web-development, arcgis
geocoder
Geocoder is a Typescript library which helps you build geo-aware applications by providing a powerful abstraction layer for geocoding manipulations
Stars: ✭ 28 (-47.17%)
Mutual labels:  arcgis, geocoding
worker
[DEPRECATED]
Stars: ✭ 12 (-77.36%)
Mutual labels:  deprecated
docker
A few basic docker containers for web development with PHP 7.3, MySQL 5.7 & NGINX 1.15
Stars: ✭ 18 (-66.04%)
Mutual labels:  web-development
flask-course
Curso de Flask (Desarrollo Web en Python; BΓ‘sico)
Stars: ✭ 23 (-56.6%)
Mutual labels:  web-development
rocketpwa
[DEPRECATED] Command-line toolbelt for PWA developers
Stars: ✭ 37 (-30.19%)
Mutual labels:  deprecated
driver
DEPRECATED: Updated Linux drivers for the ATWILC1000/ATWILC3000 products are located at https://github.com/linux4microchip/linux/tree/master/drivers/net/wireless/microchip/wilc1000. To simplify development, the legacy Linux4WILC was merged into the Linux4Microchip repo where driver development continues (Please refer latest ATWILC1000/ATWILC 300…
Stars: ✭ 31 (-41.51%)
Mutual labels:  deprecated
nardis
A small web framework based on ASGI
Stars: ✭ 14 (-73.58%)
Mutual labels:  web-development
elm-testable
Makes Cmds and Tasks testable
Stars: ✭ 42 (-20.75%)
Mutual labels:  deprecated
Wave
Wave is C# library extends the ArcGIS for Desktop and ArcFM Solution APIs in an effort to simplify customizing these products. The library has been designed to use extension methods to expose the features of the library.
Stars: ✭ 13 (-75.47%)
Mutual labels:  arcgis
configurable-app-examples-4x-js
Configurable Application Examples using ApplicationBase
Stars: ✭ 22 (-58.49%)
Mutual labels:  web-development
devit
The DEVit Web Conference
Stars: ✭ 25 (-52.83%)
Mutual labels:  web-development

Geoservices-js (Deprecated)

Current development efforts are being being invested in arcgis-rest-js. Please consider upgrading.

Build Status

Node.js bindings for Geoservices.

This module abstracts making both authenticated and anonymous common Geoservices requests and parsing their response.

Anonymously accessible services

  • Geocoding
  • Reverse Geocoding
  • Addresses
  • Feature Services

Services that require authentication

  • Bulk Geocoding

Usage

Installing

$ npm install geoservices

Basic Usage

var Geoservices = require('geoservices');

var client = new Geoservices();

Building

Geoservices uses grunt for its build system. To install:

$ sudo npm install -g grunt-cli

To build and run tests, simply run:

$ grunt

Testing

Standalone testing can also be run:

$ npm test

Further documentation

  • Feature Services allow you to interact with feature geometry and attributes from Esri services
  • Geocoding is turning an address or place name into a location. The documentation describes simple geocoding, reverse geocoding and batch geocoding.

Contributing

Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing.

This is an open library for communicating with any service that implements the Geoservices specification. The default endpoint for Geocoding is ArcGIS Online. Please see Terms of Use for licensing and usage details.

See Also

  • geocoder-arcgis provides a client for just the Geocoding APIs with a promise-based design.
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].