Skip to content

firaturay/medium_satellite_imagery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Medium Satellite Imagery

This repository is meant to allow reproducibility of the steps provided in an article on preprocessing satellite imagery for machine learning application showcased in the Artefact tech medium

All the code is included in notebooks/preprocessing_satellite_imagery.ipynb

Before running the notebook, do the following steps first:

  • run pip install requirements.txt
  • create a geojson file of the zone you want a satellite imagery of and save it in data/target_zone.geojson
  • create an account at Coppernicus Open Access Hub. Write the username and the password in a json file and save it in secrets/sentinel_api_credentials.json. Format: {"username": "XXXX", "password": "XXXX"}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%