Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Take vertical and temporal extent in account #5

Open
desruisseaux opened this issue Oct 14, 2019 · 1 comment
Open

Take vertical and temporal extent in account #5

desruisseaux opened this issue Oct 14, 2019 · 1 comment

Comments

@desruisseaux
Copy link
Collaborator

Task #4 allows the horizontal component of the area of interest to be given to PROJ when searching for a coordinate operation. However the vertical and temporal components are not yet given to PROJ. The use of vertical extent is pending the mapping of PROJ structure to javax.measure, and the use of temporal extent is pending the mapping of PROJ structure to java.time.

@desruisseaux desruisseaux self-assigned this Nov 29, 2019
@desruisseaux desruisseaux added this to the 1.0 milestone Nov 29, 2019
@desruisseaux desruisseaux removed their assignment Dec 3, 2019
@desruisseaux desruisseaux modified the milestones: 1.0, 2.0 Dec 3, 2019
@desruisseaux
Copy link
Collaborator Author

Deferred to GeoAPI 4.0 because extracting the start time / end time from TemporalPrimitive object require more of org.opengis.temporal than what is provided in GeoAPI 3.0.

Extracting of minimum and maximum height values become complicated if there is more than one VerticalExtent since we may have to perform coordinate transformations. Alternatively we can pass the array of VerticalExtent verbatim to PROJ, but this is a little bit complicated and maybe not worth since I'm not sure that current PROJ version uses the temporal extent in CoordinateOperationContext.

@desruisseaux desruisseaux removed this from the 2.0 milestone Dec 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant