Skip to content

sesaretah/rmgeo

Repository files navigation

Rails GEOJSON-based Point-in-Polygon API

Given a set of polygons and a point, this API checks wheter the point falls whithin one of polygons or not. This problem is well-known in computational geomtry as point-in-polygon (PIP) problem. The acceptable format for both point and area is the standardized GeoJson format.

Getting Started

To get the Rails server running locally:

  • Install ruby on rails on your machine
  • Clone this repo
  • bundle install to install all req'd dependencies
  • rake db:migrate to make all database migrations
  • rails s to start the local server

Usage

For full documentaion please refer to the project's homepage

Running the tests

bundle exec rspec

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Rails API for Point-in-Polygon problem

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published