firelab / viirs_ba

Python code for burned area estimation using VIIRS scenes.
Creative Commons Zero v1.0 Universal
7 stars 4 forks source link

fire_events is multipoint type, causes problems with Arc #15

Closed bnordgren closed 8 years ago

bnordgren commented 8 years ago

Arc doesn't like extracting raster values using Multipoint geometries.

Are these vals really just a single point?

calbury commented 8 years ago

These are single part. I was initially thinking I would merge the points that make up a fire into a multipoint, but went the fire_collection route instead. We could convert that field/table to siglepoint.

Carl

bnordgren commented 8 years ago

Good enough. I just wanted to make sure that making it a Point wouldn't step on your toes.