]>
 
 
Wylark Mountaineering LLC - infoex-autowx.git/log 
 
 
 
 
 
 
 
summary  | 
shortlog  | log | 
commit  | 
commitdiff  | 
tree 
first ⋅ prev ⋅ next
 
Alexander Vasarab [Thu, 2 Jul 2020 18:20:11 +0000  (11:20 -0700)] 
 
Break out data fetching operations into routines 
 
Alexander Vasarab [Thu, 2 Jul 2020 18:02:52 +0000  (11:02 -0700)] 
 
First big stab at better structuring 
 
- Key parts of the program get their own, distinct subroutines 
- Struck version from opening docstring 
- Remove unused OrderedDict import 
- Capitalized 'LOG' global variable 
 
Alexander Vasarab [Wed, 1 Jul 2020 02:06:39 +0000  (19:06 -0700)] 
 
Touch up a few comments (typos, extraneous, etc.) 
 
Alexander Vasarab [Wed, 1 Jul 2020 01:43:09 +0000  (18:43 -0700)] 
 
Merge branch 'mesowest' 
 
Alexander Vasarab [Wed, 1 Jul 2020 01:40:49 +0000  (18:40 -0700)] 
 
A few more README changes 
 
Alexander Vasarab [Wed, 1 Jul 2020 01:32:19 +0000  (18:32 -0700)] 
 
Small tense fix 
 
Alexander Vasarab [Wed, 1 Jul 2020 01:28:09 +0000  (18:28 -0700)] 
 
Document new --log-level switch 
 
Alexander Vasarab [Wed, 1 Jul 2020 01:24:32 +0000  (18:24 -0700)] 
 
Add support for log level option 
 
Alexander Vasarab [Wed, 1 Jul 2020 01:07:52 +0000  (18:07 -0700)] 
 
Implement --version switch 
 
Alexander Vasarab [Wed, 1 Jul 2020 01:02:46 +0000  (18:02 -0700)] 
 
List supported measurements directly in README 
 
Alexander Vasarab [Wed, 1 Jul 2020 00:56:08 +0000  (17:56 -0700)] 
 
Some work on units 
 
- If units are specified as metric, then make sure InfoEx sees the right 
  unit as well 
- Override units for NRCS to imperial, for now 
 
Alexander Vasarab [Wed, 1 Jul 2020 00:56:01 +0000  (17:56 -0700)] 
 
Add 'future plans' to README 
 
Alexander Vasarab [Wed, 1 Jul 2020 00:55:41 +0000  (17:55 -0700)] 
 
Flesh out all available/supported measurements 
 
Alexander Vasarab [Wed, 1 Jul 2020 00:53:19 +0000  (17:53 -0700)] 
 
Make header capitalizations consistent in README 
 
Alexander Vasarab [Tue, 30 Jun 2020 22:55:55 +0000  (15:55 -0700)] 
 
Trying to always mention MesoWest with NRCS 
 
Alexander Vasarab [Tue, 30 Jun 2020 21:22:44 +0000  (14:22 -0700)] 
 
Fix another README inconsistency 
 
Alexander Vasarab [Tue, 30 Jun 2020 21:21:57 +0000  (14:21 -0700)] 
 
Small changes along with version bump 
 
Alexander Vasarab [Tue, 30 Jun 2020 21:04:03 +0000  (14:04 -0700)] 
 
Whoops, the license is in fact ISC 
 
ISC is very similar to MIT but with some extraneous language removed. 
 
Alexander Vasarab [Tue, 30 Jun 2020 21:03:52 +0000  (14:03 -0700)] 
 
More README updates 
 
Alexander Vasarab [Tue, 30 Jun 2020 20:56:52 +0000  (13:56 -0700)] 
 
More README cleanup 
 
Alexander Vasarab [Tue, 30 Jun 2020 20:49:49 +0000  (13:49 -0700)] 
 
Reduce configuration complexity 
 
This commit cleans up the configuration file format expectations. 
Whereas before there was separate [nrcs]/[mesowest] sections, there is 
now one [station] section. 
 
It also unifies the configuration options between the two in the config 
file, as well as the code. Much cleaner and simpler. 
 
Alexander Vasarab [Tue, 30 Jun 2020 20:45:25 +0000  (13:45 -0700)] 
 
Add configs/ dir to .gitignore 
 
Alexander Vasarab [Tue, 30 Jun 2020 20:31:02 +0000  (13:31 -0700)] 
 
Progress MesoWest portion of README 
 
Alexander Vasarab [Tue, 30 Jun 2020 20:21:30 +0000  (13:21 -0700)] 
 
Add MesoWest config example 
 
Alexander Vasarab [Tue, 30 Jun 2020 20:20:56 +0000  (13:20 -0700)] 
 
Implement MesoWest as a data source 
 
Alexander Vasarab [Tue, 30 Jun 2020 19:54:56 +0000  (12:54 -0700)] 
 
Add requests to requirements.txt 
 
Many Python installations will ship with this by default, but no harm in 
being explicit here. 
 
Alexander Vasarab [Tue, 30 Jun 2020 19:54:35 +0000  (12:54 -0700)] 
 
Get started on MesoWest README changes 
 
Alexander Vasarab [Tue, 30 Jun 2020 18:09:35 +0000  (11:09 -0700)] 
 
Add scratch/ to .gitconfig 
 
Alexander Vasarab [Tue, 30 Jun 2020 18:08:48 +0000  (11:08 -0700)] 
 
Update README with preliminary new version text 
 
Alexander Vasarab [Tue, 30 Jun 2020 18:03:08 +0000  (11:03 -0700)] 
 
Change around and rename some config parameters 
 
Alexander Vasarab [Tue, 30 Jun 2020 17:28:42 +0000  (10:28 -0700)] 
 
Rename example config 
 
Alexander Vasarab [Sat, 20 Jun 2020 21:32:01 +0000  (14:32 -0700)] 
 
Merge branch 'v1.0.0' 
 
Alexander Vasarab [Sat, 20 Jun 2020 21:11:25 +0000  (14:11 -0700)] 
 
Improve --dry-run behavior 
 
Now the working CSV file (csv_filename in the config file) gets deleted, 
reducing the trash that the program creates. 
 
Alexander Vasarab [Sat, 20 Jun 2020 21:02:58 +0000  (14:02 -0700)] 
 
Make README a proper markdown file 
 
Alexander Vasarab [Sat, 20 Jun 2020 04:36:19 +0000  (21:36 -0700)] 
 
Implement dry run functionality 
 
Alexander Vasarab [Sat, 20 Jun 2020 04:26:26 +0000  (21:26 -0700)] 
 
Uncomment FTP upload code 
 
Alexander Vasarab [Sat, 20 Jun 2020 02:37:44 +0000  (19:37 -0700)] 
 
MIT -> ISC 
 
Alexander Vasarab [Wed, 17 Jun 2020 19:59:26 +0000  (12:59 -0700)] 
 
Update README with program invocation fixes 
 
Alexander Vasarab [Wed, 17 Jun 2020 19:54:38 +0000  (12:54 -0700)] 
 
Work towards 2020 idiomatic Python 
 
Alexander Vasarab [Wed, 17 Jun 2020 19:39:36 +0000  (12:39 -0700)] 
 
Minor change to program header 
 
Alexander Vasarab [Wed, 17 Jun 2020 19:37:27 +0000  (12:37 -0700)] 
 
Clean up, add, and refine some comments 
 
Alexander Vasarab [Wed, 17 Jun 2020 19:17:16 +0000  (12:17 -0700)] 
 
virtualenv -> venv 
 
Alexander Vasarab [Wed, 17 Jun 2020 19:12:42 +0000  (12:12 -0700)] 
 
Add requirements.txt for pip/virtualenv 
 
Alexander Vasarab [Wed, 17 Jun 2020 19:12:30 +0000  (12:12 -0700)] 
 
Add README and LICENSE 
 
Alexander Vasarab [Wed, 17 Jun 2020 19:12:19 +0000  (12:12 -0700)] 
 
Add .gitignore 
 
Alexander Vasarab [Wed, 17 Jun 2020 19:11:43 +0000  (12:11 -0700)] 
 
Remove all hard-coded values in example config 
 
Alexander Vasarab [Wed, 17 Jun 2020 14:29:27 +0000  (07:29 -0700)] 
 
Initial commit 
 
This contains a working version of the program from after the initial 
process of writing and testing it, and subsequently successfully 
importing data from NRCS into InfoEx. 
 
It also contains an example config file.