Enrico Spinielli

Results 47 comments of Enrico Spinielli

That format is used in [AIP (Aeronautical Information Publication)](https://en.wikipedia.org/wiki/Aeronautical_Information_Publication), see for example [Heathrow's charts](http://www.nats-uk.ead-it.com/public/index.php%3Foption=com_content&task=blogcategory&id=94&Itemid=143.html). I think that pilots and air traffic controllers have a different phraseology to spell coordinates out...

All kind of people/systems: pilots, ATC (indirectly because the data is coming to their screens via support systems that "digest" what is published in the AIPs), Aircraft Operators (via Flight...

> I am getting the same error on a different dataset. My problem happens when adding the function geom_stream_label() specifically. geom_stream() by itself works fine for me. > > The...

Same error for me: _ALL_ images are gone in https://hrbrmstr.github.io/hrbrthemes/

I have the same failure behind (corporate) proxy and success from home. I have other R packages working and respecting HTTP_PROXY/HTTPS_PROXY settings from environment variables, but as @stewid wrote the...

In fact I am playing with a dedicated one, see this [notebook](https://observablehq.com/@espinielli/base-map-eurocontrol). I removed the bits I am not interested in ;-) and changed few scales... The difficulty I have...

I just managed to get 2. working. The only problem I have is to move the insets to different positions, i.e. 1.

@mdsumner and @mpadge thank you for your replies and no problem at all to move the issues where it best belong. My use case is really a practical one: determine...

I played with your code ``` library(anglr) library(rgl) library(silicate) plot3d(flight_tracks) rgl::aspect3d(1, 1, 0.5) axes3d( edges=c("x--", "y--", "z") ) ``` ![Capture](https://user-images.githubusercontent.com/891692/82336103-760a3980-99ea-11ea-9c4e-8836eb699122.PNG) wit the addition of runways (maybe from `osmdata`) it would...

You found a bug in my code: I am not correctly converting from the internal format (.prisme) to a degree decimal... Those coordinates are in minutes decimal. Fixing in {trrrj}...