All data sources

NY DEC Lands

No authny-dec-lands

New York DEC Lands — Forest Preserve (Adirondack + Catskill), State Forests, Wildlife Management Areas, plus 20 other CATEGORY values — via the NYSDEC ArcGIS Online FeatureServer (services6.arcgis.com / org DZHaqZm9cxOD4CWM). Single layer, ~3,233 polygons covering all DEC-administered land in NY. - searchForestPreserve ⭐ 1,510 polygons (Adirondack + Catskill incl 140 detached parcels) - searchStateForests ⭐ 817 working state forest polygons - searchWildlifeManagementAreas ⭐ 336 WMAs (DEC hunting/fishing lands) - searchAllDecLands across 23 CATEGORY values §0: COUNTY is UPPERCASE with periods (ST. LAWRENCE / ST. CLAIR). REGION is SmallInteger 1-9 mapping to DEC admin regions. Native CRS 26918; outSR=4326. State Parks NOT included (separate OPRHP agency).

Provenance

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (5)

  • searchForestPreserve

    read

    NY Forest Preserve (Adirondack + Catskill, ~1.5K). Filter county, region, facility, minAcres.

    Input schema
    {
      "type": "object",
      "properties": {
        "county": {
          "type": "string"
        },
        "region": {
          "type": "number",
          "examples": [
            5
          ]
        },
        "facility": {
          "type": "string"
        },
        "minAcres": {
          "type": "number",
          "examples": [
            1000
          ]
        },
        "includeDetachedParcels": {
          "type": "boolean"
        },
        "bbox": {
          "type": "array",
          "items": {
            "type": "number"
          }
        },
        "near": {
          "type": "object",
          "properties": {
            "lat": {
              "type": "number"
            },
            "lon": {
              "type": "number"
            },
            "radiusMiles": {
              "type": "number"
            }
          },
          "required": [
            "lat",
            "lon",
            "radiusMiles"
          ],
          "additionalProperties": false
        },
        "limit": {
          "type": "number"
        },
        "format": {
          "oneOf": [
            {
              "type": "string",
              "enum": [
                "records"
              ]
            },
            {
              "type": "string",
              "enum": [
                "geojson"
              ]
            }
          ]
        }
      },
      "additionalProperties": false
    }

    includeDetachedParcels=true by default (adds 140 detached parcels).

  • searchStateForests

    read

    NY State Forests (~817 polygons). Filter county, region (1-9), forestName, minAcres, bbox.

    Input schema
    {
      "type": "object",
      "properties": {
        "county": {
          "type": "string",
          "examples": [
            "TIOGA"
          ]
        },
        "region": {
          "type": "number"
        },
        "forestName": {
          "type": "string"
        },
        "minAcres": {
          "type": "number"
        },
        "bbox": {
          "type": "array",
          "items": {
            "type": "number"
          }
        },
        "near": {
          "type": "object",
          "properties": {
            "lat": {
              "type": "number"
            },
            "lon": {
              "type": "number"
            },
            "radiusMiles": {
              "type": "number"
            }
          },
          "required": [
            "lat",
            "lon",
            "radiusMiles"
          ],
          "additionalProperties": false
        },
        "limit": {
          "type": "number"
        },
        "format": {
          "oneOf": [
            {
              "type": "string",
              "enum": [
                "records"
              ]
            },
            {
              "type": "string",
              "enum": [
                "geojson"
              ]
            }
          ]
        }
      },
      "additionalProperties": false
    }
  • searchWildlifeManagementAreas

    read

    NY WMAs — DEC hunting/fishing lands (~336 polygons). Filter county, region, wmaName, minAcres, bbox.

    Input schema
    {
      "type": "object",
      "properties": {
        "county": {
          "type": "string"
        },
        "region": {
          "type": "number"
        },
        "wmaName": {
          "type": "string",
          "examples": [
            "Tonawanda"
          ]
        },
        "minAcres": {
          "type": "number"
        },
        "bbox": {
          "type": "array",
          "items": {
            "type": "number"
          }
        },
        "near": {
          "type": "object",
          "properties": {
            "lat": {
              "type": "number"
            },
            "lon": {
              "type": "number"
            },
            "radiusMiles": {
              "type": "number"
            }
          },
          "required": [
            "lat",
            "lon",
            "radiusMiles"
          ],
          "additionalProperties": false
        },
        "limit": {
          "type": "number"
        },
        "format": {
          "oneOf": [
            {
              "type": "string",
              "enum": [
                "records"
              ]
            },
            {
              "type": "string",
              "enum": [
                "geojson"
              ]
            }
          ]
        }
      },
      "additionalProperties": false
    }
  • searchAllDecLands

    read

    Generic search across 23 CATEGORY values (~3.2K). Filter category, county, region, facility.

    Input schema
    {
      "type": "object",
      "properties": {
        "category": {
          "type": "string",
          "examples": [
            "TIDAL WETLAND"
          ]
        },
        "county": {
          "type": "string"
        },
        "region": {
          "type": "number"
        },
        "facility": {
          "type": "string"
        },
        "minAcres": {
          "type": "number"
        },
        "bbox": {
          "type": "array",
          "items": {
            "type": "number"
          }
        },
        "near": {
          "type": "object",
          "properties": {
            "lat": {
              "type": "number"
            },
            "lon": {
              "type": "number"
            },
            "radiusMiles": {
              "type": "number"
            }
          },
          "required": [
            "lat",
            "lon",
            "radiusMiles"
          ],
          "additionalProperties": false
        },
        "limit": {
          "type": "number"
        },
        "format": {
          "oneOf": [
            {
              "type": "string",
              "enum": [
                "records"
              ]
            },
            {
              "type": "string",
              "enum": [
                "geojson"
              ]
            }
          ]
        }
      },
      "additionalProperties": false
    }

    Categories incl Tidal/Freshwater Wetland, Multiple Use Area, Unique Area.

  • getServiceInfo

    read

    Schema, record count, all 23 CATEGORY codedValues with counts, 9 DEC regions, §0 notes.

    Input schema
    {
      "type": "object",
      "properties": {},
      "additionalProperties": true
    }