LANL-Seismoacoustics / PyGeoTess

Python interface to the GeoTess gridding and earth model library.
https://lanl-seismoacoustics.github.io/PyGeoTess/
Other
3 stars 5 forks source link

Consider vendoring GeoTessCPP using git subtree #6

Closed jkmacc-LANL closed 4 months ago

jkmacc-LANL commented 3 years ago

It may be easier to include GeoTessCPP inside this repo as a git subtree. It's rather big, though (a 90 MB zip file and 200 MB raw), and we're dependent on this repo to maintain its file structure, otherwise we have to change our file references.

jkmacc-LANL commented 3 years ago

Alternatively, GeoTessCPP could be distributed as a conda package, which would mean we even have to manage the source files ourselves. This would be best, but it'd require upstream changes to GeoTessCPP.

jkmacc-LANL commented 4 months ago

I think the conda package makes more sense. Closing.