/NYC_GRTA_PriorityCDMap

Web-App to Explore Priority Areas (at the level of Community Districts) for Green Roof Tax Abatement in NYC. Full map available at https://tnc-ny-science.github.io/NYC_GRTA_PriorityCDMap/

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

NYC Green Roof Tax Abatement - Priority Area Webmap

Developed by The Nature Conservancy - New York Division, Cities Program, with support from our Data Science team.

Read about our work to map the Green Roofs in NYC here and about Sustainable Roofing Laws in NYC here.

If you have questions about this tool or similar efforts, reach out to Mike Treglia, Lead Scientist of Cities Program with The Nature Conservancy in New York at michael.treglia@tnc.org.

Note: As of spring 2023, the tax abatement is expired, but may be renewed or revised in 2024

Intended Use

This web-app is designed to enable users to enter an address using the address-search functionality, and identify: 1) what Community District the address falls within; and 2) whether the respective Communinity District falls is considered a Priority Area for the Green Roof Tax Abatement (GRTA). While which Community Districts are considered priority areas for the GRTA are available with the Final Rule on the GRTA from the NYC Mayor's Office of Sustainability, until now there has been no easy-to-use tool developed that enables users to quickly identify, visually or by address, whether properties are in Priority Areas. Thus, this fills a gap in accessibility of information, and hope this enables use of the GRTA.

Disclaimer - this tool is intended for informational purposes only and users should verify their Community District and eligibility for the GRTA within Priority Areas with official City sources. The work is provided "as is," without warranty. See the License, and The Nature Conservancy's Terms of Use and Privacy Statement for full disclaimers.

Where to find it and how to use

This tool is avaialble live, embedded in the the portion of the NYC Green Roof Roof Researchers Alliance Website focused on financing options. A full-page version is also available here

Users can also download or clone this repository and run a local http-server (e.g., via NPM http-server) to run a functional version of this tool locally.

Users can click on individual Community Districts for information about which District it is, whether it is a Priority Area for the GRTA, and for links to the respective Community Board webpages and the associated Community District Profiles. Whether Community Districts are Priority Areas for the GRTA is also color-coded, as denoted by the legend in the lower right corner.

To search for addresses, users can click on the magnifying glass icon in the upper-right corner of the tool, and search for a NYC address. Only NYC addresses will work, and this leverages a NYC-specific tool. The address will be marked by a pop-up on the map, which will indicate whether the address falls in the boundaries of a Priority Area, and also provide additional information about the Community District.

Dependencies

This work relies on the following packages and libraries (all sourced from CDN or similar sources). Please see documentation for the respective packages and libraries for licensing and other details:

  • Leaflet (version 1.7.1) - This is the underlying webmapping library we leveraged.
  • NYC Planning Labs geocoder - a NYC-specific geocoding system that returns spatial coordinates based on address search, developed by the NYC Department of City Planning. Note, Input with autocomplete enabled. The map extent and zoom levels are contrained. The geocoder API prioritizes addresses within the active map extent.
  • Leaflet Pelias geocoder plugin - A plugin for Leaflet that enables Pelias-based geocoding engines (such as the NYC Planning Labs geocoder) to be easily embeded in Leaflet webmaps.
  • Leaflet point-in-polygon plugin - a plug-in for Leaflet that enables point-in-polygon overlay analyses (to determine what Community District individual addresses fall within). This plugin is Copyright (c) 2017, Mapbox, All rights reserved.

Associated Data

This work also relies on two datasets (stored in the ./data folder). Download and processing of these datasets for this tool was done in R, with Code available in the ./R folder.

Reporting Issues

If you experience issues with this tool, please report. Our preference is that users file an issue, with as much info as possible via the issues tab here. Include Browser and version, and clear description of the issue including:

  • Expected behavior
  • Observed behavior
  • Screenshots as possible and seems useful
  • Detail of how you are triggering the observed behavior (e.g., "click on magnifying glass icon...")

Alternatively, users can email michael.treglia@tnc.org with issues they are experiencing.