NTv2 bicubic method could benefit from better error catching in 'edge' cases.

Aperta
#170 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
4/5
Tempo stimato
3-5 giorni
Idoneità per principianti
52/100
Tipo di issue
Bug
Chiarezza
Abbastanza chiara
Stato di attività
Tranquilla
Stack tecnologico
python
Ambito
tooling

Direzione di ricerca

Start with GeodePy.ntv2reader.ntv2_bicubic() and compare its results with the NTv2 bilinear method near every grid extent. Use the attached error examples to reproduce the binary-read and computation failures. Done means edge-case interpolation no longer reads outside the binary file or produces incorrect shifts, while the documented rare extent exceptions may remain.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

GeodePy.ntv2reader.ntv2_bicubic() demonstrate errors of various severity when interpolating within 1 grid node of the grid extents.
A comparison against the NTv2 bilinear method is a good way to identify such issues (differences are much larger than elsewhere in same region).

Examples are provided in the attached document GeodePy Issue170 Ntv2 bicubic error examples (1pg)

Issues include:

  • binary file read errors occur within 54 arcsec (i.e. grid spacing) of southern extent of first grid, and northern extent of last grid
    • i.e. trying to read outside of the binary file
  • computation errors occur within 54 arcsec (i.e. grid spacing) of all extents, likely reading incorrectly from neighbouring part of binary file
    • some shifts differ by centimetres, others by kilometres)
  • Note only: Coordinates directly on Western extents are occasionally returned as 'outside of grid extents’
    Note only: Coordinates directly on Northern extents are always returned as 'outside of grid extents’
    These exceptions COULD be handled (use just those grid nodes available) but the use-cases are rare. Ok to leave as is.
Lingua principale
Python
Stelle
117
Fork
50
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di GeoscienceAustralia/GeodePy

Tutte le issue di GeoscienceAustralia/GeodePy

Issue simili

Altre issue su Python

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.