Home
last modified time | relevance | path

Searched refs:latitude (Results 1 – 25 of 5080) sorted by relevance

12345678910>>...204

/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtdatavis3d/examples/datavisualization/qmlsurface/qml/qmlsurface/
H A DData.qml38 ListElement{ longitude: "0"; latitude: "0"; height: "124"; }
39 ListElement{ longitude: "0"; latitude: "1"; height: "125"; }
40 ListElement{ longitude: "0"; latitude: "2"; height: "124"; }
42 ListElement{ longitude: "0"; latitude: "3"; height: "118"; }
43 ListElement{ longitude: "0"; latitude: "4"; height: "112"; }
44 ListElement{ longitude: "0"; latitude: "5"; height: "111"; }
45 ListElement{ longitude: "0"; latitude: "6"; height: "115"; }
46 ListElement{ longitude: "0"; latitude: "7"; height: "102"; }
47 ListElement{ longitude: "0"; latitude: "8"; height: "115"; }
48 ListElement{ longitude: "0"; latitude: "9"; height: "126"; }
[all …]
/dports/math/p5-Geo-Coordinates-UTM/Geo-Coordinates-UTM-0.11/
H A DUTM.pm158 if($latitude >= 72.0 && $latitude < 84.0) {
210 = ( 84 >= $latitude && $latitude >= 72) ? 'X'
211 : ( 72 > $latitude && $latitude >= 64) ? 'W'
212 : ( 64 > $latitude && $latitude >= 56) ? 'V'
213 : ( 56 > $latitude && $latitude >= 48) ? 'U'
214 : ( 48 > $latitude && $latitude >= 40) ? 'T'
215 : ( 40 > $latitude && $latitude >= 32) ? 'S'
216 : ( 32 > $latitude && $latitude >= 24) ? 'R'
217 : ( 24 > $latitude && $latitude >= 16) ? 'Q'
218 : ( 16 > $latitude && $latitude >= 8) ? 'P'
[all …]
/dports/misc/libpostal/libpostal-1.1-alpha/scripts/geodata/coordinates/
H A Dconversion.py64 latitude = float(latitude)
68 if latitude > 90.0 or latitude < -90.0 or math.isinf(latitude) or math.isnan(latitude):
88 latitude = 89.9999
90 latitude = -89.9999
92 return latitude
113 latitude = safe_decode(latitude).strip(u' ,;|')
116 latitude = latitude.replace(u',', u'.')
133 latitude = re.sub(beginning_re, u'', latitude)
134 latitude = re.sub(end_re, u'', latitude)
153 latitude = float(latitude)
[all …]
/dports/databases/speedtables/speedtables-1.13.12/ctables/bigtests/
H A Drange-test.tcl23 …earch -compare {{>= longitude -95.57} {< longitude -95.56} {>= latitude 29.76} {< latitude 29.77}}…
31 …arch+ -compare {{>= longitude -95.57} {< longitude -95.56} {>= latitude 29.76} {< latitude 29.77}}…
39 …puts [n search+ -compare {{range longitude -95.57 -95.56} {>= latitude 29.76} {< latitude 29.77}} …
48 …rch -compare {{>= longitude -95.575} {< longitude -95.56} {>= latitude 29.765} {< latitude 29.77}}…
56 …ch+ -compare {{>= longitude -95.575} {< longitude -95.56} {>= latitude 29.765} {< latitude 29.77}}…
64 …puts [n search+ -compare {{range longitude -95.575 -95.56} {>= latitude 29.765} {< latitude 29.77}…
73 …rch -compare {{>= longitude -95.579} {< longitude -95.56} {>= latitude 29.769} {< latitude 29.77}}…
81 …ch+ -compare {{>= longitude -95.579} {< longitude -95.56} {>= latitude 29.769} {< latitude 29.77}}…
89 …puts [n search+ -compare {{range longitude -95.579 -95.56} {>= latitude 29.769} {< latitude 29.77}…
98 …ch+ -compare {{>= longitude -95.579} {< longitude -95.56} {>= latitude 29.769} {< latitude 29.77}}…
[all …]
H A Dmatch-test-index4.tcl133 …earch -compare {{>= longitude -95.57} {< longitude -95.56} {>= latitude 29.76} {< latitude 29.77}}…
141 …arch+ -compare {{>= longitude -95.57} {< longitude -95.56} {>= latitude 29.76} {< latitude 29.77}}…
149 …puts [n search+ -compare {{range longitude -95.57 -95.56} {>= latitude 29.76} {< latitude 29.77}} …
158 …rch -compare {{>= longitude -95.575} {< longitude -95.56} {>= latitude 29.765} {< latitude 29.77}}…
166 …ch+ -compare {{>= longitude -95.575} {< longitude -95.56} {>= latitude 29.765} {< latitude 29.77}}…
174 …puts [n search+ -compare {{range longitude -95.575 -95.56} {>= latitude 29.765} {< latitude 29.77}…
183 …rch -compare {{>= longitude -95.579} {< longitude -95.56} {>= latitude 29.769} {< latitude 29.77}}…
191 …ch+ -compare {{>= longitude -95.579} {< longitude -95.56} {>= latitude 29.769} {< latitude 29.77}}…
199 …puts [n search+ -compare {{range longitude -95.579 -95.56} {>= latitude 29.769} {< latitude 29.77}…
208 …ch+ -compare {{>= longitude -95.579} {< longitude -95.56} {>= latitude 29.769} {< latitude 29.77}}…
[all …]
/dports/graphics/p5-Image-ExifTool/Image-ExifTool-12.30/config_files/
H A Dgps2utm.config146 if($latitude >= 72.0 && $latitude < 84.0) {
198 = ( 84 >= $latitude && $latitude >= 72) ? 'X'
199 : ( 72 > $latitude && $latitude >= 64) ? 'W'
200 : ( 64 > $latitude && $latitude >= 56) ? 'V'
201 : ( 56 > $latitude && $latitude >= 48) ? 'U'
202 : ( 48 > $latitude && $latitude >= 40) ? 'T'
203 : ( 40 > $latitude && $latitude >= 32) ? 'S'
204 : ( 32 > $latitude && $latitude >= 24) ? 'R'
205 : ( 24 > $latitude && $latitude >= 16) ? 'Q'
206 : ( 16 > $latitude && $latitude >= 8) ? 'P'
[all …]
/dports/graphics/p5-Image-ExifTool-devel/Image-ExifTool-12.14/config_files/
H A Dgps2utm.config146 if($latitude >= 72.0 && $latitude < 84.0) {
198 = ( 84 >= $latitude && $latitude >= 72) ? 'X'
199 : ( 72 > $latitude && $latitude >= 64) ? 'W'
200 : ( 64 > $latitude && $latitude >= 56) ? 'V'
201 : ( 56 > $latitude && $latitude >= 48) ? 'U'
202 : ( 48 > $latitude && $latitude >= 40) ? 'T'
203 : ( 40 > $latitude && $latitude >= 32) ? 'S'
204 : ( 32 > $latitude && $latitude >= 24) ? 'R'
205 : ( 24 > $latitude && $latitude >= 16) ? 'Q'
206 : ( 16 > $latitude && $latitude >= 8) ? 'P'
[all …]
/dports/databases/postgis30/postgis-3.0.4/raster/test/regress/
H A Drt_rastertoworldcoord_expected101 NOTICE: Pixel row and column required for computing longitude and latitude of a rotated raster
102 NOTICE: Pixel row and column required for computing longitude and latitude of a rotated raster
103 NOTICE: Pixel row and column required for computing longitude and latitude of a rotated raster
104 NOTICE: Pixel row and column required for computing longitude and latitude of a rotated raster
105 NOTICE: Pixel row and column required for computing longitude and latitude of a rotated raster
116 NOTICE: Pixel row and column required for computing longitude and latitude of a rotated raster
117 NOTICE: Pixel row and column required for computing longitude and latitude of a rotated raster
118 NOTICE: Pixel row and column required for computing longitude and latitude of a rotated raster
119 NOTICE: Pixel row and column required for computing longitude and latitude of a rotated raster
120 NOTICE: Pixel row and column required for computing longitude and latitude of a rotated raster
[all …]
/dports/databases/postgis32/postgis-3.2.0/raster/test/regress/
H A Drt_rastertoworldcoord_expected101 NOTICE: Pixel row and column required for computing longitude and latitude of a rotated raster
102 NOTICE: Pixel row and column required for computing longitude and latitude of a rotated raster
103 NOTICE: Pixel row and column required for computing longitude and latitude of a rotated raster
104 NOTICE: Pixel row and column required for computing longitude and latitude of a rotated raster
105 NOTICE: Pixel row and column required for computing longitude and latitude of a rotated raster
116 NOTICE: Pixel row and column required for computing longitude and latitude of a rotated raster
117 NOTICE: Pixel row and column required for computing longitude and latitude of a rotated raster
118 NOTICE: Pixel row and column required for computing longitude and latitude of a rotated raster
119 NOTICE: Pixel row and column required for computing longitude and latitude of a rotated raster
120 NOTICE: Pixel row and column required for computing longitude and latitude of a rotated raster
[all …]
/dports/databases/postgis31/postgis-3.1.4/raster/test/regress/
H A Drt_rastertoworldcoord_expected101 NOTICE: Pixel row and column required for computing longitude and latitude of a rotated raster
102 NOTICE: Pixel row and column required for computing longitude and latitude of a rotated raster
103 NOTICE: Pixel row and column required for computing longitude and latitude of a rotated raster
104 NOTICE: Pixel row and column required for computing longitude and latitude of a rotated raster
105 NOTICE: Pixel row and column required for computing longitude and latitude of a rotated raster
116 NOTICE: Pixel row and column required for computing longitude and latitude of a rotated raster
117 NOTICE: Pixel row and column required for computing longitude and latitude of a rotated raster
118 NOTICE: Pixel row and column required for computing longitude and latitude of a rotated raster
119 NOTICE: Pixel row and column required for computing longitude and latitude of a rotated raster
120 NOTICE: Pixel row and column required for computing longitude and latitude of a rotated raster
[all …]
/dports/databases/postgis25/postgis-2.5.5/raster/test/regress/
H A Drt_rastertoworldcoord_expected101 NOTICE: Pixel row and column required for computing longitude and latitude of a rotated raster
102 NOTICE: Pixel row and column required for computing longitude and latitude of a rotated raster
103 NOTICE: Pixel row and column required for computing longitude and latitude of a rotated raster
104 NOTICE: Pixel row and column required for computing longitude and latitude of a rotated raster
105 NOTICE: Pixel row and column required for computing longitude and latitude of a rotated raster
116 NOTICE: Pixel row and column required for computing longitude and latitude of a rotated raster
117 NOTICE: Pixel row and column required for computing longitude and latitude of a rotated raster
118 NOTICE: Pixel row and column required for computing longitude and latitude of a rotated raster
119 NOTICE: Pixel row and column required for computing longitude and latitude of a rotated raster
120 NOTICE: Pixel row and column required for computing longitude and latitude of a rotated raster
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/dns/rdtypes/ANY/
H A DLOC.py125 if isinstance(latitude, int) or isinstance(latitude, long):
126 latitude = float(latitude)
128 latitude = _float_to_tuple(latitude)
129 self.latitude = latitude
150 self.latitude[0], self.latitude[1],
151 self.latitude[2], self.latitude[3], lat_hemisphere,
204 latitude[4] = -1
273 self.latitude[3]) * self.latitude[4]
293 latitude = float(latitude - long(0x80000000)) / 3600000
295 latitude = -1 * float(long(0x80000000) - latitude) / 3600000
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/dns/rdtypes/ANY/
H A DLOC.py123 if isinstance(latitude, int) or isinstance(latitude, long):
124 latitude = float(latitude)
126 latitude = _float_to_tuple(latitude)
127 self.latitude = latitude
148 self.latitude[0], self.latitude[1],
149 self.latitude[2], self.latitude[3], lat_hemisphere,
202 latitude[4] = -1
271 self.latitude[3]) * self.latitude[4]
291 latitude = float(latitude - long(0x80000000)) / 3600000
293 latitude = -1 * float(long(0x80000000) - latitude) / 3600000
[all …]
/dports/dns/py-dnspython/dnspython-1.16.0/dns/rdtypes/ANY/
H A DLOC.py125 if isinstance(latitude, int) or isinstance(latitude, long):
126 latitude = float(latitude)
128 latitude = _float_to_tuple(latitude)
129 self.latitude = latitude
150 self.latitude[0], self.latitude[1],
151 self.latitude[2], self.latitude[3], lat_hemisphere,
204 latitude[4] = -1
273 self.latitude[3]) * self.latitude[4]
293 latitude = float(latitude - long(0x80000000)) / 3600000
295 latitude = -1 * float(long(0x80000000) - latitude) / 3600000
[all …]
/dports/finance/electrum/Electrum-4.1.5/packages/dns/rdtypes/ANY/
H A DLOC.py119 latitude = float(latitude)
121 latitude = _float_to_tuple(latitude)
134 if self.latitude[4] > 0:
143 self.latitude[0], self.latitude[1],
144 self.latitude[2], self.latitude[3], lat_hemisphere,
170 if latitude[0] > 90:
202 latitude[4] = -1
280 self.latitude[3]) * self.latitude[4]
299 if latitude < _MIN_LATITUDE or latitude > _MAX_LATITUDE:
302 latitude = (latitude - 0x80000000) / 3600000
[all …]
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/dns/rdtypes/ANY/
H A DLOC.py119 latitude = float(latitude)
121 latitude = _float_to_tuple(latitude)
134 if self.latitude[4] > 0:
143 self.latitude[0], self.latitude[1],
144 self.latitude[2], self.latitude[3], lat_hemisphere,
170 if latitude[0] > 90:
202 latitude[4] = -1
280 self.latitude[3]) * self.latitude[4]
299 if latitude < _MIN_LATITUDE or latitude > _MAX_LATITUDE:
302 latitude = (latitude - 0x80000000) / 3600000
[all …]
/dports/dns/py-namebench/namebench-1.3.1/nb_third_party/dns/rdtypes/ANY/
H A DLOC.py110 if isinstance(latitude, int) or isinstance(latitude, long):
111 latitude = float(latitude)
113 latitude = _float_to_tuple(latitude)
114 self.latitude = latitude
126 if self.latitude[0] > 0:
139 lat_degrees, self.latitude[1], self.latitude[2], self.latitude[3],
153 latitude = [0, 0, 0, 0]
186 latitude[0] *= -1
286 latitude = float(latitude - 0x80000000L) / 3600000
288 latitude = -1 * float(0x80000000L - latitude) / 3600000
[all …]
/dports/dns/py-dnspython2/dnspython-2.1.0/dns/rdtypes/ANY/
H A DLOC.py130 latitude = float(latitude)
132 latitude = _float_to_tuple(latitude)
134 self.latitude = tuple(latitude)
147 if self.latitude[4] > 0:
156 self.latitude[0], self.latitude[1],
157 self.latitude[2], self.latitude[3], lat_hemisphere,
209 latitude[4] = -1
278 self.latitude[3]) * self.latitude[4]
299 if latitude < _MIN_LATITUDE or latitude > _MAX_LATITUDE:
302 latitude = (latitude - 0x80000000) / 3600000
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/mobility/test/
H A Dgeo-to-cartesian-test.cc512 GeoToCartesianTestCase (double latitude,
530 static std::string Name (double latitude,
550 << latitude << " deg - " in Name()
575 m_latitude (latitude), in GeoToCartesianTestCase()
675 CartesianToGeoTestCase (double latitude,
693 static std::string Name (double latitude,
712 << latitude << " deg - " in Name()
737 m_latitude (latitude), in CartesianToGeoTestCase()
786 for (double latitude = 0; latitude <= 360; latitude += 72) in GeoToCartesianTestSuite() local
809 for (double latitude = 0; latitude <= 360; latitude += 72) in GeoToCartesianTestSuite() local
[all …]
/dports/net/kitinerary/kitinerary-21.12.3/src/osm/
H A Ddatatypes.h29 : latitude((lat + 90.0) * 10'000'000) in Coordinate()
33 : latitude(lat) in Coordinate()
39 : latitude(0) in Coordinate()
43 latitude += (z & (1ull << (i * 2))) >> i; in Coordinate()
66 return (latitude / 10'000'000.0) - 90.0; in latF()
97 return max.latitude - min.latitude; in height()
118 ret.min.latitude = std::min(bbox1.min.latitude, bbox2.min.latitude); in unite()
120 ret.max.latitude = std::max(bbox1.max.latitude, bbox2.max.latitude); in unite()
127 return !(bbox2.min.latitude > bbox1.max.latitude || bbox2.max.latitude < bbox1.min.latitude in intersects()
133 return bbox.min.latitude <= coord.latitude && bbox.max.latitude >= coord.latitude in contains()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/geometry/util/
H A Dnormalize_spheroidal_coordinates.hpp123 CoordinateType& latitude, in apply() argument
128 if (math::larger(latitude, constants::half_period())) in apply()
130 latitude = normalize_up(latitude); in apply()
132 else if (math::smaller(latitude, -constants::half_period())) in apply()
134 latitude = normalize_down(latitude); in apply()
138 if (latitude < constants::min_latitude()) in apply()
140 latitude = -constants::half_period() - latitude; in apply()
143 else if (latitude > constants::max_latitude()) in apply()
145 latitude = constants::half_period() - latitude; in apply()
204 CoordinateType& latitude) in normalize_spheroidal_coordinates() argument
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/geometry/util/
H A Dnormalize_spheroidal_coordinates.hpp123 CoordinateType& latitude, in apply() argument
128 if (math::larger(latitude, constants::half_period())) in apply()
130 latitude = normalize_up(latitude); in apply()
132 else if (math::smaller(latitude, -constants::half_period())) in apply()
134 latitude = normalize_down(latitude); in apply()
138 if (latitude < constants::min_latitude()) in apply()
140 latitude = -constants::half_period() - latitude; in apply()
143 else if (latitude > constants::max_latitude()) in apply()
145 latitude = constants::half_period() - latitude; in apply()
204 CoordinateType& latitude) in normalize_spheroidal_coordinates() argument
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/geometry/util/
H A Dnormalize_spheroidal_coordinates.hpp123 CoordinateType& latitude, in apply() argument
128 if (math::larger(latitude, constants::half_period())) in apply()
130 latitude = normalize_up(latitude); in apply()
132 else if (math::smaller(latitude, -constants::half_period())) in apply()
134 latitude = normalize_down(latitude); in apply()
138 if (latitude < constants::min_latitude()) in apply()
140 latitude = -constants::half_period() - latitude; in apply()
143 else if (latitude > constants::max_latitude()) in apply()
145 latitude = constants::half_period() - latitude; in apply()
204 CoordinateType& latitude) in normalize_spheroidal_coordinates() argument
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/geometry/util/
H A Dnormalize_spheroidal_coordinates.hpp123 CoordinateType& latitude, in apply() argument
128 if (math::larger(latitude, constants::half_period())) in apply()
130 latitude = normalize_up(latitude); in apply()
132 else if (math::smaller(latitude, -constants::half_period())) in apply()
134 latitude = normalize_down(latitude); in apply()
138 if (latitude < constants::min_latitude()) in apply()
140 latitude = -constants::half_period() - latitude; in apply()
143 else if (latitude > constants::max_latitude()) in apply()
145 latitude = constants::half_period() - latitude; in apply()
204 CoordinateType& latitude) in normalize_spheroidal_coordinates() argument
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/geometry/util/
H A Dnormalize_spheroidal_coordinates.hpp123 CoordinateType& latitude, in apply() argument
128 if (math::larger(latitude, constants::half_period())) in apply()
130 latitude = normalize_up(latitude); in apply()
132 else if (math::smaller(latitude, -constants::half_period())) in apply()
134 latitude = normalize_down(latitude); in apply()
138 if (latitude < constants::min_latitude()) in apply()
140 latitude = -constants::half_period() - latitude; in apply()
143 else if (latitude > constants::max_latitude()) in apply()
145 latitude = constants::half_period() - latitude; in apply()
204 CoordinateType& latitude) in normalize_spheroidal_coordinates() argument
[all …]

12345678910>>...204