Raphael

Results 19 comments of Raphael

I would very much like this. Some languages like Rust are straight up [not supported](https://github.com/zealdocs/zeal/issues/1195) on the current release. I was hoping for at least a minor bugfix release so...

Very much in support of this! What would be needed? Board and platform definition?

I added support for reading out and parsong the `geokey dir` and the additonal tags. Currently I think it would be enough to either just return a hashmap with the...

@Farkal How far are you with your implementation of geotiff support? Maybe we can work together on some of this?

> I have create my own little lib here that just read the geo tags i need https://github.com/Farkal/rust_geotiff Ah and is this based on the [georust/geotiff](https://github.com/georust/geotiff) repo?

> Yeah but i didn't implement the function getting pixel value because it doesn't fit my use cases > > The issues is the use cases, currently i use cloud...

> Ok so i think you should list you use cases here or you can open a new issue in my lib and we could try to define a common...

I don't care about elevation data (and my data doesn't contain that) but for a given coordinate in [raster space](http://geotiff.maptools.org/spec/geotiff2.5.html#2.5.2) [X,Y] I need to know the coordinates in [model space](http://geotiff.maptools.org/spec/geotiff2.5.html#2.5.3)....

>I suppose you need to be able to read any projection (what is the mars projection?). Nope, at this point all my data uses equidistant cylindrical projection. > Do you...

Sorry, needed to take a break. > Ok currently i hardcoded my proj resolutions and i also force the geotiff grid to match mercator because i didn't want to have...