SlideRuleEarth / sliderule

Server and client framework for on-demand science data processing in the cloud
https://slideruleearth.io
Other
27 stars 12 forks source link

created GeoDataSet class. Raster and Index classes derive from it #269

Closed elidwa closed 1 year ago

elidwa commented 1 year ago

Code cleanup. GeoIndex class and Raster class had a lot of common variables. I created GeoDataSet class. Both GeoIndex and Raster derive from GeoDataSet.