Tax Lot Search

Search for NYC Tax Lots Using BBL

BBL Search - findAddressCandidates

You can search for many different kinds of addresses using the LocateNYC API /findAddressCandidates operation including address, place, intersection, NYC building (using BIN), NYC tax lot (using BBL), 3D building floor, street segment (the street between two consecutive intersections), street segment blockface (one side of the street), and street stretch (the stretch of street between intersections that are not consecutive). You can pass the address components in a single parameter using the singleLine option or separtated into multiple parameters. The response is the same for both scenarios.

This page focuses on searching for tax lots using the NYC borough, block, and lot number (BBL). For a discusson of address and place search please see the Address Search page. According to the NYC Geosupport User Programming Guide (2019), the city’s tax geography is designated and modified by the New York City Department of Finance (DOF). The tax geography consists of the subdivision of the territory of the city (excluding city-owned land that is mapped for streets) into tax blocks, each of which is further subdivided into one or more tax lots. Each tax block is identified, uniquely within its borough, by a tax block number assigned by DOF. Each tax block can consist of one, more than one, or a portion of one physical city block. Each tax lot is identified, uniquely within its tax block, by a tax lot number assigned by DOF. For a more complete discussion of BBL please refer to the NYC Planning Page for Tax Lots and BBLs.

The BBL consists of a 10 byte integer comprised of 3 numeric sequences which representing the borough (digit 1), block (digit 2-6), and lot (digit 7-10).

LocateNYC returns a wide variety of response parameters. Please see the Response Parameters sections below for a full list. Many of these parameters are derived directly for the NYC Geosupport API and are described using the descriptions provided in the Geosupport User Programming Guide (UPG). Many other parameters are created directly from the LocateNYC API and are also descirbed in Repsonse Parameters section.


Helpful Documentation Links


Contents


Request URL

GET/POST https://locatenyc.io/arcgis/rest/services/locateNYC/v1/GeocodeServer/findAddressCandidates


Parameters

Required Parameters

token

JSON web token (JWT). An encoded token used to authenticate the user. Can be obtained by making a request to the /tokens/generateToken operation.

Optional Parameters

singleLine

Specifies the location to be geocoded. The input address components are formatted as a single string.

Address Example:
singleLine=231 East 10th Street, Manhattan

Place Example:
singleLine=Carnegie Hall

BIN Example:
singleLine=1006458

BBL Example:
singleLine=1007810001

Intersection Example:
singleLine=8th Avenue and 41st Street, Manhattan

Street Segment Example:
singleLine=10th Ave between W 50 St and W 51 St, Manhattan

Blockface Example:
singleLine=West side of 10th Ave between W 50 St and W 51 St, Manhattan

3D Address Example:
singleLine=231 East 10th Street, Manhattan, Floor 3

3D Place (the "B" represents below ground or basement) Example:
singleLine=Carnegie Hall, Floor B1



houseNumber

The number of the address to be geocoded. To be used in coordination with street, borough, zip



street

The street name of the address to be geocoded. To be used with houseNumber, borough, zip



borough

The borough of the address to be geocoded. Accepts both spelled and coded values. Accepts [Manhattan, Bronx, Brooklyn, Queens, Staten Island, MN, BR, BK, QN, SI, 1, 2, 3, 4, 5] as well as coded values for boroughs. See BOROUGH CODE for more details on the coded values. To be used with houseNumber, street, zip

Example:

borough=Manhattan


zip

The zip code (postal) of the address to be geocoded. 5 bytes. To be used with houseNumber, street, borough

Example:

zip=10035


onStreet

The "on" street segment/stretch for street segment/blockface queries. For example, the address is "on" W 41 St between 7 Ave and 8 Ave. If passed to the API, crossStreetOne and crossStreetTwo are required.

Example:

onStreet=West 41 Street


crossStreetOne

The first cross street for street segment/blockface queries. For example, the address is "on" W 41 St between 7 Ave and 8 Ave. If passed to the API, onStreet and crossStreetTwo are required.

Example:

crossStreetOne=7 Ave


crossStreetTwo

The first cross street for street/segment blockface queries. For example, the address is "on" W 41 St between 7 Ave and 8 Ave. If passed to the API, onStreet and crossStreetOne are required.

Example:

crossStreetTwo=8 Ave


compassDirection

The compass direction [n, s, e, w] for single side blockface queries. If the LocateNYC API finds a match, then Geosupport blockface information (only one side of a street segment) will be returned. If passed to the API, onStreet , crossStreetOne, and crossStreetTwo are required.

Example:

compassDirection=e


boroughCrossStreetOne

The borough of the first cross street (crossStreetOne) for street segment/blockface queries. Only required if crossStreetOne parameter is passed.

Example:

boroughCrossStreetOne=manhattan


boroughCrossStreetTwo

The borough of the second cross street (crossStreetTwo) for street segment/blockface queries. Only required if crossStreetTwo parameter is passed.

Example:

boroughCrossStreetTwo=manhattan


outSR

The well-known ID of the spatial reference, or a spatial reference JSON object for the returned addresses. WKID accepted include: [4326 (default, WGS), 2263 (Long Island State Plane), 3857 (Web Mercator), 102100 (Web Mercator), 26918 (UTM 18N)]. Format 1; 3857. Format 2; {"wkid":102100}.

Examples:

outSR=3857


outSR={"wkid":102100}


normalizeType

The normalize type parameter represents how the address should be normalized by LocateNYC/Geosupport. For more details, please refer to the Geosupport User Guide The supported types are



callback

Callback parameter. Produces padded JSON response. Used by Esri APIs/SDKs. Only use this if you really know what your doing.



f

Requested format of the response. Only accepts 'json', and the default value is 'json'.




findAddressCandidates Details

GET/POST https://locatenyc.io/arcgis/rest/services/locateNYC/v1/GeocodeServer/findAddressCandidates

Search for an NYC Tax Lot

Searching for an NYC tax lot is done by passing the 10-digit BBL to the singleLine parameter of the /findAddressCandidates operation.

Example: Search for an NYC tax lot using borough, block and lot (BBL) number: 4019180065 (LeFrak City, Lot for the United States Building)

 Request




 Response

{
  "spatialReference": {
    "wkid": 102100,
    "latestWkid": 3857
  },
  "candidates": [
    {
      "address": "Borough:4 Block:01918 Lot:0065",
      "location": {
        "x": -8222338.224646078,
        "y": 4973657.945181744
      },
      "score": 100,
      "attributes": {
        "bbl": "4019180065",
        "bblBoroughCode": "4",
        "bblBoroughCodeIn": "4",
        "bblTaxBlock": "01918",
        "bblTaxBlockIn": "01918",
        "bblTaxLot": "0065",
        "bblTaxLotIn": "0065",
        "buildingIdentificationNumber": "4047319",
        "condominiumBillingBbl": "0000000000",
        "firstBoroughName": "QUEENS",
        "geosupportFunctionCode": "BL",
        "geosupportReturnCode": "00",
        "gi5DigitStreetCode1": "11840",
        "giBoroughCode1": "4",
        "giBuildingIdentificationNumber1": "4047319",
        "giDcpPreferredLgc1": "01",
        "giHighHouseNumber1": "97-30",
        "giLowHouseNumber1": "97-30",
        "giSideOfStreetIndicator1": "R",
        "giStreetCode1": "41184001",
        "giStreetName1": "57 AVENUE",
        "highBblOfThisBuildingsCondominiumUnits": "4019180065",
        "internalLabelXCoordinate": "1022349",
        "internalLabelYCoordinate": "0207894",
        "latitudeInternalLabel": 40.737215546239455,
        "longitudeInternalLabel": -73.86252098399744,
        "lowBblOfThisBuildingsCondominiumUnits": "4019180065",
        "lowHouseNumberOfDefiningAddressRange": "100097030AA",
        "modeSwitchIn": "X",
        "numberOfEntriesInListOfGeographicIdentifiers": "0001",
        "numberOfExistingStructuresOnLot": "0001",
        "numberOfStreetFrontagesOfLot": "01",
        "returnCode1a": "00",
        "rpadBuildingClassificationCode": "D1",
        "rpadSelfCheckCodeForBbl": "5",
        "sanbornBoroughCode": "4",
        "sanbornPageNumber": "078",
        "sanbornVolumeNumber": "19",
        "taxMapNumberSectionAndVolume": "41102",
        "workAreaFormatIndicatorIn": "C",
        "Loc_name": "geosupport_BL",
        "Addr_type": "PointAddress",
        "Score": 100,
        "Match_addr": "Borough:4 Block:01918 Lot:0065",
        "geoclient_function": "BBL",
        "geoclient_version": "2.0.0",
        "geosupport_release": "19a",
        "geosupport_release_date": "February 2019",
        "geosupport_version": "19.1",
        "status": "EXACT_MATCH",
        "level": "0"
      }
    }
  ]
}

 Map

Search for an NYC Tax Lot With Multiple Buildings

Searching for an NYC tax lot is done by passing the 10-digit BBL to the singleLine parameter of the /findAddressCandidates operation.

Example: Search for an NYC tax with multiple buildings: 4016027501 (3 building lot in Queens)

 Request




 Response

{
  "spatialReference": {
    "wkid": 102100,
    "latestWkid": 3857
  },
  "candidates": [
    {
      "address": "Borough:4 Block:01602 Lot:7501",
      "location": {
        "x": -8223195.645235297,
        "y": 4974606.128577428
      },
      "score": 100,
      "attributes": {
        "bbl": "4016027501",
        "bblBoroughCode": "4",
        "bblBoroughCodeIn": "4",
        "bblTaxBlock": "01602",
        "bblTaxBlockIn": "01602",
        "bblTaxLot": "7501",
        "bblTaxLotIn": "7501",
        "buildingIdentificationNumber": "4446424",
        "condominiumBillingBbl": "4016027501",
        "condominiumFlag": "C",
        "cooperativeIdNumber": "0000",
        "dofCondominiumIdentificationNumber": "0178",
        "firstBoroughName": "QUEENS",
        "geosupportFunctionCode": "BL",
        "geosupportReturnCode": "00",
        "gi5DigitStreetCode1": "10290",
        "gi5DigitStreetCode10": "10290",
        "gi5DigitStreetCode11": "10290",
        "gi5DigitStreetCode12": "10290",
        "gi5DigitStreetCode13": "10290",
        "gi5DigitStreetCode14": "18740",
        "gi5DigitStreetCode15": "10290",
        "gi5DigitStreetCode16": "18740",
        "gi5DigitStreetCode17": "10140",
        "gi5DigitStreetCode2": "10290",
        "gi5DigitStreetCode3": "10290",
        "gi5DigitStreetCode4": "10290",
        "gi5DigitStreetCode5": "10290",
        "gi5DigitStreetCode6": "10290",
        "gi5DigitStreetCode7": "10290",
        "gi5DigitStreetCode8": "10290",
        "gi5DigitStreetCode9": "10290",
        "giBoroughCode1": "4",
        "giBoroughCode10": "4",
        "giBoroughCode11": "4",
        "giBoroughCode12": "4",
        "giBoroughCode13": "4",
        "giBoroughCode14": "4",
        "giBoroughCode15": "4",
        "giBoroughCode16": "4",
        "giBoroughCode17": "4",
        "giBoroughCode2": "4",
        "giBoroughCode3": "4",
        "giBoroughCode4": "4",
        "giBoroughCode5": "4",
        "giBoroughCode6": "4",
        "giBoroughCode7": "4",
        "giBoroughCode8": "4",
        "giBoroughCode9": "4",
        "giBuildingIdentificationNumber1": "4446424",
        "giBuildingIdentificationNumber10": "4446424",
        "giBuildingIdentificationNumber11": "4446424",
        "giBuildingIdentificationNumber12": "4446424",
        "giBuildingIdentificationNumber13": "4446424",
        "giBuildingIdentificationNumber14": "4446424",
        "giBuildingIdentificationNumber15": "4446426",
        "giBuildingIdentificationNumber16": "4446426",
        "giBuildingIdentificationNumber17": "4594687",
        "giBuildingIdentificationNumber2": "4446424",
        "giBuildingIdentificationNumber3": "4446424",
        "giBuildingIdentificationNumber4": "4446424",
        "giBuildingIdentificationNumber5": "4446424",
        "giBuildingIdentificationNumber6": "4446424",
        "giBuildingIdentificationNumber7": "4446424",
        "giBuildingIdentificationNumber8": "4446424",
        "giBuildingIdentificationNumber9": "4446424",
        "giDcpPreferredLgc1": "01",
        "giDcpPreferredLgc10": "01",
        "giDcpPreferredLgc11": "01",
        "giDcpPreferredLgc12": "01",
        "giDcpPreferredLgc13": "01",
        "giDcpPreferredLgc14": "01",
        "giDcpPreferredLgc15": "01",
        "giDcpPreferredLgc16": "01",
        "giDcpPreferredLgc17": "01",
        "giDcpPreferredLgc2": "01",
        "giDcpPreferredLgc3": "01",
        "giDcpPreferredLgc4": "01",
        "giDcpPreferredLgc5": "01",
        "giDcpPreferredLgc6": "01",
        "giDcpPreferredLgc7": "01",
        "giDcpPreferredLgc8": "01",
        "giDcpPreferredLgc9": "01",
        "giGeographicIdentifier14": "W",
        "giHighHouseNumber1": "94-01A",
        "giHighHouseNumber10": "94-15",
        "giHighHouseNumber11": "94-15A",
        "giHighHouseNumber12": "94-17",
        "giHighHouseNumber13": "94-17A",
        "giHighHouseNumber15": "94-01",
        "giHighHouseNumber16": "45-19",
        "giHighHouseNumber17": "94-02",
        "giHighHouseNumber2": "94-03",
        "giHighHouseNumber3": "94-03A",
        "giHighHouseNumber4": "94-05",
        "giHighHouseNumber5": "94-05A",
        "giHighHouseNumber6": "94-09",
        "giHighHouseNumber7": "94-09A",
        "giHighHouseNumber8": "94-11",
        "giHighHouseNumber9": "94-11A",
        "giLowHouseNumber1": "94-01A",
        "giLowHouseNumber10": "94-15",
        "giLowHouseNumber11": "94-15A",
        "giLowHouseNumber12": "94-17",
        "giLowHouseNumber13": "94-17A",
        "giLowHouseNumber15": "94-01",
        "giLowHouseNumber16": "45-19",
        "giLowHouseNumber17": "94-02",
        "giLowHouseNumber2": "94-03",
        "giLowHouseNumber3": "94-03A",
        "giLowHouseNumber4": "94-05",
        "giLowHouseNumber5": "94-05A",
        "giLowHouseNumber6": "94-07",
        "giLowHouseNumber7": "94-09A",
        "giLowHouseNumber8": "94-11",
        "giLowHouseNumber9": "94-11A",
        "giSideOfStreetIndicator1": "L",
        "giSideOfStreetIndicator10": "L",
        "giSideOfStreetIndicator11": "L",
        "giSideOfStreetIndicator12": "L",
        "giSideOfStreetIndicator13": "L",
        "giSideOfStreetIndicator15": "L",
        "giSideOfStreetIndicator16": "L",
        "giSideOfStreetIndicator17": "R",
        "giSideOfStreetIndicator2": "L",
        "giSideOfStreetIndicator3": "L",
        "giSideOfStreetIndicator4": "L",
        "giSideOfStreetIndicator5": "L",
        "giSideOfStreetIndicator6": "L",
        "giSideOfStreetIndicator7": "L",
        "giSideOfStreetIndicator8": "L",
        "giSideOfStreetIndicator9": "L",
        "giStreetCode1": "41029001",
        "giStreetCode10": "41029001",
        "giStreetCode11": "41029001",
        "giStreetCode12": "41029001",
        "giStreetCode13": "41029001",
        "giStreetCode14": "41874001",
        "giStreetCode15": "41029001",
        "giStreetCode16": "41874001",
        "giStreetCode17": "41014001",
        "giStreetCode2": "41029001",
        "giStreetCode3": "41029001",
        "giStreetCode4": "41029001",
        "giStreetCode5": "41029001",
        "giStreetCode6": "41029001",
        "giStreetCode7": "41029001",
        "giStreetCode8": "41029001",
        "giStreetCode9": "41029001",
        "giStreetName1": "46 AVENUE",
        "giStreetName10": "46 AVENUE",
        "giStreetName11": "46 AVENUE",
        "giStreetName12": "46 AVENUE",
        "giStreetName13": "46 AVENUE",
        "giStreetName14": "94 STREET",
        "giStreetName15": "46 AVENUE",
        "giStreetName16": "94 STREET",
        "giStreetName17": "45 AVENUE",
        "giStreetName2": "46 AVENUE",
        "giStreetName3": "46 AVENUE",
        "giStreetName4": "46 AVENUE",
        "giStreetName5": "46 AVENUE",
        "giStreetName6": "46 AVENUE",
        "giStreetName7": "46 AVENUE",
        "giStreetName8": "46 AVENUE",
        "giStreetName9": "46 AVENUE",
        "highBblOfThisBuildingsCondominiumUnits": "4016027501",
        "internalLabelXCoordinate": "1020211",
        "internalLabelYCoordinate": "0210242",
        "latitudeInternalLabel": 40.74366916697961,
        "longitudeInternalLabel": -73.87022332419957,
        "lowBblOfThisBuildingsCondominiumUnits": "4016027501",
        "lowHouseNumberOfDefiningAddressRange": "999004171AA",
        "modeSwitchIn": "X",
        "numberOfEntriesInListOfGeographicIdentifiers": "0017",
        "numberOfExistingStructuresOnLot": "0003",
        "numberOfStreetFrontagesOfLot": "03",
        "returnCode1a": "00",
        "rpadBuildingClassificationCode": "RP",
        "rpadSelfCheckCodeForBbl": "2",
        "sanbornBoroughCode": "4",
        "sanbornPageNumber": "036",
        "sanbornVolumeNumber": "19",
        "selfCheckCodeOfBillingBbl": "2",
        "taxMapNumberSectionAndVolume": "40906",
        "workAreaFormatIndicatorIn": "C",
        "Loc_name": "geosupport_BL",
        "Addr_type": "PointAddress",
        "Score": 100,
        "Match_addr": "Borough:4 Block:01602 Lot:7501",
        "geoclient_function": "BBL",
        "geoclient_version": "2.0.0",
        "geosupport_release": "19a",
        "geosupport_release_date": "February 2019",
        "geosupport_version": "19.1",
        "status": "EXACT_MATCH",
        "level": "0"
      }
    }
  ]
}

 Map

 Explanation


When searching for a tax lot that has more than one building, LocateNYC will return information about all of the buildings that are within the tax lot. The buildingIdentificationNumber attribute will be arbitrarily picked. The full list of BINs will be listed in the giBuildingIdentificationNumberX field, which corresponds to the avaialble address ranges for each building. Since there may be many address ranges within each building, the same BIN may be listed more than once. In the example above, there are 3 buildings on the selected (see map above) tax lot: 4446424, 4446426, and 4594687.




Response Parameters

Below is a list of response parameters that may be returned in the response for the BIN search function in LocateNYC. Most of these parameters are derived from the NYC Geosupport software. Some of the parameters are returned from LocateNYC software only.




ALTERNATIVE BOROUGH FLAG
Parameter Name: alternativeBoroughFlag
Geosupport Parameter Name: ALTERNATIVE BOROUGH FLAG
Geosupport Functions: 1,1A,1B,1E,2,3,3C,3S (COW Only),BL,BN
Field Length: 1
Field Format: 1 byte
Field Status: Active
Description: This flag indicates either that the input address is in Marble Hill or Rikers Island and the alternative (rather than the legal) borough was specified (see UPG Chapter V.7), or that the input address is on Ruby Street in Brooklyn but it was specified using the alternative (Queens) street name 75 Street (see UPG Chapter V.8). This field was also known as the Marble Hill / Rikers Island Flag.
Coded Values:
Code Meaning
C Ruby Street address specified using 75 Street
M Marble Hill address with Bronx specified
R Rikers Island address with Queens specified




BBL
Parameter Name: bbl
Geosupport Parameter Name: BBL
Geosupport Functions: 1A,BL,BN,AP
Field Length: 10
Field Format: 10 bytes in standard version, Numeric.
Field Status: Active
Description: The first 6 bytes of the standard BBL consists of the 1-byte borough code followed by the 5-byte tax block field, which contains the tax block value right-justified and zero-filled. The last 4 bytes of the standard BBL is the standard tax lot field, which contains the tax lot value right-justified and zero-filled. See Chapter VI.8. The BBL (‘borough-block-and-lot’) identifies a parcel of real property in New York City, called a tax lot. The BBL is composed of the concatenation of the Borough Code, Tax Block and Tax Lot. If the property is a condominium (indicated by the Condominium Flag), the WA2 BBL field contains the billing BBL of the condominium (see Chapter VI.4).




BOROUGH CODE
Parameter Name: bblBoroughCode
Geosupport Parameter Name: BOROUGH CODE
Geosupport Functions: All
Field Length: 1
Field Format: 1 byte. Numeric.
Field Status: Active
Description: The first 6 bytes of the standard BBL consists of the 1-byte borough code followed by the 5-byte tax block field, which contains the tax block value right-justified and zero-filled. The last 4 bytes of the standard BBL is the standard tax lot field, which contains the tax lot value right-justified and zero-filled. See Chapter VI.8. The BBL (‘borough-block-and-lot’) identifies a parcel of real property in New York City, called a tax lot. The BBL is composed of the concatenation of the Borough Code, Tax Block and Tax Lot. If the property is a condominium (indicated by the Condominium Flag), the WA2 BBL field contains the billing BBL of the condominium (see Chapter VI.4).
Coded Values:
Code Meaning
1 MANHATTAN
2 BRONX
3 BROOKLYN
4 QUEENS
5 STATEN IS




TAX BLOCK
Parameter Name: bblTaxBlock
Geosupport Parameter Name: TAX BLOCK
Geosupport Functions: All
Field Length: 5
Field Format: 5 bytes
Field Status: Active
Description: The first 6 bytes of the standard BBL consists of the 1-byte borough code followed by the 5-byte tax block field, which contains the tax block value right-justified and zero-filled. The last 4 bytes of the standard BBL is the standard tax lot field, which contains the tax lot value right-justified and zero-filled. See Chapter VI.8. The BBL (‘borough-block-and-lot’) identifies a parcel of real property in New York City, called a tax lot. The BBL is composed of the concatenation of the Borough Code, Tax Block and Tax Lot. If the property is a condominium (indicated by the Condominium Flag), the WA2 BBL field contains the billing BBL of the condominium (see Chapter VI.4).




TAX LOT
Parameter Name: bblTaxLot
Geosupport Parameter Name: TAX LOT
Geosupport Functions: All
Field Length: 4
Field Format: 4 bytes
Field Status: Active
Description: The first 6 bytes of the standard BBL consists of the 1-byte borough code followed by the 5-byte tax block field, which contains the tax block value right-justified and zero-filled. The last 4 bytes of the standard BBL is the standard tax lot field, which contains the tax lot value right-justified and zero-filled. See Chapter VI.8. The BBL (‘borough-block-and-lot’) identifies a parcel of real property in New York City, called a tax lot. The BBL is composed of the concatenation of the Borough Code, Tax Block and Tax Lot. If the property is a condominium (indicated by the Condominium Flag), the WA2 BBL field contains the billing BBL of the condominium (see Chapter VI.4).




BUILDING IDENTIFICATION NUMBER (BIN)
Parameter Name: buildingIdentificationNumber
Geosupport Parameter Name: BUILDING IDENTIFICATION NUMBER (BIN)
Geosupport Functions: 1A,BL,BN,1B (COW only),AP (COW only)
Field Length: 7
Field Format: 7 bytes. Numeric
Field Status: Active
Description: Building Identification Number. A permanent BIN is a seven-digit numerical identifier unique to each building in the City of New York. The first digit is the Borough Code. There are also two types of temporary BINs; those maintained by the Dept. of Buildings (DOB) and those maintained by the Dept. of City Planning (DCP). The temporary BINs assigned by DOB contain the number ‘8’ as the second digit, and the temporary BINs assigned by DCP contain a ‘9’ in the same position. DCP is currently in the process of phasing out all of its temporary BINs.




BUSINESS IMPROVEMENT DISTRICT (BID)
Parameter Name: businessImprovementDistrict
Geosupport Parameter Name: BUSINESS IMPROVEMENT DISTRICT (BID)
Geosupport Functions: 1A,1B,BL,BN
Field Length: 6
Field Format: 6 bytes, B5SC
Field Status: Not Implemented
Description: The Business Improvement District (BID) field (which was requested by the Fire Department) consists of a borough and five-digit street code (B5SC). Function D may be used to obtain the 32-byte name of the BID. The ‘Street Attribute Indicator’ is set to ‘C’ for BIDs. An example of a Business Improvement District is ‘5 AVE BID’ Note that a BID may not be used as input to Function 1, 1A, 1B, 1E, 2*, and 3*.




CONDOMINIUM FLAG
Parameter Name: condominiumFlag
Geosupport Parameter Name: CONDOMINIUM FLAG
Geosupport Functions: 1A,BL,BN,1B (COW),AP
Field Length: 1
Field Format: 1 byte
Field Status: Active
Description:
Coded Values:
Code Meaning
Blank Property is not a condo.
C Property is a condominium




CONDOMINIUM IDENTIFICATION NUMBER
Parameter Name: condominiumIdentificationNumber
Geosupport Parameter Name: CONDOMINIUM IDENTIFICATION NUMBER
Geosupport Functions: 1A,BL,BN,1B (COW),AP
Field Length: 4
Field Format: 4 bytes
Field Status: Active
Description: An identification number assigned by the Department of Finance to each condominium in the city. This field is blank for non-condominiums.




COOPERATIVE IDENTIFICATION NUMBER
Parameter Name: cooperativeIdNumber
Geosupport Parameter Name: COOPERATIVE IDENTIFICATION NUMBER
Geosupport Functions: 1A,BL,BN,1B (COW)
Field Length: 4
Field Format: 4 bytes
Field Status: Active
Description: This is an identification number assigned by the Department of Finance to each cooperative in the city. This field is blank for non-coops.




CORNER CODE
Parameter Name: cornerCode
Geosupport Parameter Name: CORNER CODE
Geosupport Functions: 1A,BL,BN,1B (COW)
Field Length: 2
Field Format: 2 bytes
Field Status: Active
Description:
Coded Values:
Code Meaning
‘SE’,’SW’,’NE’,’NW’ Tax lot occupies the indicated corner of the physical block
CR Tax lot occupies more than one corner
Blank Tax lot occupies no corners




DCP PREFERRED LGC
Parameter Name: dcpPreferredLgc
Geosupport Parameter Name: DCP PREFERRED LGC
Geosupport Functions: 1,1A and BL (regular WA2 only),2,3,3C,BN
Field Length: 2
Field Format: 2 bytes RJZF
Field Status: Active
Description: Identifies the local group of street names designated by the Department of City Planning as ‘preferred’ for display purposes for a specific location on a street.




DCP ZONING MAP
Parameter Name: dcpZoningMap
Geosupport Parameter Name: DCP ZONING MAP
Geosupport Functions: 1A/BL/BN,1A/BL/BN Extended,1A/BL Long WA2,1A/BL TPAD Long WA2,1B
Field Length: 3
Field Format: 3 bytes
Field Status: Not Implemented
Description: The DCP Zoning Map field contains the DCP Zoning Map number.




FEDERAL CLASSIFICATION CODE
Parameter Name: federalClassificationCode
Geosupport Parameter Name: FEDERAL CLASSIFICATION CODE
Geosupport Functions: All
Field Length: 2
Field Format: 2 bytes
Field Status: Active
Description: unknown




GEOSUPPORT FUNCTION CODE
Parameter Name: geosupportFunctionCode
Geosupport Parameter Name: GEOSUPPORT FUNCTION CODE
Geosupport Functions: All
Field Length: 2
Field Format: 2 bytes. Alphanumeric
Field Status: Active
Description: Input argument which names the Geosupport function to be called.
Coded Values:
Code Meaning
1 1
1A 1A
1AX 1AX
1B 1B
2 2
3 3
BL BL
BN BN
DG DG




GEOSUPPORT MESSAGE
Parameter Name: geosupportMessage
Geosupport Parameter Name: GEOSUPPORT MESSAGE
Geosupport Functions: All
Field Length: 80
Field Format: 80 bytes. Alphanumeric
Field Status: Active
Description: Message from the Geosupport system. This may be a warning explanation or an explanation of a failure.




GENERIC ID
Parameter Name: genericId
Geosupport Parameter Name: GENERIC ID
Geosupport Functions: All
Field Length: 9
Field Format: 9 bytes numeric
Field Status: Active
Description: From NYC LION. A unique ID assigned in order to aggregate granular geometry to represent a Generic view of the city's street network. Streets that contain multiple carriageways or roadbeds (such as Queens Boulevard in Queens and Park Ave in Manhattan) are represented by multiple centerlines corresponding to each roadbed as well as an imaginary 'single' generic centerline.




GEOSUPPORT REASON CODE (GRC)
Parameter Name: geosupportReturnCode
Geosupport Parameter Name: GEOSUPPORT REASON CODE (GRC)
Geosupport Functions: All
Field Length: 2
Field Format: 2 bytes
Field Status: Active
Description: Geosupport has an elaborate apparatus to support application problem-handling. There are three output fields in Work Area 1 that are used to inform calling applications of the outcome of each call to Geosupport. These fields are the Geosupport Return Code (GRC), the Reason Code and the Message. A comprehensive list of GRCs, Reason Codes and Messages is contained in UPG Appendix 4.
Coded Values:
Code Meaning
00 indicates unconditionally successful completion
01 indicates a warning condition.
Values other than 00 or 01 signifies unsuccessful completion, or rejection, caused by either a system error or a user error




INTERNAL LABEL POINT a.k.a. SPATIAL COORDINATES OF THE TAX LOT CENTROID
Parameter Name: internalLabelCoordinate
Geosupport Parameter Name: INTERNAL LABEL POINT a.k.a. SPATIAL COORDINATES OF THE TAX LOT CENTROID
Geosupport Functions: 1A,BL,BN,1B (COW only)
Field Length: 7
Field Format: Spatial coordinates consist of two fields, an X Coordinate and a Y Coordinate, each 7 bytes RJZF.
Field Status: Active
Description: Note: Internal Label Points and Annotation Points are no longer used They are replaced by Tax Lot Centroid. The Tax Lot Centroid is created in ESRI’s ArcGIS software using the Department of Finance’s Digital Tax Map (DTM). The coordinates associated with the Tax Lot Centroid are guaranteed to be within the property, unlike the coordinates returned by either Function 1 or Function 1E, where the Spatial Coordinates are an approximation based in the address range of the particular street the address is on. In addition, the Function 1/1E Spatial Coordinates always fall in the street bed and not within a tax lot, and most likely will not be adjacent to the tax lot the address is in. Additionally, when using Function 1A, the same coordinates will be returned no matter which of a tax lot’s addresses is used as input. There are a few properties which do not have a Tax Lot Centroid; consequently, no coordinates will be returned for these properties. See SPATIAL COORDINATES for a description of the coordinate system (SPC) used by Geosupport.




INTERIOR LOT FLAG
Parameter Name: interiorLotFlag
Geosupport Parameter Name: INTERIOR LOT FLAG
Geosupport Functions: 1A,BL,BN
Field Length: 1
Field Format: 1 byte
Field Status: Active
Description: The Intersection Replication Counter is non-blank only if the two streets intersect more than once, in which case this field contains the number of such intersections.
Coded Values:
Code Meaning
I Tax lot is interior to physical block, i.e., it has no street frontages.
Blank Tax lot has at least one street frontage




IRREGULARLY-SHAPED LOT FLAG
Parameter Name: irregularlyShapedLotFlag
Geosupport Parameter Name: IRREGULARLY-SHAPED LOT FLAG
Geosupport Functions: 1A,BL,BN
Field Length: 1
Field Format: 1 byte
Field Status: Active
Description:
Coded Values:
Code Meaning
I Tax lot is irregularly-shaped, i.e., non-rectangular
Blank Tax lot is rectangular




LATITUDE
Parameter Name: latitude
Geosupport Parameter Name: LATITUDE
Geosupport Functions: 1/1E Extended,all variations of 1A/BL/BN (viz. Regular, Long and Extended),1B,2W,3 Extended,3C Extended
Field Length: 9
Field Format: 9 bytes
Field Status: Active
Description: Spatial coordinates based on the lines of latitude and longitude. Lines of latitude measure the north-south position between the poles with the equator defined as 0 degrees. Lines of longitude (or meridians) measure the east-west position, with the prime meridian running through Greenwich, England. For NYC, Latitude is always positive and Longitude is always negative. The latitude and longitude of a location are calculated based on the spatial coordinates (x,y) returned for that location. As a result, the latitude and longitude returned by the Address Processing functions (e.g. 1/1E Extended) will be somewhat different from the values returned by Tax Lot and Building processing functions (e.g. 1A/BL/BN). See also SPATIAL COORDINATES and SPATIAL COORDINATES OF THE TAX LOT CENTROID.




LATITUDE INTERNAL LABEL
Parameter Name: latitudeInternalLabel
Geosupport Parameter Name: LATITUDE INTERNAL LABEL
Geosupport Functions: 1/1E Extended,all variations of 1A/BL/BN (viz. Regular, Long and Extended),1B,2W,3 Extended,3C Extended
Field Length: 9
Field Format: 9 bytes
Field Status: Active
Description: Value of internal label Y coordinate converted to decimal degrees. sEE internalLabelCoordinate




LIST OF GEOGRAPHIC IDENTIFIERS (LGI)
Parameter Name: listOfGeographicIdentifiers
Geosupport Parameter Name: LIST OF GEOGRAPHIC IDENTIFIERS (LGI)
Geosupport Functions: 1A,BL,BN
Field Length: 756
Field Format: 756 bytes total, consisting of space for 21 36-byte entries, each entry having fields for the following data items: Low House Number of Address Range High House Number of Address Range, B5SC, DCP-Preferred LGC, BIN, Entry Type Code, Side of Street Indicator.
Field Status: Active
Description: The List of Geographic Identifiers (LGI) is intended to provide a comprehensive geographic profile of a tax lot by listing, so far as the information is known and space allows, all of the lot’s buildings; all of the street addresses and non-addressable street frontages of each building; all of the lot’s ‘vacant frontages’ (i.e., street frontages of the lot not associated with buildings); and any NAPs associated with the lot. The LGI contains space for up to 21 entries. The number of non-empty entries is indicated in the WA2 field NUMBER OF GEOGRAPHIC IDENTIFIERS. The types of entries that the LGI can contain are as follows (see table below)
Coded Values:
Code Meaning
Blank Address range. A real address range of a building on a given tax lot. There are values in the Low House Number, High House Number, B5SC, DCP-Preferred LGC, Side of Street Indicator and BIN fields. A single address is represented as an address range in which the low and high house numbers are identical.
B NAUB. A Non-Addressable Un-named Building (NAUB) (see Chapter VI.3). The Low and High House Number and Side of Street Indicator fields are blank. The B5SC and DCP-Preferred LGC fields usually contain the street code and LGC, correspondingly, of the street nearest to or most accessible to the NAUB, but they may be blank. The BIN field contains a meaningful value. Note: If the NAUB has frontages on more than one street, there are multiple type B entries to represent all of the NAUB’s street frontages.
F Vacant Street Frontage. A street frontage of the tax lot at which there are no buildings (including NAUBs) and to which no pseudo-addresses have been assigned. The Low and High House Number, BIN and Side of Street Indicator fields are empty. There are values in the B5SC and DCP-Preferred LGC fields.
G NAP of a Complex. A Non-Addressable Place name (NAP) of a complex of buildings and/or other geographic features, usually on a large site or superblock (see Chapter III.6). The house number and BIN fields are empty. The B5SC, DCP-Preferred LGC, and Side of Street Indicator fields contain the values of these items assigned to the NAP.
N NAP of a. A NAP of a building or other geographic feature that is not part of Simplex a complex (see Chapter III.6). The house number fields are empty. The B5SC, DCP-Preferred LGC, and Side of Street Indicator fields contain the values of these items assigned to the given NAP. The BIN field is non-empty only if the NAP represents a building.
Q Pseudo-Address Range. A pseudo-address range assigned to a vacant street frontage of the tax lot. There are values in the Low House Number, High House Number, B5SC, DCP-Preferred LGC and Side of Street Indicator fields. A single address is represented as an address range in which the low and high house numbers are identical. The BIN field is empty
R Real Street of a Vanity Address. Entry indicates the street and the side of that street on which the building entrance having a vanity address is really located and for which no other address for that building exists. For a discussion of vanity addresses, see Chapter V.9. In a type R entry, the Low and High House Number fields are empty, and there are non-empty values in the B5SC, DCP-Preferred LGC, Side of Street Indicator and BIN fields. Whenever the LGI contains a type R entry, it also contains a type V entry for the associated vanity address
V Vanity Address. A vanity address or address range. For a detailed discussion of vanity addresses, see Chapter V.9. There are non-empty values in the Low House Number, High House Number, B5SC, DCP-Preferred LGC, Side of Street Indicator and BIN fields. A single address is represented as an address range in which the low and high house numbers are identical. Whenever the LGI contains a type V entry, it also contains an either an address range entry or a type R entry that indicates the street on which the associated building entrance is really located.
W Blank-Wall Bldg Frontage. A building frontage along a street that is not associated with any addresses, such as some building facades with no entrances. The Low and High House Number and Side of Street Indicator fields are blank. There are values in the B5SC and DCP-Preferred LGC fields. The BIN field contains a meaningful value. Note: Type W entries exist only for buildings that also have at least one real address range entry. If a building has no real address ranges, the building is a NAUB, and its street frontages, if any, are represented by type B entries rather than type W entries.
X NAP of a Constituent Entity of a Complex. A NAP of a constituent entity of a complex. (The NAP of the entire complex is represented by a separate entry of type G.) The house number fields are empty. The B5SC, DCP-Preferred LGC and Side of Street Indicator fields contain the values of these items assigned to the NAP. The BIN field is non-empty only if the NAP represents a building.




LIST OF GEOGRAPHIC IDENTIFIERS OVERFLOW FLAG
Parameter Name: lgiOverflowFlag
Geosupport Parameter Name: LIST OF GEOGRAPHIC IDENTIFIERS OVERFLOW FLAG
Geosupport Functions: 1,BL,BN
Field Length: 1
Field Format: 1 byte
Field Status: Active
Description: iF set to 'E' indicates that the number of geographic identifiers for the given tax lot exceeds 21, the maximum capacity of the List of Geographic Identifiers; otherwise it is blank. If this flag is set to 'E', the user can obtain a comprehensive list of BINs for the tax lot by using the long Work Area 2 option when calling the same function with the same input data.




LONGITUDE
Parameter Name: longitude
Geosupport Parameter Name: LONGITUDE
Geosupport Functions: 1/1E Extended,all variations of 1A/BL/BN (viz. Regular, Long and Extended),1B,2W,3 Extended,3C Extended
Field Length: 11
Field Format: 11 bytes
Field Status: Active
Description: Spatial coordinates based on the lines of latitude and longitude. Lines of latitude measure the north-south position between the poles with the equator defined as 0 degrees. Lines of longitude (or meridians) measure the east-west position, with the prime meridian running through Greenwich, England. For NYC, Latitude is always positive and Longitude is always negative. The latitude and longitude of a location are calculated based on the spatial coordinates (x,y) returned for that location. As a result, the latitude and longitude returned by the Address Processing functions (e.g. 1/1E Extended) will be somewhat different from the values returned by Tax Lot and Building processing functions (e.g. 1A/BL/BN). See also SPATIAL COORDINATES and SPATIAL COORDINATES OF THE TAX LOT CENTROID.




LONGITUDE INTERNAL LABEL
Parameter Name: longitudeInternalLabel
Geosupport Parameter Name: LONGITUDE INTERNAL LABEL
Geosupport Functions: 1/1E Extended,all variations of 1A/BL/BN (viz. Regular, Long and Extended),1B,2W,3 Extended,3C Extended
Field Length: 11
Field Format: 11 bytes
Field Status: Active
Description: Value of internal label X coordinate converted to decimal degrees. sEE internalLabelCoordinate




LOW HOUSE NUMBER (a.k.a. ADDRESS NUMBER)
Parameter Name: lowHouseNumberOfDefiningAddressRange
Geosupport Parameter Name: LOW HOUSE NUMBER (a.k.a. ADDRESS NUMBER)
Geosupport Functions: 1,BL,BN
Field Length: 11
Field Format: 11 bytes. Alphanumic
Field Status: Active
Description: Low house number of the defining address range in sort format.




MESSAGE
Parameter Name: message
Geosupport Parameter Name: MESSAGE
Geosupport Functions: All
Field Length: 80
Field Format: 80 bytes. Alphanumeric
Field Status: Active
Description: Message from the Geosupport system. This may be a warning explanation or an explanation of a failure.




MARBLE HILL/RIKERS ISLAND FLAG
Parameter Name: mhriFlag
Geosupport Parameter Name: MARBLE HILL/RIKERS ISLAND FLAG
Geosupport Functions: 1,1A,1B,1E,2,3,3C,3S (COW Only),BL,BN
Field Length: 1
Field Format: 1 byte
Field Status: Active
Description: This flag indicates either that the input address is in Marble Hill or Rikers Island and the alternative (rather than the legal) borough was specified (see UPG Chapter V.7), or that the input address is on Ruby Street in Brooklyn but it was specified using the alternative (Queens) street name 75 Street (see UPG Chapter V.8). This field was also known as the Marble Hill / Rikers Island Flag.
Coded Values:
Code Meaning
C Ruby Street address specified using 75 Street
M Marble Hill address with Bronx specified
R Rikers Island address with Queens specified




MODE SWITCH
Parameter Name: modeSwitch
Geosupport Parameter Name: MODE SWITCH
Geosupport Functions: 1,1E,1A,3,3C,BL,BN
Field Length: 1
Field Format: 1 byte
Field Status: Not Implemented
Description: Indicates request for Extended Work Area 2 for the supported functions. These extended work areas contain street names in addition to Street Codes. Users no longer have to make separate D, DG, or DN calls to get the street names. In addition, CSCL data is returned in the extended Work Area 2. See [Appendix 13](/appendices/appendix13/) for the Work Area layouts. Also, see Chapter II.7.
Coded Values:
Code Meaning
X Extended information in Extended WA2 requested
Blank Extended information not requested (default)




NUMBER OF GEOGRAPHIC IDENTIFIERS
Parameter Name: numberOfGeographicIdentifiers
Geosupport Parameter Name: NUMBER OF GEOGRAPHIC IDENTIFIERS
Geosupport Functions: 1,BL,BN
Field Length: 4
Field Format: 4 bytes
Field Status: Active
Description: Indicates the number of entries in the LIST OF GEOGRAPHIC IDENTIFIERS.




NUMBER OF STREET FRONTAGES OF LOT
Parameter Name: numberOfStreetFrontagesOfLot
Geosupport Parameter Name: NUMBER OF STREET FRONTAGES OF LOT
Geosupport Functions: 1,BL,BN
Field Length: 2
Field Format: 2 bytes, RJZF.
Field Status: Active
Description: Indicates the number of streets on which the given lot has at least one frontage.




NYPD ID
Parameter Name: nypdId
Geosupport Parameter Name: NYPD ID
Geosupport Functions: All
Field Length: 7
Field Format: 7 bytes numeric
Field Status: Active
Description: From NYC LION. A unique ID assigned for NYPD's use in order to aggregate granular geometry for administrative purposes.




PHYSICAL ID
Parameter Name: physicalId
Geosupport Parameter Name: PHYSICAL ID
Geosupport Functions: All
Field Length: 9
Field Format: 9 bytes numeric
Field Status: Active
Description: From NYC LION. A unique ID assigned in order to aggregate granular geometry to represent a Physical View of the city's street network. In CSCL, segmentation is very granular in order to accommodate many types of physical and non-physical geometry. The Physical ID is a unique number used to identify a physically existing piece of geometry that may or may not be comprised of several Segment IDs. For example, E 28 Street between 2nd Ave and 3rd Ave in Manhattan would have 1 Physical ID although there are 3 segments defining that block face, with 3 separate Segment IDs.




REASON CODE
Parameter Name: reasonCode
Geosupport Parameter Name: REASON CODE
Geosupport Functions: All
Field Length: 1
Field Format: 1 bytes
Field Status: Active
Description: Geosupport has an elaborate apparatus to support application problem-handling. There are three output fields in Work Area 1 that are used to inform calling applications of the outcome of each call to Geosupport. These fields are the Geosupport Return Code (GRC), the Reason Code and the Message. The reason code is provided when a non '00' GRC is returned in order to provide more context to the warning or error condition. A comprehensive list of GRCs, Reason Codes and Messages is contained in UPG Appendix 4.




RPAD BUILDING CLASSIFICATION CODE
Parameter Name: rpadBuildingClassificationCode
Geosupport Parameter Name: RPAD BUILDING CLASSIFICATION CODE
Geosupport Functions: 1A,BL,BN,1B (COW only)
Field Length: 2
Field Format: 2 bytes
Field Status: Active
Description: This is a set of land use/building classification codes defined by the Real Property Assessment Division (RPAD) of the Department of Finance. If a tax lot has more than one building or land use, RPAD assigns the building class code they deem to describe best the ‘principal’ building or the ‘predominant’ land use on the tax lot. The values and meanings of this set of codes can be obtained from the Department of Finance.




RPAD CONDO IDENTIFICATION NUMBER
Parameter Name: rpadCondoIdentificationNumber
Geosupport Parameter Name: RPAD CONDO IDENTIFICATION NUMBER
Geosupport Functions: 1A,BL,BN,1B (COW only)
Field Length: 4
Field Format: 4 bytes
Field Status: Active
Description: This is an identification number assigned by the Department of Finance to each condominium in the city. It identifies the condominium as a whole and not a specific condominium unit.




RPAD SELF-CHECK CODE (RPAD SCC) FOR BBL
Parameter Name: rpadSelfCheckCodeForBbl
Geosupport Parameter Name: RPAD SELF-CHECK CODE (RPAD SCC) FOR BBL
Geosupport Functions: 1A,BL,BN,1B (COW only)
Field Length: 4
Field Format: 4 bytes
Field Status: Active
Description: For each BBL value, the Department of Finance has computed a Self-Check Code (SCC). This is a one-digit number computed from the BBL value using an algorithm chosen by DOF. The purpose of the SCC is to assist in validating key-entered BBLs. For more information on SCCs inquire to the information technology division of the Department of Finance. As of Geosupport Release 19C (on or about August 2019), the RPAD SCC fields will all contain blank values. In Release 19B the RPAD SCC for some BBLs may also be affected. Background information: The “RPAD SCC” values are derived from the Department of Finance’s (DOF) RPAD file. DOF’s new version of the RPAD file, now called the Property Master file, does not contain “RPAD SCC” values since DOF has phased them out. For Release 19B, Geosupport will continue to return existing “RPAD SCC” values based on the old RPAD file; however, with Release 19C, the “RPAD SCC” fields will all contain blank values.




SANBORN VOLUME AND PAGE
Parameter Name: sanbornVolumeAndPage
Geosupport Parameter Name: SANBORN VOLUME AND PAGE
Geosupport Functions: 1A,BL,BN,1B (COW only)
Field Length: 7
Field Format: The Volume field is 3 bytes (2-digit volume number + 1-digit character suffix). The Page field is 4 bytes (3-digit page number + 1-digit character suffix).
Field Status: Active
Description: The Sanborn Map Company maintains a 79 volume atlas of New York City geography that is widely used by New York city agencies. The atlases contain approximately 6000 maps covering all five boroughs




SPATIAL COORDINATES (See also SPATIAL COORDINATES OF TAX LOT CENTROID)
Parameter Name: spatialCoordinates
Geosupport Parameter Name: SPATIAL COORDINATES (See also SPATIAL COORDINATES OF TAX LOT CENTROID)
Geosupport Functions: 1,1B (blockface information),1E,2,3 Extended,3C Extended,AP (For Function 1A, BL, BN, 1B (property level information) see also SPATIAL COORDINATES OF TAX LOT CENTROID)
Field Length: 7
Field Format: Spatial coordinates consist of two fields, an X Coordinate and a Y Coordinate, each 7 bytes RJZF.
Field Status: Active
Description: Spatial coordinates are a pair of numbers that specify a location on the earth’s surface. Geosupport returns spatial coordinates for an input address (Functions 1, 1B (blockface information), 1E, and AP), intersection (Function 2), and nodes at the end of a blockface (Functions 3 Extended and 3C Extended). Spatial coordinates are often used in conjunction with separate computer mapping and Geographic Information System (GIS) software to generate maps and for spatial analysis, although the Geosupport System does not itself provide users with such capabilities. Note: For Functions 1, 1B (blockface information) and 1E, the spatial coordinates that Geosupport returns are imprecise approximations of real-world locations, and are not appropriate for use in applications that require a high level of spatial accuracy. Spatial coordinates are expressed various geodetic coordinate systems, of which latitude/longitude is a well-known example. The coordinate system that Geosupport uses is known as the State Plane Coordinate (SPC) system. The SPC system is based upon the fact that, in a small enough geographic area, the earth’s surface can be assumed to be flat without introducing a significant error. In the SPC system, each state of the U.S. is subdivided into zones small enough to model as planar areas. In each SPC zone, a Cartesian coordinate system is established, with the X and Y coordinate axes oriented due east and due north, respectively, and the origin selected to be a point well to the southwest of the entire zone. (The origin is so selected to insure that the X and Y coordinates of all points within the zone are positive values.) The SPC zone that New York City is in, and which Geosupport uses, is called the New York-Long Island zone, NAD 83. In the SPC system, one unit of X or Y represents one foot of distance on the ground. A major advantage of the SPC system over other map projection systems is the ease of calculating the distance between two points. In the case of Functions 1, 1B (blockface information) and 1E, if the street segment on which the input address lies is a straight line segment or an arc of a circle, Geosupport computes and returns output spatial coordinates using a complex algorithm, a detailed description of which is beyond the scope of this document. If, however, the input address lies on a irregularly curved geographic feature (see Curve Flag), Functions 1, 1B (blockface information), and 1E return blanks in the spatial coordinate fields. Functions 1, 1B (blockface information), and 1E’s spatial coordinates algorithm produces a point position based on how the input address is prorated with respect to the administrative address range allocated to the entire blockface. In addition, the computed point is positioned slightly set off from the segment, on the side of the street where the input address is located. This offset is graphically desirable and also insures that the point will fall within the interiors of the proper political and administrative district boundary polygons for the given address. The computed point is a rough approximation to the location of the input address, intended to be used only for thematic mapping and other purposes that do not require a high level of spatial accuracy. The spatial coordinates returned by Functions 1/1E/1B (blockface information) for NAPs and Vanity Addresses (see Chapter V.9) were an estimate calculated by Geosupport. As of Version 11.2, Geosupport will use the Citywide Street Centerline file (CSCL) X-Y Coordinates. The CSCL information guarantees that the X-Y coordinates fall within the actual location of the NAP or Vanity Address. In the case of Function 2, the spatial coordinates returned are those of the LION node that corresponds to the input street intersection. Those coordinates represent an approximate center point of the intersection. In the case of Function 3 Extended and Function 3C Extended, the spatial coordinates returned are those of the nodes at the end of the blockface. Those coordinates represent an approximate center point of the intersection. In the case of Function AP, the spatial coordinates returned are those of the Address Point which is within 5 feet of the entrance(s) of the building. In the case of Functions 1A, BL, BN, 1B (property level information),the spatial coordinates returned are those of the Tax Lot Centroid. See SPATIAL COORDINATES OF THE TAX LOT CENTROID.




STREET STATUS
Parameter Name: streetStatus
Geosupport Parameter Name: STREET STATUS
Geosupport Functions: All
Field Length: 1
Field Format: 1 bytes, character
Field Status: Active
Description: Currently undocumented. Actively seeking clarification.




TAX MAP SECTION
Parameter Name: taxMapSection
Geosupport Parameter Name: TAX MAP SECTION
Geosupport Functions: 1A,BL,BN,1B (COW only)
Field Length: 2
Field Format: 2 bytes
Field Status: Active
Description: The Department of Finance real property tax maps are organized into sections; each section is organized into volumes; and each volume consists of pages. Tax Map Section values are unique within borough




TAX MAP VOLUME
Parameter Name: taxMapVolume
Geosupport Parameter Name: TAX MAP VOLUME
Geosupport Functions: 1A,BL,BN,1B (COW only)
Field Length: 2
Field Format: 2 bytes
Field Status: Active
Description: See description at Tax Map Section. Tax Map Volume values are unique within Tax Map Section.




WORK AREA FORMAT INDICATOR
Parameter Name: workAreaFormatIndicator
Geosupport Parameter Name: WORK AREA FORMAT INDICATOR
Geosupport Functions: All
Field Length: 1
Field Format: 1 byte
Field Status: Active
Description: This indicator specifies which work area layouts are to be used in an API call. Note: This indicator is also known as the Platform Indicator.
Coded Values:
Code Meaning
C The platform-independent work areas known as the Character-Only Work Areas (COWs) are used. These contain no packed decimal fields. For information on using COWs on the mainframe and the differences from the MSWs, see [Appendix 12](/appendices/appendix12/). For the work area layouts of the COWs, see [Appendix 13](/appendices/appendix13/).
Blank The IBM mainframe specific work areas (MSWs) are used. The MSWs contain packed decimal fields. In general, these work areas are the ones described throughout this manual




X COORDINATE
Parameter Name: xCoordinate
Geosupport Parameter Name: X COORDINATE
Geosupport Functions: All
Field Length: 7
Field Format: 7 bytes RJZF. Numeric.
Field Status: Active
Description: X coordinate (longitude) in the State Plane Coordinate system.




Y COORDINATE
Parameter Name: yCoordinate
Geosupport Parameter Name: Y COORDINATE
Geosupport Functions: All
Field Length: 7
Field Format: 7 bytes RJZF. Numeric.
Field Status: Active
Description: Y coordinate (latitude) in the State Plane Coordinate system.




Match_addr
Parameter Name: Match_addr
Geosupport Parameter Name:
Geosupport Functions:
Field Length:
Field Format:
Field Status: Active
Description: Normalized address. Same as FullAddress. This parameter is added for Esri reverseGeocode standardization.




Loc_name
Parameter Name: Loc_name
Geosupport Parameter Name:
Geosupport Functions:
Field Length:
Field Format:
Field Status: Active
Description: LocateNYC locator name. This is the internal locator that was used to locator the coordinates. This parameter is added for Esri reverseGeocode standardization.




Addr_type
Parameter Name: Addr_type
Geosupport Parameter Name:
Geosupport Functions:
Field Length:
Field Format:
Field Status: Active
Description: The type of address that was returned in the reverse geocode. This will be 'PointAddress' if an address point locator was used. It will be 'StreetAddress' if an address interpolation was used. This parameter is added for Esri reverseGeocode standardization.




address_separated
Parameter Name: address_separated
Geosupport Parameter Name:
Geosupport Functions:
Field Length:
Field Format:
Field Status: Active
Description: Comma separated address parts.




Score
Parameter Name: Score
Geosupport Parameter Name:
Geosupport Functions:
Field Length:
Field Format:
Field Status: Active
Description: Match score. Indicates strength of match with 100 being the highest and 0 being the lowest (no match). This parameter is added for Esri reverseGeocode standardization




geoclient_function
Parameter Name: geoclient_function
Geosupport Parameter Name:
Geosupport Functions:
Field Length:
Field Format:
Field Status: Active
Description: Internal LocateNYC code for geoclient function used for address matching.




geoclient_version
Parameter Name: geoclient_version
Geosupport Parameter Name:
Geosupport Functions:
Field Length:
Field Format:
Field Status: Active
Description: NYC Geoclient software version. For more details on Geoclient please visit https://developer.cityofnewyork.us/api/geoclient-api.




geosupport_release
Parameter Name: geosupport_release
Geosupport Parameter Name:
Geosupport Functions:
Field Length:
Field Format:
Field Status: Active
Description: NYC Geosupport software release name




geosupport_release_date
Parameter Name: geosupport_release_date
Geosupport Parameter Name:
Geosupport Functions:
Field Length:
Field Format:
Field Status: Active
Description: NYC Geosupport software release date (approximate to the month)




geosupport_version
Parameter Name: geosupport_version
Geosupport Parameter Name:
Geosupport Functions:
Field Length:
Field Format:
Field Status: Active
Description: NYC Geosupport software release version number




status
Parameter Name: status
Geosupport Parameter Name:
Geosupport Functions:
Field Length:
Field Format:
Field Status: Active
Description: Match status. This parameter is added for Esri reverseGeocode standardization




level
Parameter Name: level
Geosupport Parameter Name:
Geosupport Functions:
Field Length:
Field Format:
Field Status: Active
Description: Match level. This parameter is added for Esri reverseGeocode standardization




address
Parameter Name: address
Geosupport Parameter Name:
Geosupport Functions:
Field Length:
Field Format: Numeric
Field Status: Active
Description: The normalized match address.




wkid
Parameter Name: wkid
Geosupport Parameter Name:
Geosupport Functions:
Field Length:
Field Format: Character
Field Status: Active
Description: This indicates the Projected Coordinate System or the Geographic Coordinate System used to locate geographic features in the map. For a list of projected coordinate systems please see https://developers.arcgis.com/rest/services-reference/projected-coordinate-systems.htm. For a list of geographic coordinate systems please see https://developers.arcgis.com/rest/services-reference/geographic-coordinate-systems.htm




latestWkid
Parameter Name: latestWkid
Geosupport Parameter Name:
Geosupport Functions:
Field Length:
Field Format: Character
Field Status: Active
Description: This indicates the Projected Coordinate System or the Geographic Coordinate System used to locate geographic features in the map. For a list of projected coordinate systems please see https://developers.arcgis.com/rest/services-reference/projected-coordinate-systems.htm. For a list of geographic coordinate systems please see https://developers.arcgis.com/rest/services-reference/geographic-coordinate-systems.htm. Identifies the current wkid value associated with the same spatial reference. For example a WKID of '102100' (Web Mercator) may have a latestWKid of '3857' since '102100' is deprecated.