fulgurite icon indicating copy to clipboard operation
fulgurite copied to clipboard

A library to read and write GeoTIFF images using Apache Spark

Results 13 fulgurite issues
Sort by recently updated
recently updated
newest added

Extra tag fields added to make the image work and some tags changed to improve the image output

Currently, it is not possible to overwrite files when using the Fulgurite code. A new feature which would improve the versatility of the code would be the ability for an...

enhancement
help wanted

I have a geotif created by QGIS and viewable with it that does not return any thing but zeros when opening with fulgurite File can be found on the catapult...

It would be good to be able to read an asc file. There should also be an example

enhancement
big feature

Currently we use an internal cli parser in the examples. Its a bit of a hack and not great. It would be nice to switch to a cli parser provided...

enhancement
help wanted

The industry seems to be settling on COG GeoTIFF as something of a standard. We should make sure we can read and write this format. Probably the write part of...

A lot of algorithms need the pixels next to them to perform calculations. A partition scheme that makes sure near by pixels are in the same partition might be help...

enhancement

A similar file format to GeoTIFF has the metadata in a separate file to the data. Otherwise the file format is quite similar. We should add support for this format.

enhancement
big feature

A lot of Geo-spatial scientists use Python. We should provide a python interface to use the library. This might need to build on top of the Data frames.

big feature

It might be useful and faster to provide a data frame interface. Investigation will be needed to work out the best way to represent this.

big feature