-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unknown output message from terralib #2330
Comments
That seems an exception em Proj: |
The error message raises when terralib is not identifying the projection. The method on terralib that the error happens: te::rst::Grid* te::gdal::GetGrid(GDALDataset* gds, const int multiResLevel)
...
const char* projRef = gds->GetProjectionRef(); // <-- right here
... Comming from: std::unique_ptr<te::da::DataSetType> te::gdal::Transactor::getType(const std::string& dsfullname) An example of the return of
A valid one:
A temporary solution is to reproject data. |
TerraLib is outputting too many messages, mainly when handling tif.
It seems the messages come from Proj4 3rdparty:
The text was updated successfully, but these errors were encountered: