Damien Ayers

Results 61 comments of Damien Ayers

Good catch Ariana! eg. ``` ows_ogc_bucket{le="0.005",query_layer="",query_request="",query_service="",query_version="",status=""} 0.0 ```

[arcpy_metadata](https://github.com/ucd-cws/arcpy_metadata) is a Python package that claims to be able to read and write ESRI compatible shapefile metadata. I haven't used it, and don't know if QGIS supports the same...

Yep, as Kirill says, it gets messy when storing heterogeneous data types with different parameters. It's in `output_products` to be closer to the data variables being produced, but mapping it...

> If you want to have the top level products discoverable via search engines, then perhaps this is only needed at certain levels. Perhaps the first level below /products/ could...

I haven't tested, but the ridiculously named `--skip-check` flag might enable this behaviour. :( ``` --skip-check Assume file exists when listing exact file rather than wildcard. ``` This could be...

That sounds like a good compromise, thank you Paul.

1) I hadn't realised we had products with different resolution bands. Since we do, this is definitely what we should use for this ASTER products. 2) We had originally specified...

Looking pretty good. I don't think the tests are being run though. I can see that `test_index_modis_lpdaac` is run, but nothing for aster. ![image](https://user-images.githubusercontent.com/108979/57055905-f081f180-6ce1-11e9-8c46-c23a18640b0c.png) Try moving the modis test script...