Home
last modified time | relevance | path

Searched refs:stop_lat (Results 1 – 8 of 8) sorted by relevance

/dports/devel/py-gtfslib/gtfslib-1.0.0/gtfslib/
H A Dmodel.py70 def __init__(self, feed_id, stop_id, stop_name, stop_lat, stop_lon, argument
78 self.stop_lat = stop_lat
86 return self.stop_lat
H A Ddao.py157 …return (Stop.stop_lat >= area.min_lat) & (Stop.stop_lat <= area.max_lat) & (Stop.stop_lon >= area.…
161 …return (Stop.stop_lat >= min_lat) & (Stop.stop_lat <= max_lat) & (Stop.stop_lon >= min_lon) & (Sto…
H A Dconverter.py161 …delta, self._shape.shape_id, stop.stop_id, stop.stop_name, stop.stop_lat, stop.stop_lon, best_dist…
/dports/devel/py-gtfslib/gtfslib-1.0.0/test/
H A Dtest_broken.py56 self.assertAlmostEquals(stop00.stop_lat, 0.0, 5)
H A Dtest_dummy.py104 self.assertAlmostEqual(sbq.stop_lat, 44.844, places=2)
114 …self.assertTrue(stop.stop_lat >= 44.7 and stop.stop_lat <= 44.9 and stop.stop_lon >= -0.6 and stop…
/dports/devel/py-gtfslib/gtfslib-1.0.0/gtfsplugins/
H A Dexport.py58 …ow([ stop.stop_id, stop.stop_code, stop.stop_name, stop.stop_desc, stop.stop_lat, stop.stop_lon, s…
/dports/graphics/gmt/gmt-6.3.0/doc/rst/source/
H A Dexplain_symbols.rst_380 … The format of each *line* specification is *start_lon*/*start_lat*/*stop_lon*/*stop_lat*.
381 … Both *start_lon*/*start_lat* and *stop_lon*/*stop_lat* can be replaced by a 2-character key
562 … The format of each *line* specification is *start_lon*/*start_lat*/*stop_lon*/*stop_lat*.
563 … Both *start_lon*/*start_lat* and *stop_lon*/*stop_lat* can be replaced by a 2-character key
/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dobjects.c2141 long stop_lat, stop_long; in is_CAD_object_open() local
2149 stop_lat = vertex_pointer->latitude; in is_CAD_object_open()
2155 stop_lat = vertex_pointer->latitude; in is_CAD_object_open()
2157 if (stop_lat!=start_lat || stop_long!=start_long) in is_CAD_object_open()
2164 if (vertex_count>2 && start_lat==stop_lat && start_long==stop_long && atleast_one_different > 0) in is_CAD_object_open()