pygaarst icon indicating copy to clipboard operation
pygaarst copied to clipboard

Python geospatial analysis and remote sensing tools

Results 16 pygaarst issues
Sort by recently updated
recently updated
newest added

Hi, Just looking at using some Hyperion data at the moment and was having problems importing raster - everytime I tried to do so it failed at importing the pygaarst...

N_GEO_Ref nodes are empty when layers are embedded (no external georeference files). This leads to AttributeError: 'NoneType' object has no attribute 'nodeType' from xml.dom.minidom.

bug

Hi Chris, I'm hoping to be able to read landsat XML files associated with the landsat 8 surface reflectance product. I'm wondering if you have plans of incorporating this? Nice...

Change NBR and NDVI methods to use, by default, the reflectances of the respective bands. Leave the option to use DN. Maybe add option to use radiance?

enhancement

Trying to run the test suite using nose (https://nose.readthedocs.org/en/latest/index.html) but it cannot find the tests: `nosetests -m "test_*" -w tests/` Finally found how here: http://pytest.org/latest/nose.html `py.test` Of course, they all...

OGR is a pain to use to access features. Rewrite, including tests (expand).

enhancement

p3readiness: Use pytest-cov to get coverage up.

task

Get all code in shape for py3 readiness with pylint.

p3readiness: need to be able to test better. Make test data for: - Landsat - HDF5 - HDF4 SMALL files, with all the metadata.

task

In raster.py, NetCDF class with basic functionality: Data access, lat, long.

enhancement