Home
last modified time | relevance | path

Searched refs:new_lon (Results 1 – 7 of 7) sorted by relevance

/dports/science/eccodes/eccodes-2.23.0-Source/src/
H A Dgrib_nearest_class_regular.c285 double new_lat = 0, new_lon = 0; in find() local
299 rotate(inlat, inlon, angleOfRotation, southPoleLat, southPoleLon, &new_lat, &new_lon); in find()
301 inlon = new_lon; in find()
445 double new_lat = 0, new_lon = 0; in find() local
446 …nrotate(outlats[kk], outlons[kk], angleOfRotation, southPoleLat, southPoleLon, &new_lat, &new_lon); in find()
448 outlons[kk] = new_lon; in find()
H A Dgrib_iterator_class_latlon.c118 double new_lat = 0, new_lon = 0; in next() local
121 &new_lat, &new_lon); in next()
123 ret_lon = new_lon; in next()
/dports/science/grib_api/grib_api-1.28.0-Source/src/
H A Dgrib_iterator_class_latlon.c162 double new_lat = 0, new_lon = 0; in next() local
165 &new_lat, &new_lon); in next()
167 ret_lon = new_lon; in next()
/dports/misc/vxl/vxl-3.3.2/core/vpgl/
H A Dvpgl_datum_conversion.cxx406 double new_lon; in nad27n_to_wgs84_alternate() local
601 new_lon = *wgs84_lon; in nad27n_to_wgs84_alternate()
605 << new_lon << '\n'; in nad27n_to_wgs84_alternate()
660 double new_lon; in wgs84_to_nad27n_alternate() local
855 new_lon = *nad27n_lon; in wgs84_to_nad27n_alternate()
859 << new_lon << '\n'; in wgs84_to_nad27n_alternate()
/dports/devel/py-xarray/xarray-0.20.1/doc/user-guide/
H A Dinterpolation.rst284 new_lon = np.linspace(ds.lon[0], ds.lon[-1], ds.dims["lon"] * 4)
286 dsi = ds.interp(lat=new_lat, lon=new_lon)
/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Ddb.c21911 long new_lat, new_lon; in track_station() local
21916 new_lon = p_station->coord_lon; in track_station()
21917 x_ofs = new_lon - center_longitude; // current offset from screen center in track_station()
21928 new_lon += x_ofs/2; in track_station()
21931 set_map_position(w, new_lat, new_lon); // center map to new position in track_station()
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_map.c321 double new_lon = 0.5 * (GMT->common.R.wesn[XLO] + GMT->common.R.wesn[XHI]); in gmtmap_cyl_validate_clon() local
322 …lobal cylindrical projection had to be reset from %g to %g\n", GMT->current.proj.pars[0], new_lon); in gmtmap_cyl_validate_clon()
323 GMT->current.proj.pars[0] = new_lon; in gmtmap_cyl_validate_clon()
328 double new_lon = 0.5 * (GMT->common.R.wesn[XLO] + GMT->common.R.wesn[XHI]); in gmtmap_cyl_validate_clon() local
329 …n for cylindrical projection had to be reset from %g to %g\n", GMT->current.proj.pars[0], new_lon); in gmtmap_cyl_validate_clon()
330 GMT->current.proj.pars[0] = new_lon; in gmtmap_cyl_validate_clon()