/dports/graphics/py-pyproj/pyproj-3.2.1/test/crs/ |
H A D | test_crs.py | 59 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 D | test_crs_maker.py | 49 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 D | test_crs_datum.py | 20 ellipsoid=Ellipsoid.from_epsg(7001),
|
H A D | test_crs_json.py | 125 prop = getattr(CRS.from_epsg(26915), property_name)
|
/dports/graphics/py-rasterio/rasterio-1.2.10/tests/ |
H A D | test_crs.py | 147 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 D | test__crs.py | 56 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 D | test_warp.py | 106 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 D | test_warp_transform.py | 216 …transform, w, h = calculate_default_transform(CRS.from_epsg(4326), CRS.from_epsg(3857), 455880, 45…
|
H A D | test_warnings.py | 35 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 D | tests.rs | 22 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 D | crs_compatibility.rst | 44 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 D | examples.rst | 26 >>> 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 D | test_write.py | 4 from fiona.crs import from_epsg 20 str(outputfile), "w", driver="GeoJSON", schema=schema, crs=from_epsg(4326)
|
H A D | test_crs.py | 72 val = crs.from_epsg(4326) 79 crs.from_epsg(-1)
|
H A D | conftest.py | 14 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 D | spatial_reference.rs | 24 let spatial_ref4 = SpatialRef::from_epsg(4326)?; in run() 49 let spatial_ref5 = SpatialRef::from_epsg(4326)?; in run()
|
H A D | read_write_ogr.rs | 30 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 D | crs.py | 315 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 D | test_tools.py | 73 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.pyi | 58 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 D | crs.py | 26 return CRS.from_epsg(epsg)
|
/dports/graphics/py-fiona/Fiona-1.8.20/fiona/ |
H A D | crs.py | 60 def from_epsg(code): function
|
/dports/graphics/py-pygeoapi/pygeoapi-0.11.0/pygeoapi/provider/ |
H A D | filesystem.py | 287 tcrs = CRS.from_epsg(4326) 318 tcrs = CRS.from_epsg(4326)
|
/dports/graphics/py-rasterio/rasterio-1.2.10/rasterio/rio/ |
H A D | clip.py | 109 bounds = transform_bounds(CRS.from_epsg(4326), src.crs, *bounds)
|
/dports/graphics/py-pyproj/pyproj-3.2.1/test/ |
H A D | test_datadir.py | 185 assert [CRS.from_epsg(code) for code in codes]
|