编程

geoskill-land-value-estimation

试用

Estimate land value with a hedonic price model driven by accessibility, POI density and green proximity.

它能做什么

Estimate land value with a hedonic price model driven by accessibility, POI density and green proximity.

技能文档

土地价值估算 | Land Value Estimation

Estimates the spatial distribution of land value with a hedonic price model, supporting land price assessment and location analysis.

Core algorithm: accessibility = exp(−distance to center / decay scale), higher closer to the center; green proximity works the same way; value = intercept + β_acc × accessibility + β_poi × POI density + β_green × green proximity. The model is linear and additive with non-negative values; it ships with a least-squares coefficient calibration function that can exactly recover known coefficients from samples.

Dependencies / 依赖

pip install 'numpy' 'rasterio'

Usage / 使用方法

Basic usage

python geoskill-land-value-estimation.py --bbox 116.0 39.0 117.0 40.0 [other parameters]

Examples

Example 1 (synthetic data (offline))

python geoskill-land-value-estimation.py --bbox 116.0 39.0 117.0 40.0 --synthetic --output-dir ./out

Example 2 (usage 2)

python geoskill-land-value-estimation.py --input features.tif --output-dir ./out

Example 3 (usage 3)

python geoskill-land-value-estimation.py --bbox 121.0 31.0 122.0 32.0 --decay 50 --output-dir ./out --quiet

Example 4 (usage 4)

python geoskill-land-value-estimation.py --input features.tif --coef-acc 8000 --intercept 2000 --output-dir ./out

Example 5 (usage 5)

python geoskill-land-value-estimation.py --bbox 116.0 39.0 117.0 40.0 --synthetic --coef-poi 3000 --output-dir ./out --quiet

Output / 输出

FileFormatDescription
land_value.tifGeoTIFFLand value raster
hedonic_coefficients.jsonJSONHedonic model coefficients and decay scale
value_stats.jsonJSONValue mean/range, mean accessibility
output-manifest.jsonJSONRun manifest

Data Source / 数据源 / Source

A local three-band feature GeoTIFF (distance to center, POI density, distance to green space); --synthetic mode simulates a monocentric urban pattern.

Privacy / 隐私声明 / Privacy

  • Runs offline by default; --synthetic mode requires no network at all.
  • All processing is done locally; no user data is uploaded.

License / License

MIT



name: geoskill-land-value-estimation description: 'Estimate land value with a hedonic price model driven by accessibility, POI density and green proximity.'

土地价值估算 | Land Value Estimation

用特征价格(Hedonic)模型估算土地价值空间分布,服务于地价评估与区位分析。

核心算法:可达性 = exp(−到中心距离/衰减尺度),越靠近中心越高;绿地邻近性同理;价值 = 截距 + β_acc×可达性 + β_poi×POI密度 + β_green×绿地邻近性。模型线性可加、价值非负;附带最小二乘系数标定函数,可由样本精确恢复已知系数。

依赖

pip install 'numpy' 'rasterio'

使用方法

基本用法

python geoskill-land-value-estimation.py --bbox 116.0 39.0 117.0 40.0 [其他参数]

示例

示例 1(合成数据(离线))

python geoskill-land-value-estimation.py --bbox 116.0 39.0 117.0 40.0 --synthetic --output-dir ./out

示例 2(用法 2)

python geoskill-land-value-estimation.py --input features.tif --output-dir ./out

示例 3(用法 3)

python geoskill-land-value-estimation.py --bbox 121.0 31.0 122.0 32.0 --decay 50 --output-dir ./out --quiet

示例 4(用法 4)

python geoskill-land-value-estimation.py --input features.tif --coef-acc 8000 --intercept 2000 --output-dir ./out

示例 5(用法 5)

python geoskill-land-value-estimation.py --bbox 116.0 39.0 117.0 40.0 --synthetic --coef-poi 3000 --output-dir ./out --quiet

输出

文件格式说明
land_value.tifGeoTIFF土地价值栅格
hedonic_coefficients.jsonJSONHedonic 模型系数与衰减尺度
value_stats.jsonJSON价值均值/范围、平均可达性
output-manifest.jsonJSON运行清单

数据源 / Source

本地三波段特征 GeoTIFF(到中心距离、POI 密度、到绿地距离);--synthetic 模式模拟单中心城市格局。

隐私声明 / Privacy

  • 默认离线运行,--synthetic 模式完全无网络。
  • 所有处理在本地完成,不上传用户数据。

License

MIT

相关技能

Estimate population density from building volume, residential ratio, night-light correction and land-cover weights with total conservation.

1 次安装

Calculate solar PV energy potential from NASA POWER solar radiation data. Computes annual GHI, optimal tilt angle, estimated PV output, and economic analysis.

Estimate building footprint density and floor area ratio (FAR) from building footprints and heights using kernel density estimation.

Map slums and shanty areas using a multi-indicator index of texture, building density, night light and population density.

1 次安装

用当量因子法评估供给、调节、支持、文化四类生态系统服务价值。Estimates four ecosystem service values with a simplified InVEST plus equivalent-factor method. 输出四类服务价值 GeoTIFF 与总量 JSON。

Analyze urban heat island intensity and ventilation index from land surface temperature, NDVI, impervious surface and building morphology.

1 次安装