Home
last modified time | relevance | path

Searched refs:maxLat (Results 1 – 25 of 90) sorted by relevance

1234

/dports/comms/xastir/Xastir-Release-2.1.8/scripts/
H A Dgeopdf2gtiff.pl47 my $minLat=360,$maxLat=-360,$minLon=360,$maxLon=-360,$templat,$templon;
124 $maxLat=$templat if ($templat>$maxLat);
169 …$top=(int((abs($maxLat)-int(abs($maxLat)))/.125+.5)*.125+int(abs($maxLat)))*($maxLat/abs($maxLat));
170 if ($maxLat<0)
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/blevesearch/bleve/search/searcher/
H A Dsearch_geoboundingbox.go26 maxLon, maxLat float64, field string, boost float64,
40 minLon, minLat, maxLon, maxLat, checkBoundaries)
51 buildRectFilter(indexReader, field, minLon, minLat, maxLon, maxLat))
119 maxLat := geo.MortonUnhashLat(end)
124 geo.RectWithin(minLon, minLat, maxLon, maxLat,
127 geo.RectIntersects(minLon, minLat, maxLon, maxLat,
139 geo.RectIntersects(minLon, minLat, maxLon, maxLat,
148 minLon, minLat, maxLon, maxLat float64) FilterFunc {
169 minLon, minLat, maxLon, maxLat)
H A Dsearch_geoboundingbox_test.go34 maxLat float64
61 …stGeoBoundingBoxSearch(indexReader, test.minLon, test.minLat, test.maxLon, test.maxLat, test.field)
66 …or %f %f %f %f %s", test.want, got, test.minLon, test.minLat, test.maxLon, test.maxLat, test.field)
72 func testGeoBoundingBoxSearch(i index.IndexReader, minLon, minLat, maxLon, maxLat float64, field st…
74 …gbs, err := NewGeoBoundingBoxSearcher(i, minLon, minLat, maxLon, maxLat, field, 1.0, search.Search…
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/blevesearch/bleve/search/searcher/
H A Dsearch_geoboundingbox.go31 maxLon, maxLat float64, field string, boost float64,
45 minLon, minLat, maxLon, maxLat, checkBoundaries, indexReader, field)
64 buildRectFilter(dvReader, field, minLon, minLat, maxLon, maxLat))
171 maxLat := geo.MortonUnhashLat(end)
174 geo.RectWithin(minLon, minLat, maxLon, maxLat,
177 geo.RectIntersects(minLon, minLat, maxLon, maxLat,
188 geo.RectIntersects(minLon, minLat, maxLon, maxLat,
225 minLon, minLat, maxLon, maxLat float64) FilterFunc {
247 minLon, minLat, maxLon, maxLat) {
/dports/databases/tile38/tile38-1.12.0/controller/bing/
H A Dext.go30 func TileXYToBounds(tileX, tileY int64, levelOfDetail uint64) (minLat, minLon, maxLat, maxLon float…
33 maxLat, minLon = PixelXYToLatLong(pixelX, pixelY, levelOfDetail)
43 maxLat = MaxLatitude
52 func QuadKeyToBounds(quadkey string) (minLat, minLon, maxLat, maxLon float64, err error) {
61 minLat, minLon, maxLat, maxLon = TileXYToBounds(QuadKeyToTileXY(quadkey))
/dports/www/gitea/gitea-1.16.5/vendor/github.com/blevesearch/bleve/v2/search/searcher/
H A Dsearch_geoboundingbox.go31 maxLon, maxLat float64, field string, boost float64,
45 minLon, minLat, maxLon, maxLat, checkBoundaries, indexReader, field)
64 buildRectFilter(dvReader, field, minLon, minLat, maxLon, maxLat))
181 minLon, minLat, maxLon, maxLat float64) FilterFunc {
203 minLon, minLat, maxLon, maxLat) {
250 maxLat := geo.MortonUnhashLat(end)
255 geo.RectWithin(minLon, minLat, maxLon, maxLat,
258 geo.RectIntersects(minLon, minLat, maxLon, maxLat,
269 geo.RectIntersects(minLon, minLat, maxLon, maxLat,
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/blevesearch/bleve/search/searcher/
H A Dsearch_geoboundingbox.go31 maxLon, maxLat float64, field string, boost float64,
45 minLon, minLat, maxLon, maxLat, checkBoundaries, indexReader, field)
64 buildRectFilter(dvReader, field, minLon, minLat, maxLon, maxLat))
180 minLon, minLat, maxLon, maxLat float64) FilterFunc {
202 minLon, minLat, maxLon, maxLat) {
249 maxLat := geo.MortonUnhashLat(end)
254 geo.RectWithin(minLon, minLat, maxLon, maxLat,
257 geo.RectIntersects(minLon, minLat, maxLon, maxLat,
268 geo.RectIntersects(minLon, minLat, maxLon, maxLat,
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/blevesearch/bleve/geo/
H A Dgeo.go31 var maxLat = 90.0 var
35 var maxLatRad = maxLat * degreesToRadian
96 func BoundingBoxContains(lon, lat, minLon, minLat, maxLon, maxLat float64) bool {
98 compareGeo(lat, minLat) >= 0 && compareGeo(lat, maxLat) <= 0
159 if math.IsNaN(latitude) || latitude < minLat || latitude > maxLat {
160 return fmt.Errorf("invalid latitude %f; must be between %f and %f", latitude, minLat, maxLat)
/dports/astro/marble/marble-21.12.3/src/lib/marble/projections/
H A DAbstractProjection.cpp79 qreal AbstractProjection::maxLat() const in maxLat() function in AbstractProjection
85 void AbstractProjection::setMaxLat( qreal maxLat ) in setMaxLat() argument
87 if ( maxLat < maxValidLat() ) { in setMaxLat()
93 d->m_maxLat = maxLat; in setMaxLat()
231 GeoDataCoordinates maxLatPoint( averageLongitude, maxLat(), 0.0, GeoDataCoordinates::Radian ); in latLonAltBox()
236 if ( latLonAltBox.north() > maxLat() || in latLonAltBox()
238 latLonAltBox.setNorth( maxLat() ); in latLonAltBox()
/dports/misc/py-kartograph/kartograph.py-0.6.8/kartograph/proj/
H A Dbase.py32 maxLat = 90 variable in Proj
145 maxLat = min(self.maxLat, llbbox[3])
157 lat_step = abs((maxLat - minLat) / 180.0)
160 for lat in xfrange(minLat, maxLat, lat_step):
163 sea.append((lon, maxLat))
164 for lat in xfrange(maxLat, minLat, lat_step):
/dports/misc/py-kartograph/kartograph.py-0.6.8/kartograph/layersource/special/
H A Dgraticule.py17 maxLat = min(proj.maxLat, bbox[3])
29 if lat < minLat or lat > maxLat:
60 if lat_ < minLat or lat_ > maxLat:
/dports/www/gitea/gitea-1.16.5/vendor/github.com/blevesearch/bleve/v2/geo/
H A Dgeo.go31 var maxLat = 90.0 var
35 var maxLatRad = maxLat * degreesToRadian
104 func BoundingBoxContains(lon, lat, minLon, minLat, maxLon, maxLat float64) bool {
106 compareGeo(lat, minLat) >= 0 && compareGeo(lat, maxLat) <= 0
167 if math.IsNaN(latitude) || latitude < minLat || latitude > maxLat {
168 return fmt.Errorf("invalid latitude %f; must be between %f and %f", latitude, minLat, maxLat)
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/blevesearch/bleve/geo/
H A Dgeo.go31 var maxLat = 90.0 var
35 var maxLatRad = maxLat * degreesToRadian
102 func BoundingBoxContains(lon, lat, minLon, minLat, maxLon, maxLat float64) bool {
104 compareGeo(lat, minLat) >= 0 && compareGeo(lat, maxLat) <= 0
165 if math.IsNaN(latitude) || latitude < minLat || latitude > maxLat {
166 return fmt.Errorf("invalid latitude %f; must be between %f and %f", latitude, minLat, maxLat)
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/blevesearch/bleve/geo/
H A Dgeo.go31 var maxLat = 90.0 var
35 var maxLatRad = maxLat * degreesToRadian
104 func BoundingBoxContains(lon, lat, minLon, minLat, maxLon, maxLat float64) bool {
106 compareGeo(lat, minLat) >= 0 && compareGeo(lat, maxLat) <= 0
167 if math.IsNaN(latitude) || latitude < minLat || latitude > maxLat {
168 return fmt.Errorf("invalid latitude %f; must be between %f and %f", latitude, minLat, maxLat)
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/dem/
H A DSGDemSession.hxx14 , maxLat(0) in SGDemSession()
31 , maxLat(0) in SGDemSession()
45 , maxLat(0) in SGDemSession()
95 int maxLon, maxLat; member in SGDemSession
H A DSGDemLevel.cxx23 unsigned int maxLat = (no+0)/8; in addExtent() local
25 … - minLon %u, minLat %u, maxLon %u, maxLat %u\n", wo, so, eo, no, minLon, minLat, maxLon, maxLat ); in addExtent()
26 for ( unsigned int lat=minLat; lat<=maxLat; lat++ ) { in addExtent()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/test/src/elevation/
H A Dossim-threaded-elevation-test.cpp27 double maxLat=90.0) in ElevationThread() argument
31 m_maxLat(maxLat), in ElevationThread()
110 double maxLat = 90.0; in main() local
156 maxLat = splitArray[3].toDouble(); in main()
161 std::cout << "maxlat = " << maxLat << "\n"; in main()
178 …idx] = new ElevationThread("Thread " + ossimString::toString(idx), minLon, minLat, maxLon, maxLat); in main()
/dports/devel/etcd/etcd-2.3.8/tools/benchmark/cmd/
H A Dstorage-put.go106 maxLat := time.Duration(0)
126 if maxLat < lat {
127 maxLat = lat
144 fmt.Printf("maximum latency: %v\n", maxLat)
/dports/databases/tile38/tile38-1.12.0/controller/
H A Ddev.go21 func randMassInsertPosition(minLat, minLon, maxLat, maxLon float64) (float64, float64) { argument
22 lat, lon := (rand.Float64()*(maxLat-minLat))+minLat, (rand.Float64()*(maxLon-minLon))+minLon
30 …minLat, minLon, maxLat, maxLon := -90.0, -180.0, 90.0, 180.0 //37.10776, -122.67145, 38.19502, -12…
62 if maxLat, err = strconv.ParseFloat(smaxLat, 64); err != nil {
108 lat, lon := randMassInsertPosition(minLat, minLon, maxLat, maxLon)
/dports/astro/marble/marble-21.12.3/src/lib/marble/
H A DTileId.cpp37 const int maxLat = 90 * 1000000; in fromCoordinates() local
44 const int deltaLat = maxLat >> i; in fromCoordinates()
45 if( lat <= ( maxLat - deltaLat )) { in fromCoordinates()
/dports/graphics/gpxsee/GPXSee-7.32/src/common/
H A Drectc.cpp16 double maxLat = radlat + radDist; in RectC() local
19 if (minLat > MIN_LAT && maxLat < MAX_LAT) { in RectC()
30 maxLat = qMin(maxLat, MAX_LAT); in RectC()
35 _tl = Coordinates(rad2deg(minLon), rad2deg(maxLat)); in RectC()
/dports/sysutils/roct/ROCT-Thunk-Interface-9d1fb76/tests/kfdtest/src/
H A DKFDEventTest.cpp185 uint64_t minLat = ULONG_MAX, maxLat = 0; in run() local
199 maxLat = mLatHistory[i] > maxLat ? mLatHistory[i] : maxLat; in run()
209 printf("\033[KMax Latency: %f ms\n", (float)maxLat/1000000); in run()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/elevation/
H A DossimElevationCellDatabase.cpp24 const ossim_float64& maxLat, in getCellsForBounds() argument
35 while ( (lat <= maxLat) &&(cells.size() < limitNumberOfCells)) in getCellsForBounds()
83 if ( lat < maxLat ) in getCellsForBounds()
85 lat = ossim::min<ossim_float64>( (lat+SEARCH_SPACING), maxLat ); in getCellsForBounds()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/base/
H A DossimNadconNasDatum.cpp41 double maxLat = theCurrentGridRect.ul().lat; in shift() local
56 if(tempPt.lat > maxLat) tempPt.lat = maxLat; in shift()
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/map/
H A DCMapMAP.cpp82 stream >> header.maxLat; in readBasics()
85 …qDebug() << INT_TO_DEG(header.minLat) << INT_TO_DEG(header.minLon) << INT_TO_DEG(header.maxLat) <<… in readBasics()
86 ref1 = QPointF(INT_TO_RAD(header.minLon), INT_TO_RAD(header.maxLat)); in readBasics()

1234