JamesSaxon / access-old

Python module to calculate spatial access scores.
http://access.readthedocs.io
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

Create a Simplified Geometry of US Tracts from 2010 #9

Closed JamesSaxon closed 5 years ago

JamesSaxon commented 5 years ago

I have done all this before, for 2015. So do not flounder.

yatlas commented 5 years ago

Here's my gist for exporting counties to a geojson.

JamesSaxon commented 5 years ago

Hi Yair --

This will make the county-level, sure -- but these are not the postgis-simplifed versions. What we want for faster visualization online is the simplified geo -- the export of what you've simplified. As you do this, please save just the geoid as an int and the geometry itself (i.e., files as small as possible).

See for example here:

https://gis.stackexchange.com/questions/112057/sql-query-to-have-a-complete-geojson-feature-from-postgis/191446#191446

Also, two side notes

Thanks --

Jamie

JamesSaxon commented 5 years ago

Also -- perhaps we should make a branch for this sort of “meta” work on the package??

I hope to be in, in a bit, to chat.

Jamie

yatlas commented 5 years ago

Here's a gist of simplified Cook County.

JamesSaxon commented 5 years ago

Thanks Yair.