Jia Yu created SEDONA-34:
----------------------------
Summary: Stop using real world data in unit tests
Key: SEDONA-34
URL: https://issues.apache.org/jira/browse/SEDONA-34
Project: Apache Sedona
Issue Type: Task
Reporter: Jia Yu
Currently, Sedona unit tests heavily rely on external data stored in
core/test/resources folders. This results in two problems
# The source code size is big. Any user who wants to download the source code
has to download all these test data.
# The copyright of these data is unclear. Some data is publicly available on
their website but without giving any proper license. E.g., USGS TIGER data.
# Some test cases rely on hand-tuned test data. This is not good for debugging
and long-term maintenance.
Solution: Try to assemble synthetic datasets by Sedona itself and use them in
/share across Sedona test cases.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)