Search found 22 matches

by ags-tolson
Wed Jan 23, 2019 4:59 pm
Forum: FAQ
Topic: Bulk download from GCS
Replies: 8
Views: 39296

Re: Bulk download from GCS

If you want to see what programmatic support for sentinel-2 in google storage might look like in a python context, here's how we built it into our software. We wrote a class that adds gs support to our existing architecture, in which each data source is a sort of 'driver': https://github.com/Applied...
by ags-tolson
Fri Oct 26, 2018 3:13 pm
Forum: Support
Topic: alignment & distortion issue for 2016 sentinel-2 assets
Replies: 2
Views: 4706

Re: alignment & distortion issue for 2016 sentinel-2 assets

Alright, thanks for being willing to support obselete formats (and for the news; we didn't know they were reprocessing, and our data archive for 2016 is all previously-fetched datastrips). I've sent you the datastrip SAFE zip you were looking for.
by ags-tolson
Thu Oct 25, 2018 8:11 pm
Forum: Support
Topic: alignment & distortion issue for 2016 sentinel-2 assets
Replies: 2
Views: 4706

alignment & distortion issue for 2016 sentinel-2 assets

We're having difficulties with 2016 sentinel-2 assets once again. There's a shifting of the pixels, maybe 5 to the north; I'm not sure how many scenes are affected. Here's a graphic showing the difference between 2016 and 2017. We looked at the original sentinel-2 jp2 file for band 2, and some other...
by ags-tolson
Wed Oct 10, 2018 7:51 pm
Forum: Support
Topic: non-zero exit status + traceback
Replies: 2
Views: 4965

Re: non-zero exit status + traceback

Hello again Quinten,

That did the trick. Thanks very much. Could I suggest adding a line or two to the manual? When I saw the star, I thought it meant that you could put other things there instead (eg rhow_443), but putting a literal star in the config file didn't occur to me.
by ags-tolson
Mon Oct 08, 2018 4:57 pm
Forum: Support
Topic: non-zero exit status + traceback
Replies: 2
Views: 4965

non-zero exit status + traceback

So I got an exit status of 65280 from acolite, and a traceback, but it still ran for 15 minutes & produced L2W and L2R netcdfs. Should I attempt to use the netcdfs in this case, or are they junk? My shell command: /acolite_py_linux/acolite --cli --nogfx --images=/archive/landsat/stage/procuIcDRg...
by ags-tolson
Wed Sep 26, 2018 6:45 pm
Forum: Support
Topic: Inputfile "not recognised" for landsat
Replies: 5
Views: 7630

Re: Inputfile "not recognised" for landsat

Sorry, I changed the links to public ones so now you should be able to see the code.

The new version works for me, thanks very much.
by ags-tolson
Mon Sep 24, 2018 2:07 pm
Forum: Support
Topic: Inputfile "not recognised" for landsat
Replies: 5
Views: 7630

Re: Inputfile "not recognised" for landsat

Wow, awesome, thanks for the quick turnaround on this issue. Could I offer you a suggestion while you're in there? In a couple places you do eg: try: metadata = pp.landsat.metadata_parse(bundle) data_type = "Landsat" if metadata['NEW_STYLE'] is False: print('Old style Landsat not yet confi...
by ags-tolson
Fri Sep 21, 2018 4:56 pm
Forum: Support
Topic: Inputfile "not recognised" for landsat
Replies: 5
Views: 7630

Inputfile "not recognised" for landsat

So I'm attempting to do a trial run of landsat processing for acolite, similarly to previously (fai, one scene, CLI). My config file is: l2w_parameters=fai output=/scratch/tolson/landsat-aco-trial/trial-out inputfile=/scratch/tolson/landsat-aco-trial/asset For the inputfile setting I tried it severa...
by ags-tolson
Wed Sep 19, 2018 6:37 pm
Forum: Support
Topic: development install process for acolite?
Replies: 8
Views: 9251

Re: development install process for acolite?

So for now we're going to table the dev environment question, since the new binary acolite release works for us (no sign of the degree-symbol weirdness).

I'm going to leave my branch up with the nascent edits to the README though, in case we want to come back to it.