Skip to content

Commit

Permalink
Use newest ensemble datums realization
Browse files Browse the repository at this point in the history
  • Loading branch information
matafokka committed Jan 13, 2024
1 parent a305642 commit 3a37eed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions EPSG/DatumsWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ forEach(`
d.prime_meridian_code IS NOT NULL OR
member_data.prime_meridian_code IS NOT NULL
)
-- Get newest ensemble datums realizations first
ORDER BY member.datum_sequence DESC
`, (result) => {
const id = result.id + "";

Expand Down

0 comments on commit 3a37eed

Please sign in to comment.