Emily Selwood
Emily Selwood
We have a use case where it would be useful to be able to pull out the ground track of a satellite into a gis platform (E.G qgis, esri) The...
When posting to twitter it automatically adds rounded corners to gifs and images. When a generator has a border that runs right up to the edges it is cut off...
It would be good to be able to read an asc file. There should also be an example
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...
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...
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.
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.
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.
It would be really useful to have a build in maven central so that we can deploy this easier.