Opened 13 years ago
Closed 11 years ago
#383 closed defect (fixed)
RELM Region changes?
Reported by: | Ned Field | Owned by: | Ned Field |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | sha | Version: | |
Keywords: | Cc: |
Description
A couple issues here.
1) There are two RELM testing regions, one a simple polygon with about 15 points, and one with several more that that, which was made from one of Danijel's testing files. The advantage of the latter was making a GriddedSurface? from it led to the exact same set of nodes as in the official test files (although I doubt this is still the case given changes to our code, but I don't know for sure because I can't get my hands on a test file). The more complex version (RELM_GRIDDED) has been deprecated (in favor of RELM_TESTING). The problem is the RELM_NOCAL and RELM_SOCAL are based on the more complex version, so simplified versions should be made and the originals deprecated.
2) All of these used BorderType?.MERCATOR_LINEAR rather than .GREAT_CIRCLE. A problem with this is 5% of Parkfied falls into No. Cal. using mercator, but doesn't using great circle. Also, SCEC VDO shows great circle, so what you see can be deceiving.
Peter - would there be any problem converting these to great circle?
Change History (2)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Closing - everything was likely dealt with in the UCERF3 development process. Reopen if problems persist.
Is this still an issue?