This package aims to make it easier to find the weather station in the INMET database closest to the desired location.
Project description
IWS - Inmet Weather Stations
Python package for processing and analyzing data from INMET weather stations.
📦 Installation
Install the package using pip:
pip install iws
🚀 Basic Usage
from iws import InmetStations
stations = InmetStations()
# List available stations
print(stations.list())
# Retrieve data from a specific station
data = stations.get("A001")
print(data.head())
🌦️ Features
- 📊 Download and process historical data from INMET
- 🌍 Support for multiple weather stations
- ⚡ Optimized functions for analysis with pandas and numpy
- 📈 Ready for integration with notebooks and dashboards
📚 Documentation
Full documentation is available at the Project Wiki.
🤝 Contributing
Contributions are welcome!
- Fork the repository
- Create a branch (
git checkout -b feature/new-feature) - Commit your changes (
git commit -m 'Add new feature') - Push to the branch (
git push origin feature/new-feature) - Open a Pull Request
📜 License
Distributed under the MIT License.
See the LICENSE file for more information.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file inmet_ws-0.1.2.tar.gz.
File metadata
- Download URL: inmet_ws-0.1.2.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.12.3 Linux/6.14.0-33-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41d6d92b87031199fffcd4d3de63211ef6d674b9d4b55d1466197b8034b18739
|
|
| MD5 |
7ced899e8d7ee22df1b1456477cbada6
|
|
| BLAKE2b-256 |
2199b99e63427266fab1a3312ba8b59ef262fac5524c4a4532d03437b1aee65c
|
File details
Details for the file inmet_ws-0.1.2-py3-none-any.whl.
File metadata
- Download URL: inmet_ws-0.1.2-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.12.3 Linux/6.14.0-33-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
308fa448aff832e743a5c17f8f032dc4bf024fa921267e7ac24f20b2f94157b7
|
|
| MD5 |
9549aeb1bcb830cbbb4015a3af5cc9fb
|
|
| BLAKE2b-256 |
1b5622a1da6d1281617b125e43e295e035675e3956f5b64976c64fd33ea3a34a
|