brandonmayer-zz / sci-wms

SCI-WMS: A Python WMS service for geospatial gridded data (Only triangular unstructured meshes and logically rectangular grids officially supported at this time)
http://asascience-open.github.io/sci-wms
GNU General Public License v3.0
1 stars 0 forks source link

Projection Factory #21

Open brandonmayer-zz opened 10 years ago

brandonmayer-zz commented 10 years ago

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.