Hi,
I have very limited knowledge for rater data. We are starting to use image services on our web application. All basemaps are with 3857 Web Mercator and our raster data has all Spatial Reference 4326, and landcover with
PROJCS["Unknown_datum_based_upon_the_custom_spheroid_Sinusoidal",GEOGCS["GCS_Unknown_datum_based_upon_the_custom_spheroid",DATUM["D_Not_specified_based_on_custom_spheroid",SPHEROID["Custom_spheroid",6371007.181,0.0]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Sinusoidal"],PARAMETER["false_easting",0.0],PARAMETER["false_northing",0.0],PARAMETER["central_meridian",0.0],UNIT["Meter",1.0]]
I understand image services can be reprojected on the fly to 3857 for visualization in a web map, but for a performance reason I'd like to create mosaic dataset with 3857 Web Mercator to keep raster data as their native. Then image services connect with the mosaic dataset will have a better visualization performance on our web application.
Here, I'd like to know whether would be any impact or distorted data when the image services are used for analysis, function?? or other issues or concerns??
Thanks,
Tom