Jean-Christophe Malapert

Results 5 comments of Jean-Christophe Malapert

Hi @AndrewAnnex and @ahocevar, Our WKTs in the planet crs registry use the WKT2 format not the v1 because WKTv1 does not support the definition of a planetocentric CRS with...

Another compatibility issue with numpy 2 using the example of the tutorial: import deepdish as dd d = {'foo': np.arange(10), 'bar': np.ones((5, 4, 3))} dd.io.save('test.h5', d) AttributeError: `np.unicode_` was removed...

Yes it seems to work in the map file. But, if I want to query mapserver with my IAU2000:xxx SRS parameter, I get this error : msWMSLoadGetMapParams(): WMS server error....

Only with a custom EPSG code as query parameter in mapserver. However, I would like to query mapserver with iau code as query parameter. Jean-Christophe Le 25 févr. 2018 10:08...

Hi, Sorry for the delay. Imagine, I have an image of Mars with the following WKT : GEOGCS["Mars 2000", DATUM["D_Mars_2000", SPHEROID["Mars_2000_IAU_IAG",3396190.0,169.89444722361179]], PRIMEM["Airy-0",0], UNIT["Decimal_Degree",0.0174532925199433]] Here is two ways : 1/ first...