This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git
commit 302123da81acd6ede358ea6d6121312519295552 Author: Martin Desruisseaux <[email protected]> AuthorDate: Thu Dec 7 14:49:11 2023 +0100 Add dummy PRJ files for avoiding warnings during tests of ESRI RAW files. --- .../test/org/apache/sis/storage/esri/BIL.prj | 7 +++++++ .../test/org/apache/sis/storage/esri/BIP.prj | 7 +++++++ .../test/org/apache/sis/storage/esri/BSQ.prj | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/esri/BIL.prj b/endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/esri/BIL.prj new file mode 100644 index 0000000000..e5411e4307 --- /dev/null +++ b/endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/esri/BIL.prj @@ -0,0 +1,7 @@ +EngineeringCRS["A camera looking ahead", + EngineeringDatum["Center of the camera"], + CS[spherical, 2], + Axis["Relative bearing (V)", CLOCKWISE], + Axis["Altitude (α)", up], + Unit["arc-second", 4.84813681109536E-6], + REMARK["Dummy CRS for the `BIL.raw` test raster."]] diff --git a/endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/esri/BIP.prj b/endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/esri/BIP.prj new file mode 100644 index 0000000000..d6f95ca248 --- /dev/null +++ b/endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/esri/BIP.prj @@ -0,0 +1,7 @@ +EngineeringCRS["A plane somewhere", + EngineeringDatum["Center of the plane"], + CS[Cartesian, 2], + Axis["x", west], + Axis["y", south], + Unit["kilometer", 1000], + REMARK["Dummy CRS for the `BIP.raw` test raster."]] diff --git a/endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/esri/BSQ.prj b/endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/esri/BSQ.prj new file mode 100644 index 0000000000..61646cbe85 --- /dev/null +++ b/endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/esri/BSQ.prj @@ -0,0 +1,7 @@ +EngineeringCRS["A plane somewhere", + EngineeringDatum["Center of the plane"], + CS[Cartesian, 2], + Axis["x", columns], + Axis["y", rows], + Unit["unity", 1], + REMARK["Dummy CRS for the `BSQ.raw` test raster."]]
