Calculating lat/long coordinates from DLS (Dominion Land Survey) Location
Hiking & ActivitiesHow do you read DLS coordinates? Under the DLS, land is designated as being west of the 1st, 2nd, 3rd, 4th, 5th, and 6th Meridians (W1, W2, W3, W4, W5, and W6) or east of the 1st and 2nd Meridians (E1 and E2). Between meridians are six-mile-wide columns called Ranges. How do you find lat
Data Driven Pages- Can i grey out non-zoomed to layers of each page?
Hiking & ActivitiesHow to hide features in data driven pages so only the feature of interest is visible? How To: Hide features in Data Driven Pages so only the feature of interest is visible On the View menu, select Layout View. Turn on the Data Driven Pages toolbar if needed. Select the Enable Data Driven Pages option
Finding list of points near current long/lat using PostGIS?
Hiking & ActivitiesHow to find nearest location using latitude and longitude in postgresql? CREATE EXTENSION postgis; CREATE TABLE foo ( geog geography; ); CREATE INDEX ON foo USING gist(geog); INSERT INTO foo (geog) VALUES (ST_MakePoint(x,y)); Now when you need to query it, you can use KNN ( ) which will actually do this on an index. SELECT
Where to download high resolution maps or layers for Greece?
Hiking & ActivitiesWhere can I get high resolution maps? 1. Google Earth – Free access to high resolution imagery (satellite and aerial) Which map has the highest resolution? The Reference Elevation Model of Antarctica (REMA) map has a resolution more than 100 times sharper than previous representations. How do I download high resolution satellite images from Google
How to convert QGIS 2.x composer templates to QGIS 3.x layouts templates?
Hiking & ActivitiesHow do I import a template into QGIS? Quote from video: And i just drop it in like so close it close the layout manager go to project layout manager and open it again and you can see now if i go here my version 2 layout has been loaded. How do I create a
Supervised classification with only one class with Google Earth Engine
Hiking & ActivitiesHow do you do supervised classification in Google Earth Engine? Supervised Classification Collect training data. Instantiate a classifier. Train the classifier using the training data. Classify an image or feature collection. Estimate classification error with independent validation data. What is supervised classification in remote sensing? Supervised classification is the technique most often used for the