#72 closed defect (fixed)
problème de distance source pour certaines stations
Reported by: | cedric | Owned by: | cedric |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | SIG-data | Version: | EDA2.0 |
Keywords: | Cc: |
Description
Change History (2)
comment:1 Changed 14 years ago by cedric
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 7 years ago by cedric
- Milestone Data integration deleted
Milestone Data integration deleted
Note: See
TracTickets for help on using
tickets.
/*
id_trhyd = 408004159
Pourquoi a t'il au final comme distance source bdcar 0.05 alors qu'il a bien la bonne distance_source_max dans hylcov_arc_dist2 ?
*/
-- the trouble is already there in eda2.0
select * from bd_map.bd_map_bd_carthage where id_trhyd= 408004169 ; --0.05
--in bd_carhtage
select * from bd_map_bd_carthage where id_trhyd= 408004169 ; --0.05
select * from hylcov_arc_dist2 WHERE id_trhyd= 408004169; --0.0568835 ah id som_i 408004083
-- je ne comprends pas c'est pas sur la carte
select * from noeuds
-- Il s'agit en fait d'un problème de projection
-- et pas d'un problème de left join... Les distances sont nulles, toutes
-- pas mieux
-- OK trouvé bravo Cédric