Skip to main content
Question

fme transformador para encontrar geometrias duplicadas en una base de datos

  • February 19, 2024
  • 2 replies
  • 82 views

castillo
Participant
Forum|alt.badge.img+1

hola

necesito encontrar en mi base de datos si tengo alguna geometría duplicada.
Alguien sabe de algún transformador? 

2 replies

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2938 replies
  • February 19, 2024

Using FME the Matcher can do this.

 

But if you have a real database with a lot of data, it is probably faster to let the database do the work. You can run SQL using the SQLCreator or SQLExecutor transformers.


danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Celebrity
  • 2077 replies
  • February 19, 2024

Hola @castillo 

 

I agree with @nielsgerrits