mdcs-py
mdcs-py copied to clipboard
Improvement - Setting projection horizontal and vertical by factory code
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
and in xml file:
@chritomix it should work without any change as it is currently supported
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 ,
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.