Home
last modified time | relevance | path

Searched refs:proj4 (Results 1 – 25 of 553) sorted by relevance

12345678910>>...23

/dports/databases/spatialite/libspatialite-5.0.1/src/srsinit/epsg_update/
H A Depsg_from_gdal-proj6.c58 proj4->first_crs = crs; in add_proj4_crs()
61 proj4->last_crs = crs; in add_proj4_crs()
102 return proj4; in load_legacy_proj4()
148 char *proj4 = NULL; in print_wkt() local
178 if (proj4 == NULL) in print_wkt()
204 if (strlen (proj4) > 0) in print_wkt()
211 *(proj4 + i) = '\0'; in print_wkt()
299 proj4, wkt); in print_wkt()
303 if (proj4 != NULL) in print_wkt()
304 CPLFree (proj4); in print_wkt()
[all …]
H A Depsg_from_gdal.c45 char *proj4 = NULL; in print_wkt() local
74 OSRExportToProj4 (handle, &proj4); in print_wkt()
95 if (proj4 != NULL || wkt != NULL) in print_wkt()
97 if (strlen (proj4) > 0) in print_wkt()
100 int len = strlen (proj4); in print_wkt()
103 if (*(proj4 + i) == ' ') in print_wkt()
104 *(proj4 + i) = '\0'; in print_wkt()
192 proj4, wkt); in print_wkt()
196 if (proj4 != NULL) in print_wkt()
197 CPLFree (proj4); in print_wkt()
/dports/misc/libemos/libemos-4.5.9-Source/cmake/
H A DFindProj4.cmake9 # - Try to find the proj4 library
12 # PROJ4_FOUND - system has proj4
13 # PROJ4_INCLUDE_DIRS - the proj4 include directory
14 # PROJ4_LIBRARIES - Link these to use proj4
37 pkg_check_modules(PKPROJ4 ${_pkgconfig_REQUIRED} QUIET proj4>=${PROJ4_MIN_VERSION})
39 pkg_check_modules(PKPROJ4 ${_pkgconfig_REQUIRED} QUIET proj4)
44 …roj_api.h HINTS ${PKPROJ4_INCLUDEDIR} ${PKPROJ4_INCLUDE_DIRS} PATH_SUFFIXES proj4 NO_DEFAULT_PATH )
57 …IR NAMES proj_api.h PATHS ${PROJ4_PATH} ${PROJ4_PATH}/include PATH_SUFFIXES proj4 NO_DEFAULT_PATH )
58 …Y NAMES proj PATHS ${PROJ4_PATH} ${PROJ4_PATH}/lib PATH_SUFFIXES proj4 NO_DEFAULT_PATH )
62 find_path(PROJ4_INCLUDE_DIR NAMES proj_api.h PATHS PATH_SUFFIXES proj4 )
[all …]
/dports/science/grib_api/grib_api-1.28.0-Source/cmake/
H A DFindProj4.cmake9 # - Try to find the proj4 library
12 # PROJ4_FOUND - system has proj4
13 # PROJ4_INCLUDE_DIRS - the proj4 include directory
14 # PROJ4_LIBRARIES - Link these to use proj4
37 pkg_check_modules(PKPROJ4 ${_pkgconfig_REQUIRED} QUIET proj4>=${PROJ4_MIN_VERSION})
39 pkg_check_modules(PKPROJ4 ${_pkgconfig_REQUIRED} QUIET proj4)
44 …roj_api.h HINTS ${PKPROJ4_INCLUDEDIR} ${PKPROJ4_INCLUDE_DIRS} PATH_SUFFIXES proj4 NO_DEFAULT_PATH )
57 …IR NAMES proj_api.h PATHS ${PROJ4_PATH} ${PROJ4_PATH}/include PATH_SUFFIXES proj4 NO_DEFAULT_PATH )
58 …Y NAMES proj PATHS ${PROJ4_PATH} ${PROJ4_PATH}/lib PATH_SUFFIXES proj4 NO_DEFAULT_PATH )
62 find_path(PROJ4_INCLUDE_DIR NAMES proj_api.h PATHS PATH_SUFFIXES proj4 )
[all …]
/dports/misc/lastools/LAStools-8ff2694/bin/serf/potree16/resources/page_template/libs/proj4/
H A DREADME.md12 npm install proj4
13 bower install proj4
14 jam install proj4
27 proj4(fromProjection[, toProjection, coordinates])
40 proj4(firstProjection,secondProjection,[2,5]);
47 proj4(firstProjection,[-71,41]);
63 proj4(firstProjection).forward([-71,41]);
81 proj4.defs([
95 proj4('EPSG:4326');
109 defined projections can also be accessed through the proj4.defs function (`proj4.defs('EPSG:4326')`…
[all …]
/dports/graphics/py-fiona/Fiona-1.8.20/tests/
H A Dtest_crs.py100 proj4 = ('+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 '
103 assert 'wktext' in crs.from_string(proj4)
108 proj4 = ('+proj=lcc +lat_1=49 +lat_2=46 +lat_0=47.5 '
112 assert 'towgs84' in crs.from_string(proj4)
118 proj4 = ('+proj=lcc +lat_1=49 +lat_2=46 +lat_0=47.5 '
122 wkt = _crs.crs_to_wkt(proj4)
124 assert 'wktext' in _crs.crs_to_wkt(proj4)
/dports/devel/boost-docs/boost_1_72_0/libs/geometry/test/srs/
H A Dsrs_transformer.cpp44 … srs_forward_transformer<projection<> > strategy_pf = proj4("+proj=tmerc +ellps=WGS84 +units=m"); in test_main()
45 … srs_inverse_transformer<projection<> > strategy_pi = proj4("+proj=tmerc +ellps=WGS84 +units=m"); in test_main()
46 … srs_forward_transformer<transformation<> > strategy_tf(proj4("+proj=tmerc +ellps=WGS84 +units=m"), in test_main()
47proj4("+proj=tmerc +ellps=clrk66 +units=m")); in test_main()
48 … srs_inverse_transformer<transformation<> > strategy_ti(proj4("+proj=tmerc +ellps=WGS84 +units=m"), in test_main()
49proj4("+proj=tmerc +ellps=clrk66 +units=m")); in test_main()
H A Dprojections_combined.cpp45 StaticParams const& params, std::string const& proj4 = "") in test_forward() argument
61 if (! proj4.empty()) in test_forward()
63 srs::projection<> prj2 = srs::proj4(proj4); in test_forward()
75 pj_projection prj3(proj4); in test_forward()
100 std::string const& proj4 = "") in test_forward() argument
102 test_forward(id, geo_point, cart_point, StaticParams(), proj4); in test_forward()
H A Dprojection_interface_p4.cpp34 projection<> prj = proj4("+proj=tmerc +ellps=WGS84 +units=m"); in test_main()
48 BOOST_CHECK_THROW(projection<> prj1((proj4(""))), bg::projection_exception); in test_main()
50 BOOST_CHECK_THROW(projection<> prj1((proj4("+proj=abcd"))), bg::projection_exception); in test_main()
52 projection<> prj3 = proj4("+proj=bacon +a=6400000"); in test_main()
80 projection<> prj = proj4("+proj=tmerc +ellps=WGS84 +units=m"); in test_main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/geometry/test/srs/
H A Dsrs_transformer.cpp44 … srs_forward_transformer<projection<> > strategy_pf = proj4("+proj=tmerc +ellps=WGS84 +units=m"); in test_main()
45 … srs_inverse_transformer<projection<> > strategy_pi = proj4("+proj=tmerc +ellps=WGS84 +units=m"); in test_main()
46 … srs_forward_transformer<transformation<> > strategy_tf(proj4("+proj=tmerc +ellps=WGS84 +units=m"), in test_main()
47proj4("+proj=tmerc +ellps=clrk66 +units=m")); in test_main()
48 … srs_inverse_transformer<transformation<> > strategy_ti(proj4("+proj=tmerc +ellps=WGS84 +units=m"), in test_main()
49proj4("+proj=tmerc +ellps=clrk66 +units=m")); in test_main()
H A Dprojections_combined.cpp45 StaticParams const& params, std::string const& proj4 = "") in test_forward() argument
61 if (! proj4.empty()) in test_forward()
63 srs::projection<> prj2 = srs::proj4(proj4); in test_forward()
75 pj_projection prj3(proj4); in test_forward()
100 std::string const& proj4 = "") in test_forward() argument
102 test_forward(id, geo_point, cart_point, StaticParams(), proj4); in test_forward()
H A Dprojection_interface_p4.cpp34 projection<> prj = proj4("+proj=tmerc +ellps=WGS84 +units=m"); in test_main()
48 BOOST_CHECK_THROW(projection<> prj1((proj4(""))), bg::projection_exception); in test_main()
50 BOOST_CHECK_THROW(projection<> prj1((proj4("+proj=abcd"))), bg::projection_exception); in test_main()
52 projection<> prj3 = proj4("+proj=bacon +a=6400000"); in test_main()
80 projection<> prj = proj4("+proj=tmerc +ellps=WGS84 +units=m"); in test_main()
/dports/devel/boost-libs/boost_1_72_0/libs/geometry/test/srs/
H A Dsrs_transformer.cpp44 … srs_forward_transformer<projection<> > strategy_pf = proj4("+proj=tmerc +ellps=WGS84 +units=m"); in test_main()
45 … srs_inverse_transformer<projection<> > strategy_pi = proj4("+proj=tmerc +ellps=WGS84 +units=m"); in test_main()
46 … srs_forward_transformer<transformation<> > strategy_tf(proj4("+proj=tmerc +ellps=WGS84 +units=m"), in test_main()
47proj4("+proj=tmerc +ellps=clrk66 +units=m")); in test_main()
48 … srs_inverse_transformer<transformation<> > strategy_ti(proj4("+proj=tmerc +ellps=WGS84 +units=m"), in test_main()
49proj4("+proj=tmerc +ellps=clrk66 +units=m")); in test_main()
H A Dprojections_combined.cpp45 StaticParams const& params, std::string const& proj4 = "") in test_forward() argument
61 if (! proj4.empty()) in test_forward()
63 srs::projection<> prj2 = srs::proj4(proj4); in test_forward()
75 pj_projection prj3(proj4); in test_forward()
100 std::string const& proj4 = "") in test_forward() argument
102 test_forward(id, geo_point, cart_point, StaticParams(), proj4); in test_forward()
H A Dprojection_interface_p4.cpp34 projection<> prj = proj4("+proj=tmerc +ellps=WGS84 +units=m"); in test_main()
48 BOOST_CHECK_THROW(projection<> prj1((proj4(""))), bg::projection_exception); in test_main()
50 BOOST_CHECK_THROW(projection<> prj1((proj4("+proj=abcd"))), bg::projection_exception); in test_main()
52 projection<> prj3 = proj4("+proj=bacon +a=6400000"); in test_main()
80 projection<> prj = proj4("+proj=tmerc +ellps=WGS84 +units=m"); in test_main()
/dports/devel/hyperscan/boost_1_75_0/libs/geometry/test/srs/
H A Dsrs_transformer.cpp44 … srs_forward_transformer<projection<> > strategy_pf = proj4("+proj=tmerc +ellps=WGS84 +units=m"); in test_main()
45 … srs_inverse_transformer<projection<> > strategy_pi = proj4("+proj=tmerc +ellps=WGS84 +units=m"); in test_main()
46 … srs_forward_transformer<transformation<> > strategy_tf(proj4("+proj=tmerc +ellps=WGS84 +units=m"), in test_main()
47proj4("+proj=tmerc +ellps=clrk66 +units=m")); in test_main()
48 … srs_inverse_transformer<transformation<> > strategy_ti(proj4("+proj=tmerc +ellps=WGS84 +units=m"), in test_main()
49proj4("+proj=tmerc +ellps=clrk66 +units=m")); in test_main()
H A Dprojections_combined.cpp45 StaticParams const& params, std::string const& proj4 = "") in test_forward() argument
61 if (! proj4.empty()) in test_forward()
63 srs::projection<> prj2 = srs::proj4(proj4); in test_forward()
75 pj_projection prj3(proj4); in test_forward()
100 std::string const& proj4 = "") in test_forward() argument
102 test_forward(id, geo_point, cart_point, StaticParams(), proj4); in test_forward()
H A Dprojection_interface_p4.cpp34 projection<> prj = proj4("+proj=tmerc +ellps=WGS84 +units=m"); in test_main()
48 BOOST_CHECK_THROW(projection<> prj1((proj4(""))), bg::projection_exception); in test_main()
50 BOOST_CHECK_THROW(projection<> prj1((proj4("+proj=abcd"))), bg::projection_exception); in test_main()
52 projection<> prj3 = proj4("+proj=bacon +a=6400000"); in test_main()
80 projection<> prj = proj4("+proj=tmerc +ellps=WGS84 +units=m"); in test_main()
/dports/graphics/mapserver/mapserver-7.6.4/mapscript/python/tests/cases/
H A Dmap_test.py303 proj4 = self.map.getProjection()
305 assert proj4.find('+proj=aea') != -1
306 assert proj4.find('+datum=WGS84') != -1
307 assert mapscript.projectionObj(proj4).getUnits() != mapscript.MS_DD
318 proj4 = self.map.getProjection()
320 assert proj4.find('+proj=tmerc') != -1
321 assert proj4.find('+ellps=krass') != -1
322 assert (mapscript.projectionObj(proj4)).getUnits() != mapscript.MS_DD
326 proj4 = self.map.getProjection()
327 … assert ('+proj=longlat' in proj4 and '+datum=WGS84' in proj4) or proj4 == '+init=epsg:4326', proj4
[all …]
/dports/graphics/py-fiona/Fiona-1.8.20/fiona/fio/
H A Dinfo.py64 proj4 = fiona.crs.to_string(src.crs)
65 if proj4.startswith('+init=epsg'):
66 proj4 = proj4.split('=')[1].upper()
67 info['crs'] = proj4
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/shaders/
H A Dglsl-fs-texture2drect.c48 GLboolean proj3 = GL_FALSE, proj4 = GL_FALSE; variable
112 if (proj3 || proj4) in piglit_display()
143 proj4 = GL_TRUE; in piglit_init()
151 if (proj4) { in piglit_init()
/dports/math/R-cran-terra/terra/src/
H A DspatBase.h271 std::string proj4, wkt;
281 return (x == "proj4" ? proj4 : wkt); in get()
285 return proj4; in get_prj()
289 return (proj4 == x.proj4); in is_equal()
303 bool b1 = proj4.find("longlat") != std::string::npos; in is_lonlat_text()
304 bool b2 = proj4.find("epsg:4326") != std::string::npos; in is_lonlat_text()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/test/src/projection/
H A Dossim-projection-test.cpp69 ossimRefPtr<ossimMapProjection> proj4 = new ossimEquDistCylProjection(); in main() local
70 proj4->loadState(kwl); in main()
73 proj4->print(cout); in main()
/dports/devel/msbuild/msbuild-0.06/src/Tasks.UnitTests/
H A DFindInvalidProjectReferences_Tests.cs47 Dictionary<string, string> proj4 = new Dictionary<string, string>(); in VerifyFindInvalidProjectReferences()
48 proj4["TargetPlatformMoniker"] = "Windows, Version=8.2"; in VerifyFindInvalidProjectReferences()
50 …kItem("proj2.proj", proj2), new TaskItem("proj3.proj", proj3), new TaskItem("proj4.proj", proj4) }; in VerifyFindInvalidProjectReferences()
/dports/graphics/py-cartopy/Cartopy-0.19.0.post1/lib/cartopy/
H A D_crs.pyx81 status = pj_transform(src_crs.proj4, tgt_crs.proj4, npts, offset,
84 status = pj_transform(src_crs.proj4, tgt_crs.proj4, npts, offset,
102 return pj_transform(src_crs.proj4, tgt_crs.proj4, npts, offset,
105 return pj_transform(src_crs.proj4, tgt_crs.proj4, npts, offset,
177 self.proj4 = NULL
180 if self.proj4 != NULL:
181 pj_free(self.proj4)
228 if self.proj4 != NULL:
229 pj_free(self.proj4)
231 if not self.proj4:
[all …]

12345678910>>...23