Hello Hao and all Currently, the metadata reader for Landsat and Modis data are located in the org.apache.sis.storage.geotiff package in Hao's repository. They are in the "geotiff" package because we initially intended to do GeoTIFF, but finally started with Landsat and Modis first. Now that a real GeoTIFF reader is coming, it seems to me that we should move Landsat and Modis metadata reader in another package for avoiding collision. So what should be the package name for Landsat/Modis? Some possibilities are:
* org.apache.sis.storage.earthobservation * org.apache.sis.storage.eo (abbreviation of Earth Observation) * org.apache.sis.storage.remotesensing * Any other proposal Martin
