asascience-open / restful-grids

Exploring modern RESTful services for gridded data
https://asascience.github.io/restful-grids/
MIT License
10 stars 3 forks source link

basic xpublish image api #5

Closed mpiannucci closed 2 years ago

mpiannucci commented 2 years ago

Adds a new /image api

http://localhost:9005/datasets/ww3/image?bbox=-72,40,-70,42&var=hs&width=1024&height=1024

mpiannucci commented 2 years ago

http://localhost:9005/datasets/ww3/image/?bbox=-75,35,-65,45&parameter=hs&width=1024&height=1024&cmap=jet

mpiannucci commented 2 years ago

Alright this is updated to now add an image_router module that returns a simple png image for for a requested bounding box. Ignores CRS issues for now and just forces to 432 AND ignores slicing by time for the moment. Shows example for resampling to use as a jumping off point for tiling on the fly