Pythonic package to access Netatmo CWS data.
Project description
Netatmo GeoPy
Pythonic package to access Netatmo CWS data.
import netatmo_geopy as nat
lon_sw, lat_sw, lon_ne, lat_ne = 6.5175, 46.5012, 6.7870, 46.6058
cws_recorder = nat.CWSRecorder(lon_sw, lat_sw, lon_ne, lat_ne)
gdf = cws_recorder.get_snapshot_gdf()
gdf.head()
<style scoped>
.dataframe tbody tr th:only-of-type {
vertical-align: middle;
}
.dataframe tbody tr th {
vertical-align: top;
}
.dataframe thead th {
text-align: right;
}
</style>
<table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">
<th></th>
<th>2022-02-12T19:13</th>
<th>geometry</th>
</tr>
<tr>
<th>station_id</th>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<th>02:00:00:01:5e:e0</th>
<td>6.6</td>
<td>POINT (6.82799 46.47089)</td>
</tr>
<tr>
<th>02:00:00:22:c0:c0</th>
<td>4.9</td>
<td>POINT (6.82904 46.47005)</td>
</tr>
<tr>
<th>02:00:00:2f:0b:16</th>
<td>3.5</td>
<td>POINT (6.82516 46.47294)</td>
</tr>
<tr>
<th>02:00:00:59:00:2a</th>
<td>3.8</td>
<td>POINT (6.84547 46.46779)</td>
</tr>
<tr>
<th>02:00:00:52:ed:5a</th>
<td>3.8</td>
<td>POINT (6.87359 46.47067)</td>
</tr>
</tbody>
</table>
nat.plot_snapshot(gdf)
See the user guide for a more thorough overview of netatmo-geopy.
Acknowledgements
- This package was created with Cookiecutter and the zillionare/cookiecutter-pypackage project template.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
netatmo_geopy-0.1.0.tar.gz
(24.9 kB
view details)
Built Distribution
File details
Details for the file netatmo_geopy-0.1.0.tar.gz
.
File metadata
- Download URL: netatmo_geopy-0.1.0.tar.gz
- Upload date:
- Size: 24.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7569f3e984756c4017429570a2df1169cee0f8c08ee5f4ea46c6cbe3abe9895f |
|
MD5 | 8feb4a102cf701b9630b5834050066e2 |
|
BLAKE2b-256 | 3c897f7ff788b8685778bb35d73d70ccec4bbff5237a2ba075cabe83c7cd3569 |
File details
Details for the file netatmo_geopy-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: netatmo_geopy-0.1.0-py3-none-any.whl
- Upload date:
- Size: 23.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80c714dd08630171fababcdc3006c7cb5a96cf49b7bfd92b1f6f0dfe8385050e |
|
MD5 | 921a2711c338d662085b19ed419dcd4b |
|
BLAKE2b-256 | 9a87b2173285026f6d92847f77ca5993e483f7c415805c568aa94b7e773436d1 |