Question

Clipper: Clipped split aggregates fail to write to GDB API.

  • 30 May 2018
  • 1 reply
  • 1 view

Userlevel 6
Badge +32

For documentation only as this one is allready reported. (C137061) Like to share as this one took me by surprise, in production.

Aggregates split by a clipper can't be written to geodatabase featureclass using GDB API writer. No issues when writing with GDB ArcObjects writer. This only occurs when input geometry is an aggregate and the result is a splitted aggregate.

Found in 2016.1.1.0 Was able to reproduce in 2017.1.2.0 and 2018.0.0.3

Workaround is to deaggregate and aggregate again.

 


1 reply

Userlevel 4
Badge +13

@nielsgerrits This is a known issue - nested aggregates can't be written to FILEGDB. For reference, PR70582.

Reply