2 Commits

Author SHA1 Message Date
d8d160efdc Prep for PyPI release: error handling, better docs, MIT license
- Add BLMAPIError exception with user-friendly error messages
- Rename is_public to allows_public_access with correct logic
  (BIA/DOD are federal but restricted, not public access)
- Add MIT license
- Expand pyproject.toml with URLs, keywords, classifiers
- Rewrite README with badges, use cases, coverage map, examples
2026-01-25 12:12:56 -07:00
b1617104ee Initial commit: FastMCP server for BLM PLSS queries
Query Section/Township/Range from lat/long coordinates using
the BLM National Cadastral ArcGIS REST service.

Tools:
- get_plss_location: human-readable PLSS description
- get_plss_details: structured data with full metadata
2025-12-03 15:20:26 -07:00