plot-finder
Python library to find land parcels in Poland and France by id, address or coordinates.
Installation
pip install plot-finder
Poland 🇵🇱
from plot_finder import PolandPlot
plot = PolandPlot(plot_id="141201_1.0001.6509")
plot = PolandPlot(x=639231, y=486743)
plot = PolandPlot(address="Warszawa, Marszalkowska 1")
print(plot.voivodeship, plot.commune, plot.area)
France 🇫🇷
from plot_finder import FrancePlot
plot = FrancePlot(plot_id="33063000KE0078")
plot = FrancePlot(x=-0.5792, y=44.8378)
plot = FrancePlot(address="Bordeaux, France")
print(plot.department, plot.commune, plot.area)
Documentation
Full docs: ernestilchenko.github.io/plot-finder
License
MIT
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
plot_finder-1.0.0.tar.gz
(6.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file plot_finder-1.0.0.tar.gz.
File metadata
- Download URL: plot_finder-1.0.0.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c935ecef400d082044cec88be246f74bfffda0e088ca0ad388a47936a218298
|
|
| MD5 |
3386c3442173befd55867d9f042b524e
|
|
| BLAKE2b-256 |
9912eaa5922be67f3688b16ef84e7ac9d216403b2726833a78462ae4928f3722
|
File details
Details for the file plot_finder-1.0.0-py3-none-any.whl.
File metadata
- Download URL: plot_finder-1.0.0-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25e006564fe04146515214e7433099c86826b57a487c3b2850136bad22228895
|
|
| MD5 |
ef8ef7cc7d9645d262bffe64a5980e23
|
|
| BLAKE2b-256 |
0964696b4e02973467d5228d03d3c97917595d0d0285caf258d991255df7b633
|