Skip to content

Commit

Permalink
update catalog endpoint back to production one
Browse files Browse the repository at this point in the history
  • Loading branch information
lubojr committed Jul 17, 2024
1 parent de34be0 commit cfb3309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/config/polar.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Wkt } from 'wicket';
import shTimeFunction from '../shTimeFunction';

export const dataPath = './data/polar/internal/';
export const STACEndpoint = 'https://eodashcatalog.eox.at/polardashboard_s2_segmentation/polar/catalog.json';
export const STACEndpoint = 'https://eurodatacube.github.io/eodash-catalog/polar/catalog.json';

const getDailyDates = (start, end) => {
let currentDate = DateTime.fromISO(start);
Expand Down

0 comments on commit cfb3309

Please sign in to comment.