Grigory
Grigory
The story is that lots of projections (i.e. LandsatProjection) require some love as well as the entire project code (actually we're an open source project, you can help us). We...
@paulushub are you sure that all projections use `spherical, one_es, rone_es, totalScale, totalFalseEasting, totalFalseNorthing`? For instance Landsat uses none of these parameters => that is why the lack of this...
Also I appreciate a lot all the issues created, thank you!
I would like even to get rid of the init method tbh.
I think at this point Proj4j doesn't support `Z` coords at all. Right now it has a non used `Z` ordinate and probably some day it would be implemented. Actually...
The state is broken and the inverse projection doesn't work.
It is an a way to define `default` methods here. Usually it is overloaded in some child class, for example like it is done in a [WebMercator](https://github.com/locationtech/proj4j/blob/ae6e1f3c09ec1604ac5c11ed2e5cacb10b2be944/src/main/java/org/locationtech/proj4j/proj/MercatorProjection.java#L65) class.
Hi Andriy, Thanks for replying that fast! The use case is in building an index for the parquet file of geometries and persisting it, so we are not rebuilding it...
Hey @SrinivasRIL what's the status if this issue?
Hey @zacharyDez, that is a comment that reminds us (me in particular) that there are some differences in math between `GeoTiffRasterSource` and `GDALRasterSource` operations (`reprojection` and `resample`). The issue here...