Re: Converting GeometryField to MultiPolygon using GeoDjango?

2018-06-13 Thread Jani Tiainen
low > <https://stackoverflow.com/questions/50841538/converting-geometryfield-to-multipolygon-using-geodjango> > for > better formating. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe fro

Re: Converting GeometryField to MultiPolygon using GeoDjango?

2018-06-13 Thread Jack
See original question on Stack Overflow <https://stackoverflow.com/questions/50841538/converting-geometryfield-to-multipolygon-using-geodjango> for better formating. -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Converting GeometryField to MultiPolygon using GeoDjango?

2018-06-13 Thread Jack
I am trying to add a bunch of school boundary files into the database. The boundary files are inconsistent. They are processed by `DataSource` as either `Polygon`, `MultiPolygon`, or `GeometryCollection`. Converting `Polygon` into `MultiPolygon` is fairly simple using this solution