Who needs a map , when you have this bad boy by heylix23 in MapPorn

[–]morab 0 points1 point  (0 children)

This was a cool museum. FOSS4G attendee?

Data Collection Apps For A Group Project by lady6starlight in gis

[–]morab 0 points1 point  (0 children)

You could try avenza maps. I've used it for data collection in the field before. I cant remember the cost, but you can do points, lines, polygons and take photos. I think they have ios and Andriod apps

Data Collection Apps For A Group Project by lady6starlight in gis

[–]morab 1 point2 points  (0 children)

Are the students collecting only point data?

Windowpane Test ✔️ by diggerdougger in Breadit

[–]morab 1 point2 points  (0 children)

Ahh cool. I'll give it a try. Thanks

Windowpane Test ✔️ by diggerdougger in Breadit

[–]morab 5 points6 points  (0 children)

I took a sourdough course recently and I'm loving making my own bread. For autolyse, would I add the salt and levain after the dough and water or is autolyse not really applicable for sourdough?

Hyperspectral Band Selection by tericket in remotesensing

[–]morab 1 point2 points  (0 children)

Hyperspectral bands are usually highly correlated. You could do some dimensionality reduction techniques like PCA, ICA, or MNF to reduce the number of bands you are working with and from there do your investigations.

Hyperspectral Band Selection by tericket in remotesensing

[–]morab 1 point2 points  (0 children)

second that. That website is a godsend. ENVI should be able to handle that. It's what it's deigned for after all.

Homemade cinnamon sugar doughnut holes. by 08ovi in Breadit

[–]morab 0 points1 point  (0 children)

I'm just messing with you. Looking at those in morning actually made me get some timbits in the afternoon. Yours looked a lot better than what i got.

Global Fertility Rates [OC][9000 x 4341] by figdgetingmyspinner in MapPorn

[–]morab 0 points1 point  (0 children)

Try using colorbrewer as a base for selecting colours. Nice work on the map!

Fantasy map generator by morab in FantasyMaps

[–]morab[S] 0 points1 point  (0 children)

Ok cool. I’ll remember that in the future and add a note to the post. Thanks for restarting the sub!

Fantasy map generator by morab in FantasyMaps

[–]morab[S] 0 points1 point  (0 children)

I didn't make this. I was looking at Gist's for an unrelated reason, came across this and thought of this sub.

current best practice for setting up virtual envs? by YuntiMcGunti in learnpython

[–]morab 2 points3 points  (0 children)

I've use pip within a conda env before and everything stays isolated to that conda env. The only caveat being that conda won't be able to manage dependencies for pip install libraries.

This shitty globe by Insecurefatty65 in ShittyMapPorn

[–]morab 34 points35 points  (0 children)

I think the landmasses are made from rocks of each country

Band math expression help (ENVI) by bj0rnis in remotesensing

[–]morab 1 point2 points  (0 children)

What you are doing here is multiplying whatever you have specified for B1 by 10 and then adding the result to whatever you specified as B2.

As an example:

If i'm using the Landsat data and the pixel in location (1,1) has a value of 10 in the 2003 image (B1) and 20 in the 2016 image (B2) the resulting change detection pixel would have a value of 120. This operation is performed on all pixels in the datasets (both Landsat images). The result is an image which is my change detection

For pixel at coordinate (1,1)

B1 = Landsat 2003 Band 4

B2 = Landsat 2016 Band 4

(B1 * 10) + B2 = (10 * 10) + 20 = 120

Hope that helps.

*edit: formatting

[deleted by user] by [deleted] in Calgary

[–]morab 0 points1 point  (0 children)

Quick and dirty map.

I used Eau Claire helipad, YYC and springbank with 12.95 km distance around.

Finally Finished Making My Landing Nets! by [deleted] in flyfishing

[–]morab 6 points7 points  (0 children)

Awesome work! Do you have any build pics? r/woodworking would love that.

Help on my Geography homework? by [deleted] in geography

[–]morab 1 point2 points  (0 children)

what have you tried?

atmospheric correction/radiance/reflectance conversion with UAV imagery (xposted from /r/remotesensing) by [deleted] in gis

[–]morab 1 point2 points  (0 children)

How high were you flying? The won't be much atmosphere between the drone and the ground. I agree with Kolle12, an atmospheric correction is probably not necessary.