1. aad6819 Merge branch 'geoapi-3.1'. Contains the addition of two map projections. by Martin Desruisseaux · 3 hours ago main
  2. b0a78e7 Merge branch 'geoapi-4.0' into geoapi-3.1. by Martin Desruisseaux · 4 hours ago geoapi-3.1
  3. a65df89 Add Robinson projection. https://issues.apache.org/jira/browse/SIS-599 by Martin Desruisseaux · 20 hours ago geoapi-4.0
  4. 5e23852 Replace "http://geotiff.maptools.org/proj_list/" links by "https://gdal.org/proj_list/". by Martin Desruisseaux · 3 days ago
  5. 013a20a Add "Longitude of natural origin" EPSG parameter name to `Sinusoidal` and `Mollweide.CENTRAL_MERIDIAN` because some WKT definitions appear to use it. by Martin Desruisseaux · 3 days ago
  6. 97ad5eb Rewrite the Equidistant Cylindrical equations using Clenshaw summation. by Martin Desruisseaux · 3 days ago
  7. c453e88 Add a place-holder for JDK 15 methods, and make the intend a little bit clearer in Fraction. by Martin Desruisseaux · 4 days ago
  8. 7574429 Fix documentation that became innacurate after the improvement done in previous commit. by Martin Desruisseaux · 6 days ago
  9. b85d81f Increase the maximum number of coefficients that we can compute for Clenshaw summation. by Martin Desruisseaux · 7 days ago
  10. 011426f Replace epsilon greek letter by eta for avoiding confusion with an error term or with eccentricity. by Martin Desruisseaux · 7 days ago
  11. fc7eca8 Initial version of Equidistant Cylindrical (EPSG:1028) map projection by Martin Desruisseaux · 7 days ago
  12. db9cbe5 More extensive documentation on the new `getMetadata()` methods. by Martin Desruisseaux · 8 days ago
  13. 9497307 Add getMetadata method on Tile,TileMatrix,TileMatrixSet by jsorel · 8 days ago
  14. 0ee27a9 Provide more context in the internal `createMapProjection(…)` method. by Martin Desruisseaux · 9 days ago
  15. dadfde5 Merge branch 'geoapi-3.1': automatic imports reorganization. by Martin Desruisseaux · 11 days ago
  16. 1237119 Merge branch 'geoapi-4.0' into geoapi-3.1: automatic reorganization of imports. by Martin Desruisseaux · 11 days ago
  17. aacdba9 Post-merge cleanup: automatic reorder of commits. by Martin Desruisseaux · 11 days ago
  18. 428919e Merge branch 'geoapi-3.1': reduce usage of `AxisDirection.OTHER` and `VerticalDatumType`. by Martin Desruisseaux · 11 days ago
  19. ff6542a Merge 'geoapi-4.0' into geoapi-3.1. by Martin Desruisseaux · 11 days ago
  20. 3e79841 Post-merge adjustments in `VerticalDatumTypes`. by Martin Desruisseaux · 11 days ago
  21. 4324177 Merge branch 'geoapi-4.0' into geoapi-3.1: reduce usage of deprecated `AxisDirection.OTHER` and `VerticalDatumType`. by Martin Desruisseaux · 14 days ago
  22. adbe218 ISO 19111 upgrade: VerticalDatumType removed, replaced by RealizationMethod. by Martin Desruisseaux · 14 days ago
  23. 918e07b Avoid usage of the deprecated `AxisDirection.OTHER` code list value. by Martin Desruisseaux · 2 weeks ago
  24. 1483fcf Merge branch 'geoapi-3.1' by Martin Desruisseaux · 2 weeks ago
  25. 74a6061 Merge branch 'geoapi-4.0' into geoapi-3.1: quasi-removal of non-standard `Projection` interface. by Martin Desruisseaux · 2 weeks ago
  26. 7a049f9 Update for the removal of the non-standard `org.opengis.referencing.operation.Projection` interface. by Martin Desruisseaux · 2 weeks ago
  27. 66a5fa5 Merge branch 'geoapi-3.1' https://issues.apache.org/jira/browse/SIS-597 by Martin Desruisseaux · 2 weeks ago
  28. 883dfe7 Merge branch 'geoapi-4.0' into geoapi-3.1: removal of non-standard by Martin Desruisseaux · 2 weeks ago
  29. 1182c4c Change in the type of ProjectedCRS.baseCRS: by Martin Desruisseaux · 2 weeks ago
  30. 5bfa061 Remove usage of `PlanarProjection`, `ConicProjection` and `CylindricalProjection` sub-interfaces. by Martin Desruisseaux · 2 weeks ago
  31. 161a5fe Merge branch 'geoapi-3.1', but without the assumption that `ProjectedCRS` extends `DerivedCRS`. by Martin Desruisseaux · 2 weeks ago
  32. 20ded9b Merge branch 'geoapi-4.0' into geoapi-3.1, but keep checking for `GeneralDerivedCRS` in `instanceof` checks. by Martin Desruisseaux · 2 weeks ago
  33. 6c50bd3 Update for the removal of `GeneralDerivedCRS` from GeoAPI 4.0. by Martin Desruisseaux · 2 weeks ago
  34. 39df6c6 Add warnings about `GeodeticCRS` type that may be replaced by `GeodeticCRS` type in a future version. by Martin Desruisseaux · 2 weeks ago
  35. 6fd7c53 Use the SIS-specific `DefaultGeocentricCRS` class in one place where we removed the `GeocentricCRS` interface. by Martin Desruisseaux · 2 weeks ago
  36. d9303f1 Temporarily use "2.0" as the version number for methods that are deprecated in the `geoapi-3.1` branch but not yet on main. by Martin Desruisseaux · 2 weeks ago
  37. 00b4a72 Merge branch 'geoapi-3.1': reduce usage of `GeocentricCRS`, to be deprecated in GeoAPI 3.1. by Martin Desruisseaux · 2 weeks ago
  38. 798a145 Merge branch 'geoapi-4.0' into geoapi-3.1, but keep implementing the `GeocentricCRS` interface even if deprecated. by Martin Desruisseaux · 3 weeks ago
  39. 247d4bb Update for change in GeoAPI 4.0: deprecated `GeocentricCRS` interface is removed. by Martin Desruisseaux · 3 weeks ago
  40. 2c90ee9 Merge branch 'geoapi-3.1'. by Martin Desruisseaux · 3 weeks ago
  41. f0d4a25 Merge branch 'geoapi-4.0' into geoapi-3.1. by Martin Desruisseaux · 3 weeks ago
  42. 184ea54 Minor cleaning for a method which is no longer worth to define. by Martin Desruisseaux · 3 weeks ago
  43. 7ed0df7 As a consequence of the change in previous commit, remove the SIS-specific "dim" parameter in Geographic/Geocentric conversions. by Martin Desruisseaux · 3 weeks ago
  44. b362b47 Upgrade for the removal of `OperationMethod.getSourceDimensions()` and `getTargetDimensions()` methods from GeoAPI. by Martin Desruisseaux · 3 weeks ago
  45. d98b7a3 Merge branch 'geoapi-3.1'. by Martin Desruisseaux · 3 weeks ago
  46. 9696bd8 Merge branch 'geoapi-4.0' into geoapi-3.1. by Martin Desruisseaux · 3 weeks ago
  47. e5d010c Add a safety for parsing a CRS code as an HTTP URL when using the fallback factory. by Martin Desruisseaux · 3 weeks ago
  48. 9c72d89 Post-merge cleanup: edit documentation, remove unnecessary `@SuppressWarnings`. by Martin Desruisseaux · 3 weeks ago
  49. 65771ca Merge branch 'geoapi-3.1': automatic post-merge import reorganization. by Martin Desruisseaux · 3 weeks ago
  50. e111cc6 Post-merge automatic import reorganization. by Martin Desruisseaux · 3 weeks ago
  51. ecf5857 Post-merge automatic import reorganization. by Martin Desruisseaux · 3 weeks ago
  52. 3403855 Merge branch 'geoapi-3.1'. by Martin Desruisseaux · 3 weeks ago
  53. abe39d4 Merge branch 'geoapi-4.0' into geoapi-3.1. by Martin Desruisseaux · 3 weeks ago
  54. 938f775 Avoid usage of `getScope()` and `getDomainOfValidity()` methods, by Martin Desruisseaux · 4 weeks ago
  55. cb2e0de Fix an import order. by Martin Desruisseaux · 4 weeks ago
  56. 129054c Merge automatic import reorganization (for isolating the difference between branches). by Martin Desruisseaux · 4 weeks ago
  57. 72bf414 Merge automatic import reorganization. by Martin Desruisseaux · 4 weeks ago
  58. 770e730 Post-merge automatic import reorganization. by Martin Desruisseaux · 4 weeks ago
  59. a5db7e3 Merge branch 'geoapi-3.1'. by Martin Desruisseaux · 4 weeks ago
  60. f173cc0 Merge branch 'geoapi-4.0' into geoapi-3.1, but without the removal of deprecated interfaces and methods. by Martin Desruisseaux · 4 weeks ago
  61. c39f9ef Update for the removal of deprecated ImageDatum, ImageCRS and UserDefinedCS interfaces. by Martin Desruisseaux · 4 weeks ago
  62. cfb0e16 Post-merge cleanup. by Martin Desruisseaux · 4 weeks ago
  63. b35ebd4 Merge branch 'geoapi-3.1'. by Martin Desruisseaux · 4 weeks ago
  64. b86dbe8 Merge branch 'geoapi-4.0' into geoapi-3.1: by Martin Desruisseaux · 4 weeks ago
  65. 4ec3a9b Resolve a few warnings (not all) about the deprecated `VerticalDatumType` code list. by Martin Desruisseaux · 4 weeks ago
  66. 194ed45 Resolve deprecation warnings about `AuthorityFactory.getDescriptionText(String)`. by Martin Desruisseaux · 4 weeks ago
  67. eaa46cb Merge branch 'geoapi-3.1'. by Martin Desruisseaux · 4 weeks ago
  68. 9ca908d Merge branch 'geoapi-4.0' into geoapi-3.1: by Martin Desruisseaux · 4 weeks ago
  69. 57c421a Partial upgrade for ISO 19111:2019. This commit merely ensures that the code still compile. by Martin Desruisseaux · 4 weeks ago
  70. 0580fec Remove a few methods that can be provided as default GeoAPI methods. by Martin Desruisseaux · 7 weeks ago
  71. 93a19f3 Avoid unnecessary message for aborted tests. by Martin Desruisseaux · 7 weeks ago
  72. fdb650d Add a notice about Font-GIS licence: SIL Open Font License (OFL) version 1.1 by Martin Desruisseaux · 7 weeks ago
  73. 46ab59a Complete the renaming from `getOrdinate(int)` to `getCoordinate(int)` in a few missing places. by Martin Desruisseaux · 7 weeks ago
  74. 3990491 Merge branch 'geoapi-3.1': by Martin Desruisseaux · 7 weeks ago
  75. 969036a Merge branch 'geoapi-4.0' into geoapi-3.1. by Martin Desruisseaux · 7 weeks ago
  76. 925df3b Rename getOrdinate(int) as getCoordinate(int) for compliance with ISO 19111 terminology. by Martin Desruisseaux · 7 weeks ago
  77. 145b4a4 Add javafx Glyph and FontGIS dependency (work by Johann Sorel). by Martin Desruisseaux · 7 weeks ago
  78. 306866f English grammar fix: "split" is an irregular verb. by Martin Desruisseaux · 7 weeks ago
  79. 2466fc7 Merge branch 'geoapi-3.1' by Martin Desruisseaux · 7 weeks ago
  80. 9b511f4 Merge branch 'geoapi-4.0' into geoapi-3.1. by Martin Desruisseaux · 7 weeks ago
  81. 03ea47e Post-merge automatic import reorder. by Martin Desruisseaux · 7 weeks ago
  82. f636f75 Merge branch 'geoapi-3.1'. by Martin Desruisseaux · 7 weeks ago
  83. b8b49e9 Merge branch 'geoapi-4.0' into geoapi-3.1. by Martin Desruisseaux · 7 weeks ago
  84. dca5af8 Update for a change in the way that CodeList are constructed in GeoAPI. by Martin Desruisseaux · 7 weeks ago
  85. 09c131b Remove final from RenderingException, subclassing should be allowed by jsorel · 8 weeks ago
  86. 646a6e2 Add stateful present method on GraphicsPortrayer by jsorel · 8 weeks ago
  87. 106873e Add javadoc on Scene2D and StylePainter by jsorel · 8 weeks ago
  88. ff08b71 Add DPI parameter on GraphicsPortrayer by jsorel · 8 weeks ago
  89. 2b40ccf Merge branch 'geoapi-3.1'. https://issues.apache.org/jira/browse/SIS-596 by Martin Desruisseaux · 8 weeks ago
  90. 9048ae5 Merge branch 'geoapi-4.0' into geoapi-3.1. by Martin Desruisseaux · 8 weeks ago
  91. 069553e Apply to `org.apache.sis.feature` the same convention as in previous commits: by Martin Desruisseaux · 8 weeks ago
  92. d15f1f0 Apply to `org.apache.sis.referencing` the same convention as `org.apache.sis.metadata`: by Martin Desruisseaux · 8 weeks ago
  93. 67ad3e0 Apply to `org.apache.sis.metadata` the same convention as `org.apache.sis.util`: by Martin Desruisseaux · 8 weeks ago
  94. fa770b4 Rename the `org.apache.sis.util.internal` package as `org.apache.sis.util.privy`, by Martin Desruisseaux · 8 weeks ago
  95. 4150341 Merge branch 'geoapi-3.1' by Martin Desruisseaux · 8 weeks ago
  96. 6cbd4e4 Merge branch 'geoapi-4.0' into geoapi-3.1 by Martin Desruisseaux · 8 weeks ago
  97. a5633e7 Give more information to `SchemaModifier` for modifying a `GridCoverage` read from a GeoTIFF file. by Martin Desruisseaux · 8 weeks ago
  98. 9d2c7ec Remove a few unnecessary qualified exports. by Martin Desruisseaux · 8 weeks ago
  99. f118aac Change the way to import the CSS in the XHTML pages for IP review. by Martin Desruisseaux · 9 weeks ago
  100. 1e3b96a Documentation fixes and formatting. by Martin Desruisseaux · 9 weeks ago