Useful tips for everyday
How to convert EPSG 4326 to UTM in PostGIS? I would like to convert from EPSG:4326 to UTM (30N/EPSG:32630 or 29N/EPSG:32629) in PostGIS. I do…
How to convert UTM coordinates to shapefile? Click on Layers ‣ Add Delimited Text Layer. In the Create a Layer from a Delimited Text File…
How to map the area over a featurecollection? // Map the area getting function over the FeatureCollection. // Print the first feature from the collection…
How do you align rasters in Arcmap? Procedure Open the Clip tool. In the Clip tool dialog box, click the Environments button. In the Environments…
How to plot data points on a map with R? Simple plot of data points. The geom_point function plots points on the base map plot.…
How to calculate slope in degrees in GDAL? To calculate slope in degrees, I used the following command: gdaldem slope DTM.tif slope1.tif In this command,…
How do people get ideas for games? The best way to get really good ideas — ideas that will become great games — is to…
Is JavaScript useful for game development? JavaScript can be used to make games using a variety of platforms and tools. Both 2d and 3d libraries…
How are tile caches used in web maps? Tile caches are sets of tiles (images) generated from a map, a raster or mosaic dataset, or…
Can you use 3DS Max models in unity? in this project, you will learn the asset pipeline from Unity to 3DS Max. You will work…