LukasMosser / digital_rocks_data

Download and load digital rocks datasets
Apache License 2.0
27 stars 3 forks source link

Standardization #6

Open fbordignon opened 2 months ago

fbordignon commented 2 months ago

Great work on this library! I am interested in integrating the download into GeoSlicer with an auto-generated GUI. But for that, we would propose some type of standarization of the METADATA and download process via virtual functions implemented by each dataset. Would that be something that you guys believe could be integrated? I believe we can define an easy to follow standard now that there are a few datasets. Soon GeoSlicer will be published as opensource as well, so we can all benefit from this integration!

fbordignon commented 2 months ago

Good news, GeoSlicer is now open source! Check it out https://github.com/petrobras/GeoSlicer We are adding a module for drd as is, so users can download and load the images directly into GeoSlicer. However, it has a lot of things hard coded and some level of standarization could help a lot in keeping things updated!

Thanks!

LukasMosser commented 1 month ago

Hey @fbordignon, I'm glad to hear you find this useful!

Technically I am the only maintainer of the project so "we" would be happy have input on improving the codebase including METADATA and more standardization.

What do you think would be the best way, is it something you could propose through a pull request or should we have an online discussion about it first?

/L