SCI-WMS: A Python WMS service for geospatial gridded data (Only triangular unstructured meshes and logically rectangular grids officially supported at this time)
sci-wms was set up to support arbitrary projections but isn't implemented to do so. The original code hard-codes mercator projections. Add function to support arbitrary projections through "crs" or "srs" get request parameter using pyproj.
sci-wms was set up to support arbitrary projections but isn't implemented to do so. The original code hard-codes mercator projections. Add function to support arbitrary projections through "crs" or "srs" get request parameter using pyproj.