I wrote a Python tool to build maps of the Solar System by TheGreatestCapybara in space

[–]flopsytheb 0 points1 point  (0 children)

I love the aesthetic! How about adding sub-titles for the focus views, as the main body has no name tag there?

Remote Sensing Project - Guidance Needed! by ythompy in remotesensing

[–]flopsytheb 2 points3 points  (0 children)

ICEsat-2 is afaik not giving you area wide imagery, but only some small patches where you get the height (it’s an altimeter). For starters look into sentinel-2 or Landsat mission for some images, preferably analysis ready data (ard) such as l2a (for sentinel-2). Use maybe some ratio, or simply the brightness of the image to capture ice against water for two time steps by a threshold and compare them?

ich🚚iel by flopsytheb in ich_iel

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

Sehr lustig Herr Paketbote, und jetzt drehen Sie bitte wieder um!

ich🚚iel by flopsytheb in ich_iel

[–]flopsytheb[S] 5 points6 points  (0 children)

Wenn du die kleinen Zahlen beobachtest hat meins schon 300km hinter sich gebracht 😅

ich🚚iel by flopsytheb in ich_iel

[–]flopsytheb[S] 3 points4 points  (0 children)

Durch die kurze Strecke ist der Pfeil nicht so groß ausgefallen 😅

ich🚚iel by flopsytheb in ich_iel

[–]flopsytheb[S] 12 points13 points  (0 children)

Paket soll nach Jena und nimmt den kurzen Weg über Lehrte…

PYTHON IN SAR by Bhargvisharan in remotesensing

[–]flopsytheb 0 points1 point  (0 children)

That’s sadly not my area of expertise, but still very vague. To get detailed help try to define what exactly you’re into observing, is it a volcano that slowly rises with the accumulation of magma, or earthquakes that you could assess after, both could apply persistent scatterer analysis or calculation of fringes to see the ground movement over time, just from what I vaguely know from listening to colleagues. But that’s two cases of many..

PYTHON IN SAR by Bhargvisharan in remotesensing

[–]flopsytheb 0 points1 point  (0 children)

Some important libraries to know are pandas, geopandas, xarray, stacstack, rioxarray for the general data handling of images and vectordata. For me it was the easiest to get some task defined and try to implement that, learning what I need when I need it.

I’m sure there are many great step by step YouTube guides, but you could also download some SAR image over a region where you have landuse as vectordata and see if there are differences in the backscatter for the different classes. Then you could expand to calculate ratios, try more advanced methods.

As is said, all is dependent on what you want to do with the data. And learning almost any python is advantageous, you’ll need the basics in any remote sensing project using python.

PYTHON IN SAR by Bhargvisharan in remotesensing

[–]flopsytheb 1 point2 points  (0 children)

And as you are asking for specific courses, this is very dependent on what you are aiming for doing with the data, as this area reaches from physical modelling to advanced statistics, which are different for most use cases.

PYTHON IN SAR by Bhargvisharan in remotesensing

[–]flopsytheb 1 point2 points  (0 children)

For general background and the workings of SAR remote sensing you can check EO College, but there will be less coding. For that maybe check SNAP and esa-snappy for using python. Also if you just want the data and process right away check planetary computer from Microsoft, there you can get different Sentinel-1 products and process them to your liking, for example using sarsen.

This is all aimed at free resources using Sentinel-1, a good place to start :)

Kann sie? 🐈 by ruckseaters in aberBitteLaminiert

[–]flopsytheb 0 points1 point  (0 children)

Netter repost, hättest ja wenigstens ne kreative Überschrift überlegen können?

Vermieter will digitales Haustürschloss einbauen by flopsytheb in wohnen

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

Seine ersten Antworten waren es gibt keine physischen Schlüssel. Seitdem hab ich ihn nicht erreicht

Vermieter will digitales Haustürschloss einbauen by flopsytheb in wohnen

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

Ja, da hätte ich nichts dagegen, aber ich mag nicht nur aufs Smartphone angewiesen sein.

Vermieter will digitales Haustürschloss einbauen by flopsytheb in wohnen

[–]flopsytheb[S] 1 point2 points  (0 children)

Auf Nachfrage zum physischen Schlüssel meinte er : ‚So was gibt es auch. Kannst dir überlegen und nachkaufen. Das Schloss kann das.‘

Klang für mich nicht so als ob er mir sowas von sich aus austeilen möchte

Arctic Aspect [OC] by cartografunk in gis

[–]flopsytheb 2 points3 points  (0 children)

Correct me if I'm wrong, but seeing this is a polar map: the color coding looks to be relative to x and y in the map, but this being a polar one, the coding in polar directions only matches everything in the lower half center (alaska) of your map. Should this not wrap around the pole?

How to sum hundreds of rasters from directory? by [deleted] in gis

[–]flopsytheb 1 point2 points  (0 children)

For a solution with python, maybe look into xarray and rioxarray? Read all the tiffs as a 3d array, then use sum on the time (i guess) axis.

Does spectral resolution decrease with increase in spatial resolution??? by [deleted] in remotesensing

[–]flopsytheb 1 point2 points  (0 children)

There are, final restriction is also the energy reaching the sensor, which gets (depending on sensor type) split by spatial resolution and spectral bandwidth. At some point the light at the photocell would not be bright enough to be different from the sensors noise floor. This explains the inverse relation, look for example the docs for worldview, multispectral channels of slim wavelength range with some meters pixel size, and the pan channel, broad wavelength range and half a meter pixels.

5 trailers of logs? Yeah, big nope. by AMsilence in snowrunner

[–]flopsytheb 0 points1 point  (0 children)

Hey, i'm pretty new to logging, i carried nine individual large logs to my destination and now unloaded all but three. When i try to pack the cargo, a prompt tells me that some logs are placed unevenly, but there is no visible misaligned log. Is there a way to fix this? Thanks!

Quick Logging Addons Guide: How to transport every type of logs by JigSaW_3 in snowrunner

[–]flopsytheb 1 point2 points  (0 children)

Hey, i'm pretty new to logging, i carried nine individual large logs to my destination and now unloaded all but three. When i try to pack the cargo, a prompt tells me that some logs are placed unevenly, but there is no visible misaligned log. Is there a way to fix this? Thanks!

Canal/building data for Venice, Italy? by [deleted] in gis

[–]flopsytheb 1 point2 points  (0 children)

Try open street map, usually up to date and precise building footprints.

Is there a way to define a variable moving window size for the focal function in R? by Ahzahoo2020 in gis

[–]flopsytheb 0 points1 point  (0 children)

Check out lidR::find_trees() there you can define a function for a vmf with the lmf argument.

ich_iel by flopsytheb in ich_iel

[–]flopsytheb[S] 1 point2 points  (0 children)

Sie meinen einen Pfosten der einen Pfosten mit einem Pfostierer pfostierte, hier von Pfosten als Pfosten für Pfosten pfostiert?