windborne 1.0.3__tar.gz → 1.0.4__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: windborne
3
- Version: 1.0.3
3
+ Version: 1.0.4
4
4
  Summary: A Python library for interacting with WindBorne Data and Forecasts API
5
5
  Author-email: WindBorne Systems <data@windbornesystems.com>
6
6
  Classifier: Programming Language :: Python :: 3
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "windborne"
7
- version = "1.0.3"
7
+ version = "1.0.4"
8
8
  description = "A Python library for interacting with WindBorne Data and Forecasts API"
9
9
  readme = {file = "README.md", content-type = "text/markdown"}
10
10
  authors = [
@@ -357,6 +357,8 @@ def convert_to_netcdf(data, curtime, output_filename=None):
357
357
  if col in df.columns:
358
358
  df[col] = pd.to_numeric(df[col], errors='coerce')
359
359
 
360
+ df['id'] = pd.to_numeric(df['id'], downcast='integer')
361
+
360
362
  ds = xr.Dataset.from_dataframe(df)
361
363
 
362
364
  # Build the filename and save some variables for use later
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: windborne
3
- Version: 1.0.3
3
+ Version: 1.0.4
4
4
  Summary: A Python library for interacting with WindBorne Data and Forecasts API
5
5
  Author-email: WindBorne Systems <data@windbornesystems.com>
6
6
  Classifier: Programming Language :: Python :: 3
File without changes
File without changes
File without changes
File without changes