Skip to content
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

how can i apply Geotiff raster image on different map its in australia region need to apply in canada region like this similar raster image i had tried Qgis and other software to convert to .tiff format #7

Open
rohith231 opened this issue Sep 4, 2020 · 3 comments

Comments

@rohith231
Copy link

how can i apply Geotiff raster image on different map its in australia region need to apply in canada region like this similar raster image i had tried Qgis and other software to convert to .tiff format
https://github.com/stuartmatthews/leaflet-geotiff

@DanielJDufour
Copy link
Member

Hi, @rohith231 . Could you describe the image you are looking for? Is it "regular" satellite imagery, weather data, or something else? Could you share it? Also, could you share any code that you have tried?

@DanielJDufour
Copy link
Member

If you can't attach the files, feel free to email them to [email protected]

@rohith231
Copy link
Author

rohith231 commented Sep 4, 2020

Hi Daniel , Thank u for the reply

Basically i need to create a raster image for the country canada like the below screenshot image which i had attached it is for australia region .How can i create a raster image for canada or any other country and apply it on map tried so many times to create a raster image by taking map screenshot & converting to .tiff format but still it does not worked .

Can u create the below Geo.png image to raster colored format to .tiff and Load it on map here: http://app.geotiff.io/
I need to create the same raster colored image and load it to another country location
tried so many but the image is not loading properly here in this site http://app.geotiff.io/
If the raster image loads in the above link i can apply to my code and load the raster image

This is the code which i had refered: https://github.com/stuartmatthews/leaflet-geotiff
this is the code what i applied
const windSpeedUrl = "https://stuartmatthews.github.io/leaflet-geotiff/tif/wind_speed.tif";
const windSpeedOptions = {
band: 0,
displayMin: 0,
displayMax: 30,
name: "Wind speed",
colorScale: "rainbow",
clampLow: false,
clampHigh: true,
vector:true
};

const windDirectionUrl = "https://stuartmatthews.github.io/leaflet-geotiff/tif/wind_direction.tif";
const windDirectionOptions = {
  band: 0,
  name: "Wind direction",
  arrowSize: 40
};

ras
Geo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants