{"id":15359274,"url":"https://github.com/santisoler/2023-agu","last_synced_at":"2025-10-28T16:17:40.285Z","repository":{"id":210329086,"uuid":"676230115","full_name":"santisoler/2023-agu","owner":"santisoler","description":"Abstract for AGU 2023","archived":false,"fork":false,"pushed_at":"2023-12-13T00:07:36.000Z","size":29171,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-11T20:18:26.704Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/santisoler.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-08T18:13:37.000Z","updated_at":"2023-12-02T01:57:22.000Z","dependencies_parsed_at":"2024-10-30T03:33:25.546Z","dependency_job_id":null,"html_url":"https://github.com/santisoler/2023-agu","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"1e08cec8ec5a1bd835541920e9c415a541c402bf"},"previous_names":["santisoler/2023-agu"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/santisoler/2023-agu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santisoler%2F2023-agu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santisoler%2F2023-agu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santisoler%2F2023-agu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santisoler%2F2023-agu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/santisoler","download_url":"https://codeload.github.com/santisoler/2023-agu/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santisoler%2F2023-agu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281469698,"owners_count":26506948,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-28T02:00:06.022Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T12:44:19.897Z","updated_at":"2025-10-28T16:17:40.228Z","avatar_url":"https://github.com/santisoler.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Processing potential field data with Fatiando a Terra\n\n[Santiago Soler][santisoler], [Lu Li][lu] and [Lindsey Heagy][lindsey]\n\n| **Information** | |\n|---|---|\n| Conference | [AGU Fall Meeting 2023][agu] |\n| Abstract ID | 1443596 |\n| Presentation Type | eLightning Session |\n| Session | [NS33C - Transform Open Science Practices in Near Surface Geophysics][ns33c] |\n| Session Conveners | [Seogi Kang][seogi], [Dieter Werthmuller][dieter], [Lindsey Heagy][lindsey], Aakash Ahamed and [Andrea Balza][andrea] |\n| When | Wed 13 December 2023, 14:10-15:40 PST |\n| Where | MC, eLightning Theater V, Hall D - South |\n| Poster DOI: | [10.6084/m9.figshare.24687573](https://doi.org/10.6084/m9.figshare.24687573) |\n| Download Poster: | [`soler-2023-agu-eposter.pdf` (v1)](https://github.com/santisoler/2023-agu/releases/download/v1/soler-2023-agu-eposter.pdf) |\n\n\n## Abstract\n\nThe Fatiando a Terra project is a collection of open-source Python libraries\nfor geophysics that covers a wide range of functionalities, from data download\nand processing to modelling and inversion. Each of the libraries in the project\nwas designed with their own scope of applications.\n\nHarmonica is focused on processing and modelling gravity and magnetic data. It\nprovides tools for gravity corrections like Bouguer and terrain effects;\ninterpolations and upward continuation through equivalent sources; Fourier\ndomain filters like vertical derivatives, upward continuation and reduction to\nthe pole; forward modelling of geometries like prisms, point sources and\ntesseroids. Boule hosts reference ellipsoids useful for applying coordinate\nconversions and normal gravity calculations. Verde offers tools for processing\nand interpolating any type of spatial data through a diverse set of methods,\nwith a machine learning inspired approach. Pooch eases the process of\ndownloading and caching data from the web with a simple interface. Lastly,\nEnsaio offers a set of curated open-licensed datasets useful for teaching,\npracticing and probing our codes.\n\nThe project started in 2010 in South America as a simple Python library as part\nof a PhD Thesis, and has since grown to include a global community of\ncontributors. Its progress has been facilitated by a consistent effort of\nmeeting the highest standards in software development. Through the adoption of\nbest practices and a thoughtful design of its tools, the project provides well\ntested and well documented code that is easy to use, regardless of the Python\nskills of its users. This has led the project to be used in real world\napplications like scientific research and geophysical exploration within\nindustry and academia.\n\nDuring this presentation we'll provide an overview of the tools in the Fatiando\nproject, demonstrate their functionalities for processing of gravity and\nmagnetics data, and take a look at some code snippets to showcase its\ncapabilities and ease of use.\n\n\n[santisoler]: https://www.santisoler.com\n[lindsey]: https://lindseyjh.ca\n[lu]: https://github.com/LL-Geo\n[ns33c]: https://agu.confex.com/agu/fm23/meetingapp.cgi/Session/203260\n[seogi]: https://sgkang.github.io\n[dieter]: https://werthmuller.org\n[andrea]: https://www.andreabalza.com\n[agu]: https://www.agu.org/fall-meeting\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsantisoler%2F2023-agu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsantisoler%2F2023-agu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsantisoler%2F2023-agu/lists"}