4fath / tree-search

search street trees from NYC Open Data

Repository from Github https://github.com4fath/tree-searchRepository from Github https://github.com4fath/tree-search

Assignment

Create a search application where you expose an endpoint for a client to search based on a certain radius for tree related data.

Output

  • You have to retrieve the count of "common name" (please see in the documentation on the same page above which field to refer to) for all the species of trees in that search radius
  • Expected outcome from the api
{
    "red maple": 30,
    "American linden": 1,
    "London planetree": 3
}

About

search street trees from NYC Open Data


Languages

Language:Java 100.0%