«attributeerror» etiketlenmiş sorular

1
arcpy.geometry __geo_interface__ ve AsShape () işlevi: hassasiyet ve delik kaybı
Benim arkpy geometrileri geojson olarak serileştiriyorum, böylece onları daha sonra geometriler olarak geri hidratlayabilirim ve döngüde 2 sorun yaşıyorum .: SORUN 1: Hassasiyet R0 = arcpy.SearchCursor(self.shpTest, "FID=0").next().getValue("Shape") geojson = R0.__geo_interface__ R1 = arcpy.AsShape(geojson) self.assertTrue(R0.equals(R1)) <<< THIS FAILS Dize temsilini kontrol edersem, koordinatlar biraz değişti: geojson2 = R1.__geo_interface__ print geojson print …
Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.