All data sources

MS State Lands

No authms-state

Mississippi state lands — state parks, Wildlife Management Areas, and Forestry Commission Section 16 BOE forestry plans. - searchStateParks ⭐ 39 state park polygons (Buccaneer/Tishomingo/Percy Quin/Natchez/Roosevelt) - searchWildlifeManagementAreas ⭐ 64 MDWFP-administered WMA polygons (Pascagoula/Mahannah/Sandy Creek) - searchForestryPlans ⭐ ~1,067 Section 16 school-trust BOE forestry plans (PrimGoal: Timber/Wildlife/Fire) §0: MS has NO single state lands portal — the historic MARIS public-data hub is currently offline. The MDWFP server has an incomplete TLS chain so its lakes + boat ramps are excluded; polygons are sourced from a curated parks+WMAs aggregator + the Forestry Commission. Client PII on BOE plans (phone/email/zipcode) is NOT exposed.

Provenance

PublisherMS State Lands

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (4)

  • searchStateParks

    read

    MS state parks (39 polygons). Filter parkName, bbox, near.

    Input schema
    {
      "type": "object",
      "properties": {
        "parkName": {
          "type": "string",
          "examples": [
            "Buccaneer"
          ]
        },
        "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
    }

    Minimal upstream schema — name + shape area only; no county/type/acres columns.

  • searchWildlifeManagementAreas

    read

    MS WMAs (64 polygons, MDWFP-administered). Filter wmaName, bbox, near.

    Input schema
    {
      "type": "object",
      "properties": {
        "wmaName": {
          "type": "string",
          "examples": [
            "Pascagoula"
          ]
        },
        "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
    }
  • searchForestryPlans

    read

    MS Section 16 BOE forestry plans (~1.1K polygons). Filter county, district, primaryGoal, planType.

    Input schema
    {
      "type": "object",
      "properties": {
        "county": {
          "type": "string"
        },
        "district": {
          "type": "string"
        },
        "planType": {
          "type": "string"
        },
        "primaryGoal": {
          "type": "string",
          "examples": [
            "Timber Production"
          ]
        },
        "planName": {
          "type": "string"
        },
        "minAcres": {
          "type": "number"
        },
        "treeFarmOnly": {
          "type": "boolean"
        },
        "certifiedStewardshipOnly": {
          "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
    }

    PrimGoal: Timber Production 573 / Wildlife 317 / Fire Protection 107.

  • getServiceInfo

    read

    Schema, counts, page caps, forestry plan enums, §0 notes incl MARIS-down + MDWFP TLS chain.

    Input schema
    {
      "type": "object",
      "properties": {
        "service": {
          "type": "string"
        }
      },
      "additionalProperties": false
    }