I have some grid data (2d array) that have some geospatial metadata associated with it. The boundaries are in the jts polygon with the coordinates WSG84 lon lat. A polygon is a rectangle but does not align (not a bounding rectangle).
I am trying to create a geotools CoordinateReferenceSystem object that describes this scope. I want to use CRS to repurpose coverage, but I also need to use CRS as-is, so skipping the CRS creation step is not worth it.
Rejected: How do you go from the polygon WSG84, dx, dy, nx, ny to the CoordinateReferenceSystem object that describes the grid using geotexts?
Thank you in advance
source
share