0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
May 05, 2023 — May 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #11 from CrustyQuarrier/master More... almost 8 years ago
ccdc_v05.01 - updated to read matlab-required BIP input files. Totally reworked to enable multiple inputs via parameter specification. - bug fix uncovered by htollerud stdin tests. - fixed bug in tifs image read loop checking for cfmask index - moved all defines to define.h from .c files - moved read_stdin, read_tifs, and read_bip to input.c from main.c - earnest attempt at code comments. - fixed bug in convert_year_doy_to_jday_from_0000 which had previously been adding doy to each year, instead of only to last/acquisition year. - standardized reporting of all percentages as NN.nn. - moved sub_string function from main.c to utilities.c - removed: misc.c:const char scene_list_fname[] = {"scene_list.txt"}; More... almost 8 years ago
ccdc_v05.00 - Merge with latest algorithm updates from sguo and zhezhu. - Adjusted stdin to be associated with in-path argument, instead of scene-list-file argument. updated usage messages for clarity also. - Updated argument parsing to be optional for --in-path --out-path --scene-list-file --data-type - Changed the argument to make.sh to be flexible. More... about 8 years ago
Merge pull request #9 from CrustyQuarrier/master
oubiwann
as Duncan McGreggor
More... about 8 years ago
ccdc_v05.00 - Merge with latest algorithm updates from sguo and zhezhu - Numerous bug fixes to transposed loop indexed, array indexes, etc. - Additional usage messages and in-line documentation - BIP file format reading delayed until v05.01 More... about 8 years ago
Merge pull request #8 from CrustyQuarrier/master
oubiwann
as Duncan McGreggor
More... about 8 years ago
removed print of index values from stdout option. More... about 8 years ago
ccdc_v04.03 - Fixed a problem with debug reporting of number of inputs specified. - Implementation of stdout, and changed all other printfs and logging to be conditional, for non-stdout options only. - Elimination of check for 50% clear, per Zhe Zhu, based on use of ESPA/gridded inputs, instead of path/row inputs. This makes senes, because everything should be pixel-based, not scene based, so the check within the algorithm itself for "do we have enough pixels to make a determination" is all that is needed. - Per-pixel swath overlap filtering replaced per-scene filtering, by moving that logic down into the pixel read loop, doing the checking there and deciding whether to fill the surface reflectance buf and update the valid scene/pixel counters. This should be the version and capability for the 2/25/2016 prototype demonstration. However, this may become redundat with sguo future updates, which include a check for "unique" acquisition. - adjusted the stdin to accept what the API produces, as opposed to the initial test data used as stdin, but created by capturing regurgitated scene lists inputs. - adjusted the stdout to include only the numeric values, eliminating all the debug print labels, etc. - Various comments added, still more needed. More... about 8 years ago
Removed cache buster.
oubiwann
as Duncan McGreggor
More... about 8 years ago
Merge pull request #7 from CrustyQuarrier/master
oubiwann
as Duncan McGreggor
More... about 8 years ago
ccdc_v04.01 - Fixed a problem with debug reporting of number of inputs specified. More... about 8 years ago
Merge pull request #6 from CrustyQuarrier/master
oubiwann
as Duncan McGreggor
More... about 8 years ago
cdc_v04.01 - Implementation of stdout, and changed all other printfs and logging to be conditional, for non-stdout options only. More... about 8 years ago
ccdc_v04.00 - Added make.sh for local environment-specific make example. - Added capability to read stream of pixels from stdin - Added option for writing to stdout, but needs implementation details finalized, and changing of all other debug and verbose printfs. - Implemented swath overlap filtering after sort_scene_list. However, this should be on a per-pixel basis and not per-scene. - Moved and cleaned up numerous pointer allocations, some are needed only for stdin I/O section, some only for scenelist i/O section, but most for one or the other AND the subsequent ccdc algorithm portion. Resolved alloc and free associations. - Addition of debug flag for things like printing out inputs for capture as output for subsequent stdin input. Replaces old convention of ifdef 0. - Various comments added, still more needed. More... about 8 years ago
Changed to use ccdc directly as the entry point.
oubiwann
as Duncan McGreggor
More... over 8 years ago
Removed lingering R files.
oubiwann
as Duncan McGreggor
More... over 8 years ago
Updated "More Information" section.
oubiwann
as Duncan McGreggor
More... over 8 years ago
Added more steps to install.
oubiwann
as Duncan McGreggor
More... over 8 years ago
Merge branch 'master' of usgs-github:USGS-EROS/lcmap-change-detection-c
oubiwann
as Duncan McGreggor
More... over 8 years ago
Added interactive bash targets for debian and ubuntu docker.
oubiwann
as Duncan McGreggor
More... over 8 years ago
Added link to docker dev wiki page.
oubiwann
as Duncan McGreggor
More... over 8 years ago
Added links to CCDC dev wiki page.
oubiwann
as Duncan McGreggor
More... over 8 years ago
Moved ccdc docker files from lcmap-dockerfiles to this repo.
oubiwann
as Duncan McGreggor
More... over 8 years ago
Removed period.
oubiwann
as Duncan McGreggor
More... over 8 years ago
Make the wiki link more prominent.
oubiwann
as Duncan McGreggor
More... over 8 years ago
Added WIP usage notes.
oubiwann
as Duncan McGreggor
More... over 8 years ago
Aaaaaaand, one more time.
oubiwann
as Duncan McGreggor
More... over 8 years ago
Another try?
oubiwann
as Duncan McGreggor
More... over 8 years ago
Another try at the wiki link ...
oubiwann
as Duncan McGreggor
More... over 8 years ago
Updated wiki link.
oubiwann
as Duncan McGreggor
More... over 8 years ago