Performing common GIS operations within PostGIS
We began by creating a new schema in PgAdmin and importing spatial datasets with the correct SRID. Afterwards, we wrote SQL using the ST-Buffer function to create 1/2 mile buffers around points. We then used overlay operations to find census block that fell within 805b meters of a specific location. Once we had those blocks we used ST_Union to combine them. Below are my results:

No comments:
Post a Comment
Note: Only a member of this blog may post a comment.