mdcs-py icon indicating copy to clipboard operation
mdcs-py copied to clipboard

Improvement - Setting projection horizontal and vertical by factory code

Open chritomix opened this issue 4 years ago • 3 comments

Currently when creating mosaic, I must use a well-known text string representation (like "PROJCS['WGS_1984_Web_Mercator_Auxiliar...."). But I would love to use Factory code directly (4326) and for both projections (horizontal and vertical) Here is the possible solution to change script in CreateMD.py image and in xml file: image

chritomix avatar Sep 28 '20 11:09 chritomix

@chritomix it should work without any change as it is currently supported

abhiataero avatar Nov 24 '20 10:11 abhiataero

Hi @abhiataero. it is been a while, but I still dont know how to apply factory code within xml instead of full projection description. could you eleborate more about that? the question is how to use factory codes (horizontal and vertical) within XML file, while creating mosaic dataset?

chritomix avatar Oct 07 '21 06:10 chritomix

@chritomix ,

We have incorporated the change in the MDCS code. Now you should be able to pass the WKID codes using a '/' seperator.

Thanks for your inputs.

vijaygit02 avatar Aug 17 '22 09:08 vijaygit02