atmoschem / eixport

Export Emissions to Atmospheric Models
https://atmoschem.github.io/eixport/
Other
27 stars 10 forks source link

wrf_grid returns a MULTIPOLYGON #16

Closed ibarraespinosa closed 6 years ago

ibarraespinosa commented 6 years ago

wrf_grid returns a MULTIPOLYGON which is not good when intersecting. It needs st_cast to "POLYGON". Also, it needs a field "id" with the first to the last grid cell.