NYCPlanning / ae-zoning-api

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

Document spatial filter for tax lots endpoint #176

Closed TangoYankee closed 6 months ago

TangoYankee commented 7 months ago

Description

As part of discussion #97

Document a 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

TangoYankee commented 6 months ago

@bmarchena, I ran into a roadblock with the query params. They'll block this until we get them sorted out.

blocking ticket: #186

EDIT: The acceptance criteria reflect that we will now be able to support query params of the desired type, rather than a string formatted in the shape of the desired type.