firelab / viirs_ba

Python code for burned area estimation using VIIRS scenes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fire_events is multipoint type, causes problems with Arc

bnordgren opened this issue · comments

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

Are these vals really just a single point?

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

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