-
-
Notifications
You must be signed in to change notification settings - Fork 320
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
[Bug] Replace wms server in r.out.vtk example #4844
Comments
"I'm trying to replace a dead WMS server in a GRASS GIS example. The options I have are: Geographic (EPSG:4326) |
sir @echoix , |
I would consider the EPSG:3857 (web Mercator) more general purpose, as it would look nice pretty much everywhere, that's why it's used in stuff like Google maps, even though it isn't a great choice for official usages due to its limitations. Geographic too applies everywhere, but doesn't look as nice, as plotting the geographic coordinates (lat long) directly makes a distorted map. Antarctic Polar Stereographic would probably be a good choice only for the region it applies to. |
Since I have no idea what the example looked like before with the working server, I think that if you choose an interesting one and location, and doing the screenshots with it and adapting the example for it, it would be fine. We'll let others here double check it was used properly and shows the correct usages of the module before merging. |
Sorry for the delayed response—I had exams at my college and couldn't get back sooner. 3]Export Data to VTK Format: I also incorporated Please suggest if there are any specific adjustments or additional features you'd like me to implement to enhance the example further |
|
Set the regiong.region n=4926990 s=4914840 w=591570 e=607800 res=30 -p Using r.in.wms to create RGB data to get a satellite coverager.in.wms layers=global_mosaic mapserver=https://gibs.earthdata.nasa.gov/wms/epsg4326/best Export the data to VTKr.out.vtk rgbmaps=wms_global_mosaic.red,wms_global_mosaic.green,wms_global_mosaic.blue Visualize in Paraview or other VTK viewer:paraview --data=/tmp/out.vtk To replace the WMS server in the r.in.wms example within the code snippet, you can substitute the mapserver URL with a different valid WMS server URL. For instance, you can use a server like NASA's GIBS (Global Imagery Browse Services) or any other relevant WMS server that provides data for your use case. |
Describe the bug
The example here uses a dead WMS server.
grass/raster/r.out.vtk/r.out.vtk.html
Lines 95 to 109 in 5e27d1a
Expected behavior
Docs replaced with a working example.
I think the closest I got to the current web servers are listed here https://nasa-gibs.github.io/gibs-api-docs/access-basics/#ogc-web-map-service-wms
Other
Other links:
https://www.earthdata.nasa.gov/engage/open-data-services-software/earthdata-developer-portal/gibs-api
https://neo.gsfc.nasa.gov/about/wms.php
https://web.archive.org/web/20090703225229/http://wms.jpl.nasa.gov/wms.cgi
The text was updated successfully, but these errors were encountered: