0
I Use This!
Inactive

Commits : Listings

Analyzed 21 days ago. based on code collected 21 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added license metadata to setup.py
joferkington
as Joe Kington
More... almost 15 years ago
Updated (the very out of date) setup.py to include new files.
joferkington
as Joe Kington
More... almost 15 years ago
Removed a debugging "print" left in by mistake
joferkington
as Joe Kington
More... almost 15 years ago
Clarifications in the docstring of utilities.extractWindow
joferkington
as Joe Kington
More... almost 15 years ago
Bugfixes in horizon writing
joferkington
as Joe Kington
More... almost 15 years ago
Added full write support for horizons!
joferkington
as Joe Kington
More... almost 15 years ago
Comment clarifications
joferkington
as Joe Kington
More... almost 15 years ago
Added ruidmentary write support for horizons
joferkington
as Joe Kington
More... almost 15 years ago
Added horizon.surface and horizon.lines attributes. They now properly interact with horizon.data, as well.
joferkington
as Joe Kington
More... almost 15 years ago
Fixed bug in utilities.extractWindow when the horizon was larger than the volume. (and, unfortunately, some other changes that went into this commit instead of being seperated out)
joferkington
as Joe Kington
More... almost 15 years ago
Made horizon raise a ValueError when a horizon file contains 0 points
joferkington
as Joe Kington
More... almost 15 years ago
Added option for utilities.extractWindow to return a masked array (no change in default behavior)
joferkington
as Joe Kington
More... almost 15 years ago
Clarifications in comments
joferkington
as Joe Kington
More... almost 15 years ago
Merged in changes in utilities and from main branch
joferkington
as Joe Kington
More... almost 15 years ago
Moved functions that were imported by other local files from utilities.py to common.py. Note that they should still be available in the geoprobe.utilities namespace.
joferkington
as Joe Kington
More... almost 15 years ago
Merged in changes in utilities and from main branch
joferkington
as Joe Kington
More... almost 15 years ago
Added caching of horizon.gird back in... Was stupid to remove it..
joferkington
as Joe Kington
More... almost 15 years ago
Made horizon.toGeotiff compatible with the new (masked array) horizon.grid
joferkington
as Joe Kington
More... almost 15 years ago
Fixed bug in utilities.extractWindow, was returning a 3D array regardless of window size. Now returns a 2D array when window size is 0.
joferkington
as Joe Kington
More... almost 15 years ago
Fixed stupid typo in utilities.extractWindow
joferkington
as Joe Kington
More... almost 15 years ago
Changes to utilities.extractWindow necessary due to changing horizon.grid to a masked array
joferkington
as Joe Kington
More... almost 15 years ago
Clarifications in comments
joferkington
as Joe Kington
More... almost 15 years ago
Switched horizon.grid to a masked array and removed caching of horizon.grid.
joferkington
as Joe Kington
More... almost 15 years ago
Big speedup for horizon.grid!
joferkington
as Joe Kington
More... almost 15 years ago
Added rudimentary write support for horizons
joferkington
as Joe Kington
More... almost 15 years ago
More merging cleanup
joferkington
as Joe Kington
More... almost 15 years ago
Fixed some stuff I missed when merging
joferkington
as Joe Kington
More... almost 15 years ago
Merged changes from working branch
joferkington
as Joe Kington
More... almost 15 years ago
Turns out the whole @StaticCache thing was a bad idea. Went back to try: except: blocks everywhere
joferkington
as Joe Kington
More... almost 15 years ago
HorizonFile.read should not be named "read". Changed to HorizonFile.readAll
joferkington
as Joe Kington
More... almost 15 years ago