Hey Martin, This is great work! I like the idea of sorting by name. That seems to be the standard. I also like the idea of building out a search index of CRSs supported by SIS so that the user can search by full text, facet and MLT. Lucene and whoosh are two solid options for that.
Adam > On Jan 30, 2016, at 7:30 AM, Martin Desruisseaux > <[email protected]> wrote: > > Hello all > > I generated on the SIS staging site the list of Coordinate Reference > Systems from the EPSG database version 7.9: > > http://sis.staging.apache.org/book/tables/CoordinateReferenceSystems.html > > All CRS that do not have a red comment are supported by Apache SIS on > trunk. In the case of supported map projections, the text in the > "Remarks" column refers to this page, that I have also updated: > > http://sis.staging.apache.org/book/tables/CoordinateOperationMethods.html > > About the Coordinate Reference System table: it is base on EPSG database > 7.9, which is a few years old. I plan to upgrade to latest version (8.8) > before the end of February. I'm also considering to organize the web > page differently, maybe by sorting the CRS by name rather than code. Any > comment? > > Martin > >
