KMarkert / servir-vic-training

Training materials for the VIC hydrologic model setup developed for the @SERVIR program
GNU General Public License v3.0
36 stars 32 forks source link

create_aoi_grid script only takes WGS84 projected data #1

Open KMarkert opened 7 years ago

KMarkert commented 7 years ago

The current create_aoi_grid script is set to read the input shapefile with a WGS84 projection. Many datasets are not in that projection.

Need to update the script to take into account other projection and reprojecte on the fly to WGS84.