Home
last modified time | relevance | path

Searched refs:from_epsg (Results 1 – 25 of 43) sorted by relevance

12

/dports/graphics/py-pyproj/pyproj-3.2.1/test/crs/
H A Dtest_crs.py59 proj = CRS.from_epsg(4326)
64 assert CRS.from_epsg(0)
207 crs = CRS.from_epsg(4326)
346 assert CRS.from_epsg(5972).datum == CRS.from_epsg(25832).datum
494 crs = CRS.from_epsg(5972)
518 crs = CRS.from_epsg(4326)
680 Datum.from_epsg(1)
1181 assert hash(CRS.from_epsg(3857)) == hash(CRS.from_epsg(3857))
1186 assert hash(CRS.from_epsg(3857)) != hash(CRS.from_epsg(4326))
1265 cc = CRS.from_epsg(5717)
[all …]
H A Dtest_crs_maker.py49 assert_maker_inheritance_valid(ProjectedCRS.from_epsg(6933), ProjectedCRS)
65 ProjectedCRS.from_epsg(4326)
77 assert_maker_inheritance_valid(GeographicCRS.from_epsg(4326), GeographicCRS)
95 GeographicCRS.from_epsg(6933)
117 DerivedGeographicCRS.from_epsg(4326)
165 GeocentricCRS.from_epsg(6933)
182 assert_maker_inheritance_valid(VerticalCRS.from_epsg(5703), VerticalCRS)
251 CompoundCRS.from_epsg(4326)
315 BoundCRS.from_epsg(4326)
333 MyCustomInit.from_epsg(4326)
[all …]
H A Dtest_crs_datum.py20 ellipsoid=Ellipsoid.from_epsg(7001),
H A Dtest_crs_json.py125 prop = getattr(CRS.from_epsg(26915), property_name)
/dports/graphics/py-rasterio/rasterio-1.2.10/tests/
H A Dtest_crs.py147 crs_dict = CRS.from_epsg(4326)
152 assert CRS.from_epsg(0)
202 assert CRS.from_epsg(epsg_code) == CRS.from_epsg(epsg_code)
497 assert hash(CRS.from_epsg(3857)) == hash(CRS.from_epsg(3857))
502 assert hash(CRS.from_epsg(3857)) != hash(CRS.from_epsg(4326))
526 CRS.from_epsg(4326),
543 CRS.from_epsg(3857),
544 CRS.from_epsg(32618),
572 CRS.from_epsg(32618),
573 CRS.from_epsg(3857),
[all …]
H A Dtest__crs.py56 crs = _CRS.from_epsg(4326)
64 assert _CRS.from_epsg(code)
81 _CRS.from_epsg(4326) == _CRS.from_proj4('+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs')
151 assert _CRS.from_epsg(3857).linear_units == 'metre'
H A Dtest_warp.py106 WGS84_crs = CRS.from_epsg(4326)
165 ECEF_crs = CRS.from_epsg(4978)
237 src_crs = CRS.from_epsg(4326)
238 dst_crs = CRS.from_epsg(2163)
256 CRS.from_epsg(4326),
300 CRS.from_epsg(4326),
326 CRS.from_epsg(4326),
352 CRS.from_epsg(4326),
1665 CRS.from_epsg(4326),
1666 CRS.from_epsg(32610),
[all …]
H A Dtest_warp_transform.py216 …transform, w, h = calculate_default_transform(CRS.from_epsg(4326), CRS.from_epsg(3857), 455880, 45…
H A Dtest_warnings.py35 src.gcps = (gcps, rasterio.crs.CRS.from_epsg(4326))
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/gdal-0.6.0/src/spatial_ref/
H A Dtests.rs22 let spatial_ref = SpatialRef::from_epsg(4326).unwrap(); in from_epsg_to_wkt_proj4()
39 let spatial_ref2 = SpatialRef::from_epsg(4326).unwrap(); in comparison()
40 let spatial_ref3 = SpatialRef::from_epsg(3025).unwrap(); in comparison()
53 let spatial_ref2 = SpatialRef::from_epsg(3035).unwrap(); in transform_coordinates()
77 let spatial_ref = SpatialRef::from_epsg(4326).unwrap(); in authority()
98 let wgs84 = SpatialRef::from_epsg(4326).unwrap(); in failing_transformation()
99 let dhd_2 = SpatialRef::from_epsg(31462).unwrap(); in failing_transformation()
109 let wgs84 = SpatialRef::from_epsg(4326).unwrap(); in failing_transformation()
110 let webmercator = SpatialRef::from_epsg(3857).unwrap(); in failing_transformation()
/dports/graphics/py-pyproj/pyproj-3.2.1/docs/
H A Dcrs_compatibility.rst44 proj_crs = CRS.from_epsg(4326)
69 rio_crs = rasterio.crs.CRS.from_epsg(4326)
78 rio_crs = rasterio.crs.CRS.from_epsg(4326)
92 proj_crs = CRS.from_epsg(4326)
104 proj_crs = CRS.from_epsg(4326)
146 proj_crs = CRS.from_epsg(4326)
175 proj_crs = CRS.from_epsg(4326)
227 proj_crs = CRS.from_epsg(4326)
231 proj_crs = CRS.from_epsg(6933)
266 proj_crs = CRS.from_epsg(4326)
H A Dexamples.rst26 >>> crs = CRS.from_epsg(4326)
43 >>> crs = CRS.from_epsg(4326)
227 utm_crs = CRS.from_epsg(utm_crs_list[0].code)
241 >>> crs_4326 = CRS.from_epsg(4326)
255 >>> crs_26917 = CRS.from_epsg(26917)
323 >>> crs = CRS.from_epsg(3857)
/dports/graphics/py-fiona/Fiona-1.8.20/tests/
H A Dtest_write.py4 from fiona.crs import from_epsg
20 str(outputfile), "w", driver="GeoJSON", schema=schema, crs=from_epsg(4326)
H A Dtest_crs.py72 val = crs.from_epsg(4326)
79 crs.from_epsg(-1)
H A Dconftest.py14 from fiona.crs import from_epsg
349 special_crs = {'MapInfo File': from_epsg(4326)}
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/gdal-0.6.0/examples/
H A Dspatial_reference.rs24 let spatial_ref4 = SpatialRef::from_epsg(4326)?; in run()
49 let spatial_ref5 = SpatialRef::from_epsg(4326)?; in run()
H A Dread_write_ogr.rs30 let spatial_ref_src = SpatialRef::from_epsg(4326)?; in run()
31 let spatial_ref_dst = SpatialRef::from_epsg(3025)?; in run()
/dports/graphics/py-rasterio/rasterio-1.2.10/rasterio/
H A Dcrs.py315 def from_epsg(cls, code): member in CRS
333 obj._crs = _CRS.from_epsg(code)
384 return cls.from_epsg(val)
492 return cls.from_epsg(value)
/dports/graphics/py-geopandas/geopandas-0.10.2/geopandas/tools/tests/
H A Dtest_tools.py73 assert explicit_crs_from_epsg(epsg=4326) == CRS.from_epsg(4326)
74 assert explicit_crs_from_epsg(epsg="4326") == CRS.from_epsg(4326)
/dports/graphics/py-pyproj/pyproj-3.2.1/pyproj/
H A D_crs.pyi58 def from_epsg(code: Union[int, str]) -> "Ellipsoid": ...
77 def from_epsg(code: Union[int, str]) -> "PrimeMeridian": ...
98 def from_epsg(code: Union[int, str]) -> "Datum": ...
169 def from_epsg(code: Union[int, str]) -> "CoordinateOperation": ...
/dports/graphics/py-geopandas/geopandas-0.10.2/geopandas/tools/
H A Dcrs.py26 return CRS.from_epsg(epsg)
/dports/graphics/py-fiona/Fiona-1.8.20/fiona/
H A Dcrs.py60 def from_epsg(code): function
/dports/graphics/py-pygeoapi/pygeoapi-0.11.0/pygeoapi/provider/
H A Dfilesystem.py287 tcrs = CRS.from_epsg(4326)
318 tcrs = CRS.from_epsg(4326)
/dports/graphics/py-rasterio/rasterio-1.2.10/rasterio/rio/
H A Dclip.py109 bounds = transform_bounds(CRS.from_epsg(4326), src.crs, *bounds)
/dports/graphics/py-pyproj/pyproj-3.2.1/test/
H A Dtest_datadir.py185 assert [CRS.from_epsg(code) for code in codes]

12