UDST / spandex

Spatial Analysis and Data Extraction
http://nbviewer.ipython.org/github/synthicity/user_meeting_2014/blob/gh-pages/spandex/spandex_demo.ipynb
BSD 3-Clause "New" or "Revised" License
22 stars 7 forks source link

Additional raster functions #35

Open janowicz opened 10 years ago

janowicz commented 10 years ago

Populate parcel fields with values from raster datasets.

Examples:


aggregate(parcels, slope, how='mean')
aggregate(parcels, altitude, how='centroid')