Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Add EQL gridder in geodetic coordinates

オープン
#175 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
30/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
python
領域
data

調査の方向性

既存の EQL gridder と、前提となる issue #154 および #165 の確認から始めてください。測地データポイント、ソース位置、ユークリッド距離、およびデフォルトとして WGS84 を使用する boule.Ellipsoid をどのように表現するかを明確にしてください。測地 EQL gridder が利用可能になり、球面 EQL API が引き続きサポートされていれば完了です。

索引モデルが issue の本文から書いたものです。

説明

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

主要言語
Python
スター
306
フォーク
91
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

fatiando/harmonica のほかの issue

fatiando/harmonica の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。