Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate results from analysers #560

Closed
frodrigo opened this issue Jul 13, 2019 · 1 comment
Closed

Duplicate results from analysers #560

frodrigo opened this issue Jul 13, 2019 · 1 comment
Labels

Comments

@frodrigo
Copy link
Member

frodrigo commented Jul 13, 2019

create temp table dup as select item, class, count(*) from (select item, class from marker group by source, class, subclass, elems, item having count(*)> 1) as t group by item, class;
select source, class, subclass, elems, count(*), array_agg(id), array_agg(lat), array_agg(lon) from marker where item= 1060 and class=1 group by source, item, class, subclass, elems having count(*)> 1;
 item | class | count | sources                                                                                       ------+-------+-------+---------
 1170 |     2 |     3 |       1
 2060 |    17 |   144 |      10 -- https://github.com/osm-fr/osmose-frontend/issues/157
 8042 |     1 |     4 |       2 -- Noémie
@frodrigo frodrigo added the bug label Jul 13, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Jul 14, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Jul 14, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Jul 14, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Jul 14, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Jul 14, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Jul 14, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Jul 14, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Jul 14, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Jul 14, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Jul 14, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Jul 14, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Jul 15, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Jul 15, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Jul 15, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Jul 15, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Jul 15, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Jul 15, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Jul 15, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Jul 15, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Jul 15, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Jul 15, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Jul 15, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Jul 17, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Jul 17, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Jul 17, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Jul 17, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Jul 17, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Jul 17, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Jul 17, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Sep 1, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Sep 2, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Sep 2, 2019
jocelynj added a commit that referenced this issue Sep 4, 2019
* frodrigo/master:
  Fix fallback coord on geocoding fails #591
  Contains in place of Intersects in analyser_osmosis_double_tagging #598
  Avoid duplicate in analyser_merge_geodesie #560
  Avoid duplicate issues in analyser_osmosis_building_overlaps #560
  Avoid duplicate issues in Analyser_Merge #560
  Avoid duplicate issues in Highway_Lanes #360
  Avoid duplicated issues in analyser_osmosis_relation_associatedStreet #560
  Avoid duplicate issues in analyser_osmosis_relation_public_transport #560
  Base subclass on node index #560
  Avoid duplicate error from analyser_osmosis_boundary_intersect #560
  Avoid duplicate issues in analyser_osmosis_powerline #560
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Sep 9, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Sep 9, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Sep 26, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Sep 26, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Sep 29, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Sep 29, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Oct 1, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Oct 1, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Oct 1, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Oct 1, 2019
jocelynj added a commit that referenced this issue Oct 1, 2019
* frodrigo-master:
  Fix Avoid duplicate issues in Analyser_Merge #560
  Fix Avoid duplicate in analyser_merge_geodesie #560
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Oct 4, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Oct 4, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Oct 4, 2019
jocelynj added a commit that referenced this issue Oct 5, 2019
* frodrigo/master:
  Fix analyser_merge_school_FR, add mapping value
  Move merge_power_substation_minor_FR to France subpart to avoid hash conflict #560
  Avoid duplicate in Highway_Lanes #560
  Fix unicode support for py27 in analyser_merge_museum_FR #621
  Fix duplicate in analyser_osmosis_relation_public_transport #560
  Update data source URL in analyser_merge_tmc_point_FR
  Fix item conflict, move analyser_merge_radio_support_FR to 839x #596 #622
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Nov 1, 2019
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Nov 1, 2019
@frodrigo
Copy link
Member Author

No more duplicate ✌️

frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Jan 1, 2020
frodrigo added a commit to frodrigo/osmose-backend that referenced this issue Jan 1, 2020
jocelynj added a commit that referenced this issue Jan 2, 2020
* frodrigo/master:
  mapcss: regenerated after mapcss2osmose fix #725
  mapcss: fix on !:closed #725
  Merge requirements-dev-python3.txt into requirements-dev.txt
  Revert Move merge_power_substation_minor_FR to France subpart to avoid hash conflict #560
  Better 'Already up to date' support
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant