Israel Cadastre (Gush/Helka)
Every parcel of land in Israel — block, parcel, geographic location and boundaries.
About this dataset
Gush/Helka is the foundation of every Israeli real-estate transaction. This dataset (from Mapi — Survey of Israel) contains every registered land parcel with polygon boundaries. Critical for real-estate platforms, appraisals, and market analysis.
Who it's for
How to use it
- 1Download Shapefile / GeoJSON from mapi.gov.il.
- 2Load in QGIS or PostGIS.
- 3Query by block+parcel or by point (reverse geocoding).
Installation & setup
Needs PostGIS or QGIS. File is large (~500MB) — don't load in a browser.
Code examples
SELECT gush, helka, ST_Area(geom::geography) as sqm
FROM cadastre
WHERE ST_Contains(geom, ST_SetSRID(ST_MakePoint(34.78, 32.08), 4326))
LIMIT 1;Sample response
{
"gush": 7107,
"helka": 45,
"area_sqm": 850,
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
34.78,
32.08
],
[
34.79,
32.08
]
]
]
}
}FAQ
Tips & pitfalls
More datasets in this category
Israeli Gas Stations
All 1,100+ gas stations in Israel with location, company and services.
Israeli Educational Institutions
All 5,400+ schools and kindergartens in Israel with institution code, address, student count.
Israeli Bus & Train Stops
All 30,000+ public-transport stops in Israel with precise location and route info.
Israeli Tourist Sites
2,000+ official Israeli tourist sites — historical sites, beaches, nature reserves and more.
Road Accidents in Israel
All recorded Israeli road accidents — location, cause, severity, vehicles involved.
Israeli Election Results
All Israeli election results at ballot-box level, since 1996.