plot-finder
Python library to find land parcels in Poland, France, Spain and the Netherlands by id, address or coordinates.
One Plot class. country is required and selects the cadastre; the
country-specific attributes come from a matching class in plot_finder.countries.
Installation
pip install plot-finder
Poland 🇵🇱
from plot_finder import Plot
plot = Plot(country="PL", plot_id="141201_1.0001.6509")
plot = Plot(country="PL", x=639231, y=486743) # EPSG:2180
plot = Plot(country="PL", address="Warszawa, Marszalkowska 1")
print(plot.voivodeship, plot.commune, plot.area)
Attributes: voivodeship, county, commune, region, parcel
France 🇫🇷
from plot_finder import Plot
plot = Plot(country="FR", plot_id="33063000KE0078")
plot = Plot(country="FR", x=-0.5792, y=44.8378) # lon/lat, EPSG:4326
plot = Plot(country="FR", address="30 Rue Sainte-Catherine, Bordeaux")
print(plot.department, plot.commune, plot.area)
Attributes: department, insee, commune, section, numero
Spain 🇪🇸
from plot_finder import Plot
plot = Plot(country="ES", plot_id="0749407VK4704H") # cadastral reference
plot = Plot(country="ES", x=-3.6999, y=40.4211) # lon/lat, EPSG:4326
plot = Plot(country="ES", address="Calle de Alcalá 1, Madrid")
print(plot.province, plot.municipality, plot.area)
Attributes: province, municipality
Netherlands 🇳🇱
from plot_finder import Plot
plot = Plot(country="NL", plot_id="AKM01 K 3785") # cadastral designation
plot = Plot(country="NL", x=4.6255, y=52.1987) # lon/lat, EPSG:4326
plot = Plot(country="NL", address="Dam 1, Amsterdam")
print(plot.municipality, plot.section, plot.area)
Attributes: municipality, section, parcel_number
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
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.3.0.tar.gz.
File metadata
- Download URL: plot_finder-1.3.0.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1cb6bf998efbefe921655eff2d53d5f36d4fce682b2b872556c3d3fbaad9adf
|
|
| MD5 |
216616eea9ddb6a1826e225c3b1fe581
|
|
| BLAKE2b-256 |
2b58ece21e87bda93349197a7b56638aceacd975711890fe281d1cdfdda4d6d8
|
File details
Details for the file plot_finder-1.3.0-py3-none-any.whl.
File metadata
- Download URL: plot_finder-1.3.0-py3-none-any.whl
- Upload date:
- Size: 12.3 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 |
cf1c29cbad8c9dacd44f4cc8fa112fd415b1a3c7ee9700de1329ee7fbe9ee65b
|
|
| MD5 |
9f2b375537d7d7ed4b2d03f46a1bc7a8
|
|
| BLAKE2b-256 |
8cd90146654d91147fb6b034606b5e69284f37df62ddb1a50d9d9ce89e85bbb4
|