locationtech / geotrellis

GeoTrellis is a geographic data processing engine for high performance applications.
http://geotrellis.io
Other
1.33k stars 360 forks source link

Making package paths coherent with file system in vector tests. #3431

Closed metasim closed 2 years ago

metasim commented 2 years ago

Overview

The test scope in geotrellis-vector had sources partitioned under src/test/scala/spec and src/test/scala/check yet packages were declared as geotrellis.vector._ etc. While not required in Scala, it does violate a long standing convention of having package paths and file system paths be coherent with each other. A current implication is that the latest IntelliJ's default settings result in the mismatch being an error.

This change should have no user-facing implications.

Checklist

radi2015 commented 2 years ago

import geotrellis.spark.io._ io package not exists in 3.5.2 ?

pomadchin commented 2 years ago

hey @radi2015, yes it does not exist since v3.

radi2015 commented 2 years ago

@pomadchin ok, thank you