文件名称:housing:围绕 Zilllow 的 HUD 数据和其他数据集进行侦查
文件大小:495KB
文件格式:ZIP
更新时间:2024-08-10 03:11:06
Shell
波特兰地区街区组统计 我不确定这会带来什么,但最初的目的是帮助最需要的人确定住房机会和援助。 目前,这是一种为波特兰加载和检查每个块组数千个数据点的方法。 来自美国住房和城市发展部的大约。 来自 2009-2013 美国社区调查 5 年估计的。 要求 PostgreSQL 地理信息系统 GDAL 节点(用于 topojson 生成) 几个命令 这些还不是万能的,但这里是基本的脚本。 # Import all data to postgres script/import-psql -d DATABASE_NAME # Export blockgroups, streets, parks, rivers and buildings to a single topojson file per TSP district. script/export-topojson -d DATABA
【文件预览】:
housing-master
----package.json(53B)
----readme.md(1KB)
----http()
--------index.html(2KB)
--------app.js(2KB)
----preview.png(486KB)
----sql()
--------lai_schema.sql(7KB)
--------_random_points_in_polygon.sql(2KB)
--------_polygonal_interesection.sql(606B)
----.gitignore(73B)
----Makefile(3KB)
----script()
--------server(87B)
--------import-psql(1KB)
--------pgsql-import-file(1KB)
--------export-topojson(3KB)