fatiando / harmonica

Forward modeling, inversion, and processing gravity and magnetic data
https://www.fatiando.org/harmonica
BSD 3-Clause "New" or "Revised" License
211 stars 69 forks source link

Add warning about future deprecation of datasets module #303

Closed santisoler closed 2 years ago

santisoler commented 2 years ago

Description

In a future release, Harmonica will ditch the self-hosted sample datasets and replace them by using Ensaio to fetch them when needed. Add FutureWarnings to each fetch function in the datasets module and point users to Ensaio. Add test function for these new FutureWarnings. Add warning in Datasets section in API Reference.

santisoler commented 2 years ago

Just noticed that synthetic surveys make use of sample datasets. This deprecation might need some thinking. Closing this PR for now until we give it a better thought.