Select to view content in your preferred language

Database Driven Feature Binning

218
1
3 weeks ago
BrianLeroux
Frequent Contributor

I have enabled binning on a SQL server database table that I have and am using database compute to handle the binning without using cache bins. When enabling binning a couple fields are added to the table. The geo_fhexstr_4326 filed is the only one with data and the bins render great. My challenge is we have a process to truncate and reload the table everyday. This is not something we can easily change.

When the data is truncated the geo_fhexstr field gets nullified and i was hoping the GDB functionality would rebuild this field as a request to that table is made. unfortunately that is not the case so i am looking to see if there is a way without disabling and re-enabling binning on this table every day. Any ideas?

0 Kudos
1 Reply
BrianLeroux
Frequent Contributor

I have not been able to find much documentation regarding binning and loading of new features to a feature class. There does not seem to be any tooling available that would allow someone to trigger a method to rebuild the binning fields.

0 Kudos