Skip to content

Commit

Permalink
Bump MacOS PDAL version up to 2.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed Sep 24, 2023
1 parent 31fe271 commit 1941cd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
os: [macos-latest]
java: [8]
distribution: [temurin]
pdal: [2.5.0]
pdal: [2.5.6]
runs-on: ${{ matrix.os }}

steps:
Expand Down
3 changes: 2 additions & 1 deletion core/src/test/scala/io/pdal/TestEnvironmentSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ trait TestEnvironmentSpec extends AnyFunSpec with Matchers with BeforeAndAfterAl
val metadataJson: Either[ParsingFailure, Json] = parser.parse(getJson("/metadata.json"))
val quickInfoJson: Either[ParsingFailure, Json] = parser.parse(getJson("/quick-info.json"))
val quickInfoWithMetadataJson: Either[ParsingFailure, Json] = parser.parse(getJson("/quick-info-with-metadata.json"))
val quickInfoWithMetadataMacJson: Either[ParsingFailure, Json] = parser.parse(getJson("/quick-info-with-metadata-mac.json"))
val quickInfoWithMetadataMacJson: Either[ParsingFailure, Json] =
parser.parse(getJson("/quick-info-with-metadata-mac.json"))

val proj4String =
"+proj=lcc +lat_0=41.75 +lon_0=-120.5 +lat_1=43 +lat_2=45.5 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs"
Expand Down

0 comments on commit 1941cd3

Please sign in to comment.