recon/lib
malice b96801a8ce cleanup: remove /api/landclass handler + lib/landclass.py (extraction #4 shadow)
/api/landclass is edge-shadowed since extraction #4 — navi-landclass :8424
serves the route via nginx. Cleanup #4 removed the last in-process consumer
(netsyms_api._reverse_landclass), so lib/landclass.py is now fully orphaned.

- api.py: drop the @app.route('/api/landclass') handler + the
  `from .landclass import lookup_landclass, format_summary` import.
- DELETE lib/landclass.py (only consumer was the deleted handler).
- DELETE lib/landclass_test.py (SUT gone).

PADUS_DB_* vars in /opt/recon/.env are now dead in recon — flagged for an
out-of-band post-merge cleanup, not touched here (data, not code).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-23 04:12:47 -06:00
..
acquisition
offroute Switch /api/reverse/<lat>/<lon> elevation source from Valhalla to planet-DEM 2026-05-20 15:20:35 +00:00
processors
__init__.py
address_book.py
address_book_test.py
api.py cleanup: remove /api/landclass handler + lib/landclass.py (extraction #4 shadow) 2026-05-23 04:12:47 -06:00
aurora_nav_tool.py
auth.py
deployment_config.py cleanup: remove /api/config handler (extraction #2 shadow) (#10) 2026-05-23 00:08:48 -06:00
dispatcher.py
embedder.py
enricher.py
extractor.py fix: PDF extraction quality — word-boundary checks and layout mode 2026-05-07 01:36:23 +00:00
filing.py
google_places.py
ingester.py
key_manager.py
netsyms.py
netsyms_api.py cleanup: remove /api/geocode + /api/reverse handlers (extraction #6 shadow) 2026-05-23 04:04:45 -06:00
netsyms_test.py
new_pipeline.py
organizer.py
osm_categories.py
overture.py
peertube_collector.py
peertube_scraper.py
place_detail.py recon: add /api/wiki-enrich endpoint (extraction #5 prep, additive) (#8) 2026-05-22 13:23:08 -06:00
query_router.py
query_router_test.py
scraper_runner.py
status.py
utils.py
web_scraper.py
wiki_enrich_api.py recon: add /api/wiki-enrich endpoint (extraction #5 prep, additive) (#8) 2026-05-22 13:23:08 -06:00
wiki_enrich_api_test.py recon: add /api/wiki-enrich endpoint (extraction #5 prep, additive) (#8) 2026-05-22 13:23:08 -06:00
wiki_rewrite.py
wiki_rewrite_api.py recon: add /api/wiki-rewrite endpoint (extraction #5 prep, additive) (#9) 2026-05-22 14:08:18 -06:00
wiki_rewrite_api_test.py recon: add /api/wiki-rewrite endpoint (extraction #5 prep, additive) (#9) 2026-05-22 14:08:18 -06:00
zim_monitor.py