ERDDAP / erddap

ERDDAP is a scientific data server that gives users a simple, consistent way to download subsets of gridded and tabular scientific datasets in common file formats and make graphs and maps. ERDDAP is a Free and Open Source (Apache and Apache-like) Java Servlet from NOAA NMFS SWFSC Environmental Research Division (ERD).
Creative Commons Zero v1.0 Universal
84 stars 58 forks source link

Add aspect ratio as a parameter for image requests #163

Open ChrisJohnNOAA opened 3 months ago

ChrisJohnNOAA commented 3 months ago

&.yRange=min|max|ascending|scale|aspect

aspect would be a decimal between 0.01 and 100

originally requested in email by John Kerfoot.

I believe this requires modifying EDDGrid and EDDTable saveAsImage method (in both) to parse the new value.