openeemeter / eeweather

Fetch NCDC ISD, TMY3, or CZ2010 weather data that corresponds to ZIP Code Tabulation Areas or Latitude/Longitude.
http://eeweather.openee.io/
Apache License 2.0
50 stars 19 forks source link

Allow newer versions of pyproj #61

Closed EnergySRE closed 4 years ago

EnergySRE commented 4 years ago

Looks like an earlier commit was merely overspecific. pyproj is up to 2.6.0 now, and geopandas requires at least 2.2.0. Tests pass with 2.6.0:

240 passed in 63.00 seconds

= https://github.com/openeemeter/eeweather/commit/39415113f4bc8d3bea5445f4b27d561a3a2a1622 = https://pypi.org/project/pyproj = https://github.com/geopandas/geopandas/commit/1d212b2a0c2a993f7d3b9a505f314be37b99a7d7

codecov[bot] commented 4 years ago

Codecov Report

Merging #61 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #61   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           32        32           
  Lines         2650      2650           
=========================================
  Hits          2650      2650           
Impacted Files Coverage Δ
eeweather/__version__.py 100.00% <100.00%> (ø)
eeweather/stations.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f189d5c...864ba02. Read the comment docs.

ssuffian commented 4 years ago

Thanks for the fix!