Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Add EQL gridder in geodetic coordinates

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

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
5/5
Tempo stimato
Più di una settimana
Idoneità per principianti
30/100
Tipo di issue
Funzionalità
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
python
Ambito
data

Direzione di ricerca

Inizia esaminando il gridder EQL esistente e le issue prerequisito #154 e #165. Chiarisci come rappresentare i punti dati geodetici, le posizioni delle sorgenti, le distanze euclidee e un boule.Ellipsoid con WGS84 come valore predefinito. Il lavoro è completato quando è disponibile un gridder EQL geodetico e l’API EQL sferica continua a essere supportata.

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

Descrizione

enhancement

Description of the desired feature

Would be nice to have an equivalent layer gridder that works in geodetic coordinates.
This means that the data points and the location of the point sources should be defined in geodetic coordinates.
The Green's function should still be equal to 1 over the Euclidean distance between each data point and each source.
After #154 is closed, we will be able to easily compute this distance between two given points defined in geodetic coordinates.
The new EQL gridder should also take the reference ellipsoid, which should be a instance of boule.Ellipsoid. By default, we should set it to the WGS84 ellipsoid, for which we need to add Boule as a dependency of Harmonica.
Would be better to wait until #165 is fixed before start working on this issue: the idea is to have a common base class for every EQL gridder.

After having a geodetic EQL, we could remove the gallery example for the spherical EQL.
Using the geodetic EQL will be more straight forward for users (they don't need to perform coordinate conversions), but we should keep the spherical EQL on the API just in case we want it in the future.

Are you willing to help implement and maintain this feature? Yes

Lingua principale
Python
Stelle
306
Fork
91
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Apri la guida per i contributori

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 fatiando/harmonica

Tutte le issue di fatiando/harmonica

Issue simili

Altre issue su Python

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.