Home
last modified time | relevance | path

Searched defs:target_crs (Results 1 – 25 of 25) sorted by relevance

/dports/graphics/py-cartopy/Cartopy-0.19.0.post1/examples/lines_and_polygons/
H A Deffects_of_the_ellipse.py28 def transform_fn_factory(target_crs, source_crs): argument
/dports/graphics/R-cran-rgdal/rgdal/src/
H A Dproj6.cpp239 PJ *source_crs, *target_crs; in get_source_crs() local
321 PJ *source_crs, *target_crs; in list_coordinate_ops() local
515 PJ *source_crs, *target_crs; in CRS_compare() local
564 PJ *source_crs = NULL, *target_crs = NULL; in transform_ng() local
801 PJ *source_crs, *target_crs; in project_ng_coordOp() local
/dports/graphics/proj/proj-7.2.1/data/tests/
H A Dsimple_model_metre_vertical.json5 "target_crs": "foo:ignored", string
H A Dsimple_model_projected.json5 "target_crs": "foo:ignored", string
H A Dsimple_model_wrap_east.json5 "target_crs": "foo:ignored", string
H A Dsimple_model_wrap_west.json5 "target_crs": "foo:ignored", string
H A Dsimple_model_metre_horizontal.json5 "target_crs": "foo:ignored", string
H A Dsimple_model_degree_horizontal.json5 "target_crs": "foo:ignored", string
H A Dsimple_model_degree_3d.json5 "target_crs": "foo:ignored", string
H A Dsimple_model_metre_3d.json5 "target_crs": "foo:ignored", string
H A Dsimple_model_metre_3d_geocentric.json5 "target_crs": "foo:ignored", string
H A Dsimple_model_polar.json5 "target_crs": "foo:ignored", string
/dports/www/py-sentinelhub/sentinelhub-3.4.1/sentinelhub/
H A Dgeo_utils.py218 def transform_point(point, source_crs, target_crs, always_xy=True): argument
/dports/math/R-cran-sf/sf/R/
H A Dproj.R138 sf_proj_pipelines = function(source_crs, target_crs, authority = character(0), AOI = numeric(0), argument
/dports/graphics/R-cran-ggplot2/ggplot2/R/
H A Dcoord-sf.R84 target_crs <- panel_params$crs functionVar
253 target_crs <- panel_params$default_crs functionVar
504 sf_transform_xy <- function(data, target_crs, source_crs, authority_compliant = FALSE) { argument
/dports/graphics/proj/proj-7.2.1/src/
H A D4D_api.cpp1135 PJ *proj_create_crs_to_crs (PJ_CONTEXT *ctx, const char *source_crs, const char *target_crs, PJ_AR… in proj_create_crs_to_crs()
1182 const PJ *target_crs, in pj_create_prepared_operations()
1264 PJ *proj_create_crs_to_crs_from_pj (PJ_CONTEXT *ctx, const PJ *source_crs, const PJ *target_crs, P… in proj_create_crs_to_crs_from_pj() argument
/dports/graphics/py-pyproj/pyproj-3.2.1/pyproj/crs/
H A Dcrs.py998 def target_crs(self) -> Optional["CRS"]: member in CRS
1669 def target_crs(self) -> Optional["CRS"]: member in CustomConstructorCRS
/dports/graphics/proj/proj-7.2.1/test/unit/
H A Dgie_self_tests.cpp697 auto target_crs = proj_get_target_crs(PJ_DEFAULT_CTX, P); in TEST() local
H A Dtest_c_api.cpp1411 auto target_crs = proj_create_from_database( in TEST_F() local
1476 auto target_crs = proj_create_from_database( in TEST_F() local
1511 auto target_crs = proj_create_from_database( in TEST_F() local
1543 auto target_crs = proj_create_from_database( in TEST_F() local
1572 auto target_crs = proj_create_from_database( in TEST_F() local
1692 auto target_crs = proj_create_from_database( in TEST_F() local
3068 auto target_crs = proj_create_geographic_crs( in TEST_F() local
3903 auto target_crs = proj_create_from_database( in TEST_F() local
/dports/math/R-cran-sf/sf/src/
H A Dproj.cpp93 PJ *target_crs = proj_create(PJ_DEFAULT_CTX, crs[1]); in CPL_get_pipelines() local
/dports/graphics/py-pyproj/pyproj-3.2.1/pyproj/
H A D_crs.pyx2567 def target_crs(self): member in _CRS
/dports/graphics/proj/proj-7.2.1/data/
H A Ddeformation_model.schema.json101 "target_crs": { object
H A Dprojjson.schema.json118 "target_crs": { "$ref": "#/definitions/crs" }, object
154 "target_crs": { "$ref": "#/definitions/crs" }, object
846 "target_crs": { "$ref": "#/definitions/crs" }, object
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapproject.c438 PJ* target_crs = getBaseGeographicCRS(in); in msProjectCreateReprojector() local
/dports/graphics/proj/proj-7.2.1/src/iso19111/
H A Dc_api.cpp4089 PJ *source_crs, PJ *target_crs, in proj_create_transformation()
7761 PJ *target_crs; member
7836 const PJ *target_crs, in proj_create_operations()