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

Replace ArchGDAL dep with Proj.jl instead #42

Merged
merged 1 commit into from
Oct 9, 2024
Merged

Conversation

BenCurran98
Copy link
Collaborator

@BenCurran98 BenCurran98 commented Oct 8, 2024

Remove Large Dependency ArchGDAL.jl

Issue : #37

Description

This is to replace the dependence on ArchGDAL.jl (which is a very large package with alot of artifacts to load) with the smaller Proj.jl.
Since we only need this for unit conversion, I've modified the way we extract PROJ strings from OGC WKT VLR's to use Proj.jl's functionality, keeping everything else the same.

Types of Changes

  • Configuration change
  • Refactor/improvements

Review

List of tasks the reviewer must do to review the PR

  • Tests
  • Documentation
  • CHANGELOG

Signed-off-by: BenCurran98 <b.curran@fugro.com>
@BenCurran98 BenCurran98 merged commit e8467a1 into main Oct 9, 2024
10 checks passed
@BenCurran98 BenCurran98 deleted the RemoveArchGDAL branch October 9, 2024 00:00
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

Successfully merging this pull request may close these issues.

5 participants