Le 04/06/2019 à 12:46, [email protected] a écrit : > Another question: on epsg.org there are some different zip to download: > > "EPSG MySQL, EPSG ORACLE SQL, EPSG PSQL latest versions of the Dataset in UTF > encoding, as well as Well-known Text (WKT) in compliance with ISO 19162, are > available from the online registry rather than this page."
I recommend the PSQL (PostgreSQL) one. About the encoding problem, can you try to open the EPSG database and check if "Geocentre > equator/0°E" is written with proper encoding in the database? On Netbeans you can use the "Services" tab, "Databases", create a "SpatialMetadata" entry pointing to the "SIS_DATA/Databases/SpatialMetadata" directory using "org.apache.derby.jdbc.EmbeddedDriver" driver. Then browse into "EPSG/Tables/Coordinate Axis". Right click on "View data" and scroll down to COORD_AXIS_CODE number 250. On other IDE I do not know… Martin
