Re: [gdal-dev] Integer overflow issue in ogr2ogr

2011-03-24 Thread Even Rouault
Le jeudi 24 mars 2011 00:33:44, Dan Putler a écrit : > All, > > I'm working with the topological faces from the 2010 Tiger shapefile > data. Some of the faces are huge in Alaska (over 2147483647 meters^2, > which exceeds the size of a signed 32 bit integer). In the block face > attribute table the

Re: [gdal-dev] Integer overflow issue in ogr2ogr

2011-03-23 Thread Dan Putler
Given that someone else may run into the same problem in the near future, I decided to answer my own question, so it can be found in a web search. The problem only occurs for seven county equivalents (likely census areas) in Alaska. I solved the problem by reading the dbf portion of the shape

[gdal-dev] Integer overflow issue in ogr2ogr

2011-03-23 Thread Dan Putler
All, I'm working with the topological faces from the 2010 Tiger shapefile data. Some of the faces are huge in Alaska (over 2147483647 meters^2, which exceeds the size of a signed 32 bit integer). In the block face attribute table the area of each face is given. When I process a file with thes