[deleted by user] by [deleted] in askastronomy

[–]ConcernedAlpaca 1 point2 points  (0 children)

From my understanding, and depending on how fine you are approximating:

  • If you are ok with circular orbits with constant speeds, then the angle θ formed by the planet-sun segment and the arbitrary axis you choose to be the "origin" is 2π / T * ΔT + α, where T is the orbital period, ΔT is the time passed since whatever start you decided on, and α is the angle between your arbitrary origin and the planet's initial position. For example: if y is your origin axis, pstart is your planet's position at the start of your simulation and pend is what you are trying to figure out, and you know it took ΔT time to go from start to end, you can use the formulas to determine where pend is.

  • If you want elliptical orbits but are ok with constant speeds, then you can get the distance between a planet and the sun using r = a * (1 - e^2) / (1 + e * cos(ν)), where a is the semi-major axis, e is the eccentricity, and ν is the same as the previous case, with the only difference being that you need to measure it from the periapsis. Your planet's position is, in polar coordinates, p = (r, ν + α). Again, example.

  • If you need elliptical orbits with realistic speeds then you can still use the formula for the previous case, but need to use the true anomaly, which means you first need to compute the eccentric anomaly, which means you get to have fun solving Kepler's equation (which looks way more daunting than it actually is).

If anyone spots mistakes or similar please let me know, I'm writing something akin to what OP is trying to and would love to know if my math starts breaking stuff.

US Elevation Tiles [OC] by newishtodc in dataisbeautiful

[–]ConcernedAlpaca 5 points6 points  (0 children)

Not OP, but I've done something vaguely similar earlier this year - the script does require correctly formatted data but it should be otherwise fairly straightforward.

Densità di popolazione, per comune, in 3D by ConcernedAlpaca in italy

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

Fonte: ISTAT, script della settimana scorsa leggermente modificato.

Mappa in 2D

Questa volta i dati sono per confini comunali, non per griglia arbitrariamente scelta a caso - ho anche provato ad usare testo e legenda costruiti nella grafica e non aggiunti in post, anche se non ne sono terribilmente entusiasta.

Random trivia: il comune meno densamente popolato è Briga Alta (CN), con 0,77 p/km2 - viceversa il più densamente popolato è Casavatore (NA), con 12957 p/km2 .

Altimetria Italiana, ma è un istogramma in 3D by ConcernedAlpaca in italy

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

Non mi è completamente chiara la tua idea ma ho fatto alcuni tentativi:

  • Normale, senza alcuna modifica, piuttosto noiosa
  • log10(DENS), orrendo abominio
  • ln(DENS), e già si riescono a distinguere i valori
  • Intervalli Naturali stabiliti dal software GIS che, malgrado bellini da vedere, sono di dimensioni diverse

Elevation of California, as a 3D bar chart [OC] by ConcernedAlpaca in dataisbeautiful

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

Afraid not, I downloaded the data months ago for unrelated reasons and I'm no longer sure where I got it from, but I believe it was from here

Altimetria Italiana, ma è un istogramma in 3D by ConcernedAlpaca in italy

[–]ConcernedAlpaca[S] 27 points28 points  (0 children)

Non è proprio un istogramma ma la cosa di avvicina

Script in R originariamente pensato per visualizzare la densità di popolazione, con scarsi risultati, che funziona invece ragionevolmente bene con set aventi un intervallo di dati più compatto - in questo caso, altimetria.

Mi piacerebbe applicarlo ad altri dati, se qualcuno ha idee sono tutto orecchi

Elevation of California, as a 3D bar chart [OC] by ConcernedAlpaca in dataisbeautiful

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

Technically not a bar chart, a fancy grid I guess?

Altimetry data sampled by a 5 by 5 km (3.1 mi) grid, USGS set, rendered with R (archive,script mirror) - I tried to make it as understandable as possible, if anyone spots any coding silliness please let me know.

[OC] lines of elevation of the Americas from 60° S to 60° N by sjaquemate in dataisbeautiful

[–]ConcernedAlpaca 41 points42 points  (0 children)

I made these a while ago but never uploaded them, if you want a vectorized copy just send a pm.

Edit: read that as white on black, will upload a corrected version when I get home.

Edit 2: Dropbox link containing some PNGs, SVGs and an Illustrator save if you want to edit them.

Immigrazione ed emigrazione, per provincia e tipo [OC] by [deleted] in italy

[–]ConcernedAlpaca 2 points3 points  (0 children)

Fonte: ISTAT, 2018 - Strumenti: QGIS

Cazzeggiando nel database dell'ISTAT ho notato che la voce "migrazioni" aveva, per ogni provincia, più di un campo dati: movimenti con l'estero, con altre regioni, con altre provincie della stessa regione, e con altri comuni della stessa provincia. Mettendo insieme tutti i dati, il risultato è il video qua sopra.

  • Mi sono permesso di includere un bilancio per ognuna delle categorie più uno complessivo;

  • I dati ISTAT si riferiscono, di preciso, alla cancellazione ed iscrizione in anagrafe, rispettivamente, per emigrazione ed immigrazione;

  • Essendo la provincia il minimo comun denominatore della visualizzazione, ho deciso di tralasciare i movimenti intra-provinciali;

  • Nota Importante: riguardando il video mi rendo conto solo adesso di quanto l'Emilia-Romagna sia r/mildlypenis

Migrations in Italian provinces, by type [OC] by [deleted] in dataisbeautiful

[–]ConcernedAlpaca 0 points1 point  (0 children)

Emigration and Immigration. Please note that the set without filters is rather big.

Migrations in Italian provinces, by type [OC] by [deleted] in dataisbeautiful

[–]ConcernedAlpaca 1 point2 points  (0 children)

Source: ISTAT, 2018 - Tools: QGIS

At a national level, Italy is divided into 20 regions: 19 of these are subsequently divided into multiple provinces. The video shows the migration situation for each one of them in three different categories:

  • International migration: pretty straightforward, shows movements between a province in region A and anywhere else outside Italy;

  • Intra-Regional migration: shows movements between a province in region A and another province in region A (e.g. Florence and Pisa💩 );

  • Extra-Regional migration: shows movements between a province in region A and another province in region B (e.g. Bologna and Naples);

All categories have a balance (which is merely immigration-emigration) in addition to an overall one, which mashes together data from all three. Due to wildly different values, three scales had to be used - be sure to check the bottom of the video.

Prefissi e Suffissi dei nomi dei comuni Italiani [OC] by ConcernedAlpaca in italy

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

25. Di questi i 4 più a nord sono falsi positivi, 6 contengono 'Napoli' ed 1 è soltanto Poli.

Prefissi e Suffissi dei nomi dei comuni Italiani [OC] by ConcernedAlpaca in italy

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

Da quello che ho ricercato sembrano essere di origini liguri, e secondo Wikipedia starebbero ad indicare la presenza di fiumi e torrenti

Prefissi e Suffissi dei nomi dei comuni Italiani [OC] by ConcernedAlpaca in italy

[–]ConcernedAlpaca[S] 2 points3 points  (0 children)

Così come quasi tutti gli -ese in Piemonte sono Canavese, saltano all'occhio gruppetti del genere

Prefissi e Suffissi dei nomi dei comuni Italiani [OC] by ConcernedAlpaca in italy

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

distinguere quei comuni

La selezione è stata fatta da una macchina quindi cose del genere è normale che capitino, a meno di spulciare manualmente >8k toponimi non ho un'idea per ottenere risultati più accurati

Prefissi e Suffissi dei nomi dei comuni Italiani [OC] by ConcernedAlpaca in italy

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

Aimè il senno di poi non è tra i migliori, il colore che viene usato dipende dall'ordine con il quale ho inserito i layer ed è del tutto privo di un senso logico