Skip to content
This repository has been archived by the owner on Dec 4, 2017. It is now read-only.
/ portal-list Public archive

Scripts to produce portal lists from various sources

License

Notifications You must be signed in to change notification settings

SingularData/portal-list

Repository files navigation

portal-list

Scripts to produce portal lists from various sources.

All scripts are written in TypeScript.

Scripts

arcgis-source.ts

a script to list all data publishers at ArcGIS Open Data and information:

  • name
  • total number of datasets
  • last updated date

run the script with

ts-node arcgis-source.ts

a csv file will be generated at result/arcgis-sources.csv.

socrata-portals.ts

a script to list all data portals at Socrata and information:

  • url
  • total number of datasets

run the script with

ts-node socrata.ts

a csv file will be generated at result/socrata-portals.csv.

opendatasoft.ts

a script to list all data portals at OpenDataSoft and information:

  • name
  • url
  • total number of datasets
  • updated

run the script with

ts-node opendatasoft.ts

a csv file will be generated at result/opendatasoft-portals.csv.

About

Scripts to produce portal lists from various sources

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published