Add MDB driver support to GDAL#8614
Merged
adamjstewart merged 1 commit intospack:developfrom Aug 29, 2018
Merged
Conversation
adamjstewart
commented
Jun 29, 2018
| depends_on('kealib', when='+kea @2:') | ||
| depends_on('netcdf', when='+netcdf') | ||
| depends_on('[email protected]', patches=patch('uuid.patch'), when='+jasper') | ||
| depends_on('[email protected]', patches='uuid.patch', when='+jasper') |
adamjstewart
commented
Jun 29, 2018
| from spack import * | ||
|
|
||
|
|
||
| class CommonsLang3(Package): |
Member
Author
There was a problem hiding this comment.
Yes, this should be a separate package from commons-lang. From the homepage:
Note that Lang 3.0 (and subsequent versions) use a different package (org.apache.commons.lang3) than the previous versions (org.apache.commons.lang), allowing it to be used at the same time as an earlier version.
Member
Author
|
P.S. Many of these packages can be built from source, and may run faster when compiled natively as opposed to using bytecode. For now, as discussed in #4386, simply copying the |
6 tasks
Merged
4df444d to
ff4d430
Compare
ptbremer
pushed a commit
to ptbremer/spack
that referenced
this pull request
Aug 31, 2018
anderson2981
pushed a commit
to anderson2981/spack
that referenced
this pull request
Sep 7, 2018
ptbremer
pushed a commit
to ptbremer/spack
that referenced
this pull request
Oct 12, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I had an old Microsoft Access Database file that I wanted to use, but QGIS doesn't support
.mdbfiles. Apparently ArcGIS does, but ArcGIS doesn't support macOS/Linux. This driver allowed me to useogr2ogrto convert it to a shapefile.GDAL also supports MDB Tools for this purpose, but it sounds like MDB Tools has been unmaintained for quite some time.
Depends on #8613.
@michaelkuhn @neilflood @citibeth may be interested in this.