{"id":50888920,"url":"https://github.com/ernestilchenko/plot-finder","last_synced_at":"2026-06-15T20:00:29.716Z","repository":{"id":339377036,"uuid":"1161203100","full_name":"ernestilchenko/plot-finder","owner":"ernestilchenko","description":"Find and analyze Polish land parcels — nearby schools, shops, transport, parks, air quality, sunlight. Export to JSON, interactive HTML map or static PNG. ","archived":false,"fork":false,"pushed_at":"2026-03-14T15:12:49.000Z","size":1493,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-26T12:44:42.158Z","etag":null,"topics":["geospatial-","gugik","land-parcel","openstreetmap","osrm","poland","pydantic","python","uldk"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ernestilchenko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-18T21:08:34.000Z","updated_at":"2026-03-14T15:12:52.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ernestilchenko/plot-finder","commit_stats":null,"previous_names":["ernestilchenko/plot-finder"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ernestilchenko/plot-finder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ernestilchenko%2Fplot-finder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ernestilchenko%2Fplot-finder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ernestilchenko%2Fplot-finder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ernestilchenko%2Fplot-finder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ernestilchenko","download_url":"https://codeload.github.com/ernestilchenko/plot-finder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ernestilchenko%2Fplot-finder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34377983,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["geospatial-","gugik","land-parcel","openstreetmap","osrm","poland","pydantic","python","uldk"],"created_at":"2026-06-15T20:00:16.726Z","updated_at":"2026-06-15T20:00:29.647Z","avatar_url":"https://github.com/ernestilchenko.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# plot-finder\n\n![Python](https://img.shields.io/badge/Python-3.10+-3776AB?logo=python\u0026logoColor=white)\n![License](https://img.shields.io/badge/License-MIT-green)\n![Pydantic](https://img.shields.io/badge/Pydantic-v2-E92063?logo=pydantic\u0026logoColor=white)\n![OpenStreetMap](https://img.shields.io/badge/OpenStreetMap-7EBC6F?logo=openstreetmap\u0026logoColor=white)\n![OpenWeather](https://img.shields.io/badge/OpenWeather-API-orange?logo=openweathermap\u0026logoColor=white)\n![Open-Meteo](https://img.shields.io/badge/Open--Meteo-Climate-1a73e8)\n\n\u003e Python library to find Polish land parcels and analyze their surroundings.\n\nQuery the [ULDK (GUGiK)](https://uldk.gugik.gov.pl/) API to get parcel data by TERYT ID or coordinates, then analyze nearby infrastructure using OpenStreetMap.\n\n![Plot with geometry, radius and nearby places](assets/showcase.png)\n\n## Installation\n\n```bash\npip install plot-finder           # base\npip install plot-finder[viz]      # + interactive maps \u0026 PNG export\npip install plot-finder[ai]       # + AI-powered analysis (OpenAI)\n```\n\n**Requirements:** Python 3.10+ | `pydantic` `httpx` `shapely` `pyproj`\n\n## Quick Start\n\n```python\nfrom plot_finder import Plot, PlotAnalyzer, PlotReporter\n\n# Find a parcel\nplot = Plot(plot_id=\"141201_1.0001.6509\")\nprint(plot.voivodeship)  # mazowieckie\nprint(plot.centroid)     # (x, y)\n\n# Analyze surroundings\nanalyzer = PlotAnalyzer(plot, radius=3000)\n\nfor place in analyzer.education():\n    print(f\"{place.name} — {place.distance_m}m\")\n\n# Full report\nreport = PlotReporter(analyzer).report()\nreport.model_dump_json()\n\n# Visualization (pip install plot-finder[viz])\nfrom plot_finder.visualizer import PlotVisualizer\nviz = PlotVisualizer(report)\nviz.save(\"map.html\")  # interactive map\nviz.save(\"map.png\")   # static image\n```\n\n## CLI\n\n```bash\nplot-finder analyze 141201_1.0001.6509 --radius 2000\nplot-finder analyze 141201_1.0001.6509 --json\nplot-finder search --address \"Warszawa, Marszalkowska 1\"\nplot-finder elevation 141201_1.0001.6509\nplot-finder climate 141201_1.0001.6509\nplot-finder sunlight 141201_1.0001.6509\nplot-finder noise 141201_1.0001.6509\nplot-finder risks 141201_1.0001.6509\nplot-finder places 141201_1.0001.6509 --category education\n```\n\n## Documentation\n\nFull documentation: [ernestilchenko.github.io/plot-finder](https://ernestilchenko.github.io/plot-finder/)\n\n## License\n\nMIT — use it however you want.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fernestilchenko%2Fplot-finder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fernestilchenko%2Fplot-finder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fernestilchenko%2Fplot-finder/lists"}