mirror of
https://github.com/rasterio/rasterio.git
synced 2025-12-08 17:36:12 +00:00
* Refactor to make data search testable * Test ensure_env with faked sys.prefix and _env file location * raising=False * Don't call fixture function, use it as a fixture * Re-applying PR #1546 to maint-1.0 via patch (#1549) * Refactor to make data search testable * Test ensure_env with faked sys.prefix and _env file location * raising=False * Don't call fixture function, use it as a fixture * Add function to get context if needed * added support for ESRI wkt strings - resolves issue #1537 (#1538) * updated _handle_crswkt to use CRS.from_wkt; resolved issue #1540 (#1541) * updated _handle_crswkt to use CRS.from_wkt; resolved issue #1540 * added test for datasetreader opening dataset with ESRI projection wkt string * Handle GDAL's comments about WKT to PROJ conversion * Bring Env inside methods if needed * New test of compound CRS that was crashing 1.0.9
38 lines
2.5 KiB
Plaintext
38 lines
2.5 KiB
Plaintext
<VRTDataset rasterXSize="1024" rasterYSize="768">
|
|
<SRS>COMPD_CS["unknown",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],TOWGS84[0,0,0,0,0,0,0],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0],UNIT["degree",0.0174532925199433],AUTHORITY["EPSG","4326"]],VERT_CS["unknown",VERT_DATUM["unknown",2005],UNIT["metre",1.0,AUTHORITY["EPSG","9001"]],AXIS["Up",UP]]]</SRS>
|
|
<GCPList Projection="COMPD_CS["unknown",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],TOWGS84[0,0,0,0,0,0,0],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0],UNIT["degree",0.0174532925199433],AUTHORITY["EPSG","4326"]],VERT_CS["unknown",VERT_DATUM["unknown",2005],UNIT["metre",1.0,AUTHORITY["EPSG","9001"]],AXIS["Up",UP]]]">
|
|
<GCP Id="1" Info="a" Pixel="0.0" Line="0.0" X="157168.0" Y="2818194.0" Z="0.0" />
|
|
<GCP Id="2" Info="b" Pixel="1024.0" Line="0.0" X="338615.0" Y="2786088.0" Z="0.0" />
|
|
<GCP Id="3" Info="c" Pixel="0.0" Line="768.0" X="116792" Y="2651340.0" Z="0.0" />
|
|
</GCPList>
|
|
<VRTRasterBand dataType="Byte" band="1">
|
|
<ColorInterp>Gray</ColorInterp>
|
|
<SimpleSource>
|
|
<SourceFilename relativeToVRT="1">389225main_sw_1965_1024.jpg</SourceFilename>
|
|
<SourceBand>1</SourceBand>
|
|
<SrcRect xOff="0" yOff="0" xSize="1024" ySize="768"/>
|
|
<DstRect xOff="0" yOff="0" xSize="1024" ySize="768"/>
|
|
</SimpleSource>
|
|
</VRTRasterBand>
|
|
<VRTRasterBand dataType="Byte" band="2">
|
|
<ColorInterp>Gray</ColorInterp>
|
|
<SimpleSource>
|
|
<SourceFilename relativeToVRT="1">389225main_sw_1965_1024.jpg</SourceFilename>
|
|
<SourceBand>2</SourceBand>
|
|
<SrcRect xOff="0" yOff="0" xSize="1024" ySize="768"/>
|
|
<DstRect xOff="0" yOff="0" xSize="1024" ySize="768"/>
|
|
</SimpleSource>
|
|
</VRTRasterBand>
|
|
<VRTRasterBand dataType="Byte" band="3">
|
|
<ColorInterp>Gray</ColorInterp>
|
|
<SimpleSource>
|
|
<SourceFilename relativeToVRT="1">389225main_sw_1965_1024.jpg</SourceFilename>
|
|
<SourceBand>3</SourceBand>
|
|
<SrcRect xOff="0" yOff="0" xSize="1024" ySize="768"/>
|
|
<DstRect xOff="0" yOff="0" xSize="1024" ySize="768"/>
|
|
</SimpleSource>
|
|
</VRTRasterBand>
|
|
|
|
</VRTDataset>
|
|
|