utilities icon indicating copy to clipboard operation
utilities copied to clipboard

Packages intended to assist in the preprocessing of SpaceNet satellite imagery data corpus to a format that is consumable by machine learning algorithms.

Results 30 utilities issues
Sort by recently updated
recently updated
newest added

After running the command: `aws s3 cp s3://spacenet-dataset/AOI_2_Vegas/srcData/rasterData/AOI_2_Vegas_MUL_Cloud.tif .` An error is returned : `fatal error: An error occurred (403) when calling the HeadObject operation: Forbidden` I'm able to download...

Hi, I followed the instructions in README and ran the following command: python spacenetutilities/scripts/createDataSpaceNet.py /home/yuankunhao/datasets/spacenet/AOI_4_Shanghai_Train --srcImageryDirectory RGB-PanSharpen --outputDirectory /home/yuankunhao/datasets/spacenet/AOI_4_Shanghai_Train/annotations --annotationType PASCALVOC2012 --convertTo8Bit --imgSizePix 400 The traceback is like this: `fullpathImageDirectory...

Specific line: https://github.com/SpaceNetChallenge/utilities/blob/spacenetV3/spacenetutilities/labeltools/coreLabelTools.py#L236

Status: In Progress
Type: Maintenance
Priority: Low
Difficulty: Easy

I am using Ubuntu 16.04 and v3 of this project. When running the utilities package with python 3 (default version when installing python on Ubuntu is 3.6.7), I get the...

Type: Question

Status: In Progress
Priority: High
Type: Documentation
Difficulty: Easy

# Write docstrings for all functions We need to begin writing docstrings for all of the functions in the package. __Important components__: - Single-line (

Status: Available
Priority: High
Type: Documentation
Difficulty: Medium

Fairly self-explanatory: https://www.python.org/dev/peps/pep-0008/

Status: On Hold
Type: Maintenance
Priority: Low
Difficulty: Easy

some packages call ```import geoTools ``` when they need to call ``` from spacenetutilities import geoTools ``` - [ ] Ensure each package will import. - [ ] Update pytest...

Type: Bug
Priority: High
Difficulty: Easy

# Update README.md We need to read through the README carefully and see what is deprecated going from the "old" master to v3/dev. For example, the paths to some of...

Status: Available
Type: Maintenance
Priority: High
Difficulty: Easy

_copied from [scikit-image's CONTRIBUTING.txt](https://github.com/scikit-image/scikit-image/blob/master/CONTRIBUTING.txt):_ Deprecation cycle If the behavior of the library has to be changed, a deprecation cycle must be followed to warn users. a deprecation cycle is not...

Status: Unassigned
Type: Maintenance
Priority: Low
Difficulty: Easy