cat-cfs / gcbm_preprocessing

0 stars 2 forks source link

grid generation #49

Closed smnorris closed 6 years ago

smnorris commented 6 years ago

Remove arcpy requirement for generation of grid.

Using this as a guide, refactor 01_grid_generation.

There are a few steps to this:

smnorris commented 6 years ago

Closed with creation of https://github.com/smnorris/gcbm_preprocessing/blob/dearc/01_grid_generation/sql/ST_Fishnet.sql

Rather than dealing with installation of fiona on windows use ST_Fishnet.sql function. It is easier processing the subsequent gridding in postgres anyway.