Skip to main content

plot-finder

Python License Pydantic

Python library to find land parcels in Poland, France and Spain 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

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.2.0.tar.gz (8.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

plot_finder-1.2.0-py3-none-any.whl (10.3 kB view details)

Uploaded Python 3

File details

Details for the file plot_finder-1.2.0.tar.gz.

File metadata

  • Download URL: plot_finder-1.2.0.tar.gz
  • Upload date:
  • Size: 8.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.0

File hashes

Hashes for plot_finder-1.2.0.tar.gz
Algorithm Hash digest
SHA256 913d08fce5b54c33a7ccc81c15b88ab1ded39a15ac8179f0ab635bfb3528cf02
MD5 a418cfda7daaf8e9a40d6c9e7997738f
BLAKE2b-256 5b749debc1a26fac5cd1845381a94ce30a78cb72b4f8d293bee48dfab4b4fa8d

See more details on using hashes here.

File details

Details for the file plot_finder-1.2.0-py3-none-any.whl.

File metadata

  • Download URL: plot_finder-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 10.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.0

File hashes

Hashes for plot_finder-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 425e2efe887b219f011fff3016b555d201244e12582471467bce9ade247e0875
MD5 19ac390cc463ac750969d236b8853a08
BLAKE2b-256 4b6aea1da4cdda0de08aa19f1fb8f413d0f3a039ba248e36eb1e0326de799853

See more details on using hashes here.

Release history Release notifications | RSS feed

1.11.0

2 files

1.10.0

2 files

1.9.1

2 files

1.9.0

2 files

1.8.0

2 files

1.7.0

2 files

1.6.0

2 files

1.5.0

2 files

1.3.0

2 files

This release

1.2.0 This release

2 files

1.0.0

2 files

0.9.0

2 files

0.8.1

2 files

0.8.0

2 files

0.7.0

2 files

0.6.1

2 files

0.6.0

2 files

0.5.0

2 files

0.4.0

2 files

0.3.4

2 files

0.3.3

2 files

0.3.2

2 files

0.3.1

2 files

0.3.0

2 files

0.2.1

2 files

0.2.0

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page