It's my first experience with Raspberry Pi and I am in charge of a project where the following has to be done: a Raspberry will be collecting data from a GPS and a temperature sensor and show the temperature in a display. Also, it will have a GSM/SIM/Cellular card adapter for it to send data through the internet.
So far so good, but here is an important detail: the temperature sensor won't be close to the Raspberry (something within 10 meters away), so it's almost mandatory that their connection will be wireless. Also, it will be in a vehicle where there is no Wi-Fi, so there is no way to connect via a router. I have some questions to make:
1. Is it possible to have a wireless connection between the Raspberry and the temperature sensor directly? I mean, without a router, just one sending data to the other via Wi-Fi direct or Bluetooth... (it's ok if I'll need an Arduino, but I'd still appreciate if you could tell me how to do it or suggest some tutorial, because I have no idea about it...)
2. How do I pack the Raspberry with the GPS sensor, and attach the display to the case? And how to choose a case for my setup?
3. Is there a specific Raspberry model that would be the best for this project?
I already have a good experience with programming and have read some about how to communicate with Raspberry though Python, so my main concern in code will be how to communicate wirelessly. But for that I still need to find out what hardware will be needed, which I have no idea about

Thank you in advance!