We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When i create a georaster using:
const parseGeoraster = require("georaster"); const values = [ [ [0, 1, 2], [0, 0, 0], [2, 1, 1] ] ]; const noDataValue = 3; const projection = 4326; const xmin = -40; const ymax = 14; const pixelWidth = 0.00001; const pixelHeight = 0.00001; const metadata = { noDataValue, projection, xmin, ymax, pixelWidth, pixelHeight }; const georaster = parseGeoraster(values, metadata);
and then use the result with geoblaze:
geoblaze.max(georaster);
i have this error:
[geoblaze] error in get.module.js
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When i create a georaster using:
and then use the result with geoblaze:
geoblaze.max(georaster);
i have this error:
[geoblaze] error in get.module.js
The text was updated successfully, but these errors were encountered: