NYCPlanning / ae-zoning-api

This application is API for serving data related to zoning and tax lots.
2 stars 0 forks source link

Implement spatial filter on tax lots endpoint #177

Closed TangoYankee closed 5 months ago

TangoYankee commented 7 months ago

Description

As part of discussion #97

Implement the spatial filter for the endpoint which accesses many tax lots. This extension filters the tax lots based on a geometry passed through the query parameters. The endpoint will accept the geometry type, coordinates, and a buffer. It will the tax lots which intersect the geometry

Acceptance criteria