File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 1- #!/usr/bin/env python3
2- # -*- coding: utf-8 -*-
31"""
4- Created on Fri Apr 26 11:29:44 2019
5- Function to download "zero value" or "low value" regions from OSM
6- @author: evelynm
2+ This file is part of CLIMADA.
3+ Copyright (C) 2019 ETH Zurich, CLIMADA contributors listed in AUTHORS.
4+ CLIMADA is free software: you can redistribute it and/or modify it under the
5+ terms of the GNU Lesser General Public License as published by the Free
6+ Software Foundation, version 3.
7+ CLIMADA is distributed in the hope that it will be useful, but WITHOUT ANY
8+ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
9+ PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
10+ You should have received a copy of the GNU Lesser General Public License along
11+ with CLIMADA. If not, see <https://www.gnu.org/licenses/>.
712"""
13+
814import os
915import fiona
1016from fiona .crs import from_epsg
You can’t perform that action at this time.
0 commit comments