Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update data in the data bundle to most up-to-date versions #67

Closed
fneum opened this issue Aug 12, 2019 · 6 comments
Closed

Update data in the data bundle to most up-to-date versions #67

fneum opened this issue Aug 12, 2019 · 6 comments

Comments

@fneum
Copy link
Member

fneum commented Aug 12, 2019

For some of the data in the data bundle newer versions are available ; e.g. for

@coroa
Copy link
Member

coroa commented Aug 14, 2019

pietzker2014.xlsx should pbb be name pietzcker2014.xlsx and is Supplementary data 2 from https://www.sciencedirect.com/science/article/pii/S0306261914008149 ,
its also on LSDF (ESM/jonas/workflows/pypsa-eur/data).

@coroa
Copy link
Member

coroa commented Aug 14, 2019

Updating data/bundle/time_series_60min_singleindex_filtered.csv will probably make some work, since the load data format changed somewhen in 2016/17 with overlapping data, which is kept in a separate column. So one will have to come up with a rule to combine the two columns to one consistent load time series.

@coroa
Copy link
Member

coroa commented Aug 14, 2019

For updating the GIS files, corine and GEBCO, it must be verified explicitly that they still agree with specified coordinate reference systems in

gebco = gk.raster.loadRaster(paths["gebco"])
gebco.SetProjection(gk.srs.loadSRS(4326).ExportToWkt())
clc = gk.raster.loadRaster(paths["corine"])
clc.SetProjection(gk.srs.loadSRS(3035).ExportToWkt())
.

@coroa
Copy link
Member

coroa commented Aug 14, 2019

New versions of the data bundle should be put as a separate zenodo file (see also #60)

@fneum fneum added this to the Release v0.2 milestone Dec 22, 2019
@fneum fneum modified the milestones: Release v0.2, Release v0.3 Jun 8, 2020
@fneum fneum removed this from the Release v0.4 milestone Dec 1, 2020
@fneum
Copy link
Member Author

fneum commented May 1, 2022

to be combined with xref #342

fneum pushed a commit that referenced this issue Mar 6, 2023
Update installation notes
@fneum
Copy link
Member Author

fneum commented May 12, 2024

mostly done over time, e.g. #1027 #936 #924

@fneum fneum closed this as completed May 12, 2024
tgi-climact added a commit to Climact/pypsa-eur-climact that referenced this issue Sep 4, 2024
Merged in feature/update-costs (pull request PyPSA#67)

Improve hydrogen import costs estimation for all scenarios

* Improve hydrogen import costs estimation for all scenarios
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants