Skip to content

Commit

Permalink
removed initial
Browse files Browse the repository at this point in the history
  • Loading branch information
zoobot committed Aug 11, 2022
2 parents d9a408c + 3b0b041 commit 94deb51
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions sources/denmark.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ export default [
longitude: null,
info: "https://www.opendata.dk/city-of-copenhagen/trae_basis",
srs: null,
brokenDownload: true,
brokenDownload: false,
download:
"http:https://wfs-kbhkort.kk.dk/k101/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=k101:trae_basis&outputFormat=csv&SRSNAME=EPSG:4326",
"https:https://wfs-kbhkort.kk.dk/k101/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=k101:trae_basis&outputFormat=csv&SRSNAME=EPSG:4326",
format: "csv",
filename: null,
gdal_options: null,
Expand Down
6 changes: 3 additions & 3 deletions sources/ireland.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ export default [
center: null,
latitude: null,
longitude: null,
info: "https://data.smartdublin.ie/dataset/tableview/ebf9151e-fd30-442e-93cb-fa88c2affc93",
info: "https://data.fingal.ie/datasets/FingalCoCo::trees-fcc-1/explore",
srs: null,
brokenDownload: false,
download: "http:https://data.fingal.ie/datasets/csv/Trees.csv",
format: "csv",
download: "https:https://opendata.arcgis.com/api/v3/datasets/1e5f9db62e53443d946c15a1a06fd98b_0/downloads/data?format=geojson&spatialRefId=4326&where=1%3D1",
format: "geojson",
filename: null,
gdal_options: null,
license: null,
Expand Down
8 changes: 4 additions & 4 deletions sources/uk.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,12 @@ export default [
center: null,
latitude: null,
longitude: null,
info: "https://data.edinburghcouncilmaps.info/datasets/4dfc8f18a40346009b9fc32cbee34039_39",
info: "https://data.edinburghcouncilmaps.info/datasets/cityofedinburgh::trees/about",
srs: null,
brokenDownload: false,
download:
"https://data.edinburghcouncilmaps.info/datasets/4dfc8f18a40346009b9fc32cbee34039_39.zip",
format: "zip",
"https://opendata.arcgis.com/api/v3/datasets/46fe85843cb8494abbf37c87ea94936b_39/downloads/data?format=geojson&spatialRefId=4326&where=1%3D1",
format: "geojson",
filename: null,
gdal_options: null,
license: null,
Expand All @@ -119,7 +119,7 @@ export default [
height: "Height",
spread: "Spread",
maturity: "AgeGroup",
bh: "DiameterAt",
dbh: "DiameterAtBreastHeight",
},
},
{
Expand Down
4 changes: 2 additions & 2 deletions sources/usa.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ export default [
srs: null,
brokenDownload: false,
download:
"https://urban-resources-initiative.carto.com/tables/newhavenstreettrees_carto_mapping_05242022/public",
"https://urban-resources-initiative.carto.com/api/v2/sql?filename=newhavenstreettrees_carto_mapping_05242022&q=select+*+from+public.newhavenstreettrees_carto_mapping_05242022&format=csv&bounds=&api_key=&skipfields=the_geom_webmercator,the_geom",
format: "csv",
filename: "newhavenstreettrees_carto_mapping_05242022.csv",
filename: "new-haven.csv",
gdal_options: null,
license: null,
email: "[email protected]",
Expand Down

0 comments on commit 94deb51

Please sign in to comment.